Home
last modified time | relevance | path

Searched refs:cia_encrypt (Results 1 – 25 of 42) sorted by relevance

12

/linux-6.1.9/crypto/
Ddes_generic.c97 .cia_encrypt = crypto_des_encrypt,
111 .cia_encrypt = crypto_des3_ede_encrypt,
Dtea.c229 .cia_encrypt = tea_encrypt,
243 .cia_encrypt = xtea_encrypt,
257 .cia_encrypt = xeta_encrypt,
Dxctr.c53 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_xctr_crypt_segment()
78 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_xctr_crypt_inplace()
Dcbc.c31 fn = crypto_cipher_alg(cipher)->cia_encrypt; in crypto_cbc_encrypt_segment()
58 fn = crypto_cipher_alg(cipher)->cia_encrypt; in crypto_cbc_encrypt_inplace()
Dsm4_generic.c70 .cia_encrypt = sm4_encrypt,
Daes_ti.c64 .cra_cipher.cia_encrypt = aesti_encrypt,
Decb.c50 crypto_cipher_alg(cipher)->cia_encrypt); in crypto_ecb_encrypt()
Dcipher.c65 enc ? cia->cia_encrypt : cia->cia_decrypt; in cipher_crypt_one()
Dctr.c50 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_segment()
76 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_inplace()
Dblowfish_generic.c112 .cia_encrypt = bf_encrypt,
Dtwofish_generic.c176 .cia_encrypt = twofish_encrypt,
Dcrypto_null.c135 .cia_encrypt = null_crypt,
Dkhazad.c861 .cia_encrypt = khazad_encrypt,
Daes_generic.c1298 .cia_encrypt = crypto_aes_encrypt,
Danubis.c684 .cia_encrypt = anubis_encrypt,
Dseed.c453 .cia_encrypt = seed_encrypt,
/linux-6.1.9/arch/x86/crypto/
Dtwofish_glue.c78 .cia_encrypt = twofish_encrypt,
/linux-6.1.9/arch/arm64/crypto/
Daes-cipher-glue.c43 .cra_cipher.cia_encrypt = aes_arm64_encrypt,
Dsm4-ce-cipher-glue.c66 .cia_encrypt = sm4_ce_encrypt,
Daes-ce-glue.c163 .cia_encrypt = aes_cipher_encrypt,
/linux-6.1.9/arch/arm/crypto/
Daes-cipher-glue.c44 .cra_cipher.cia_encrypt = aes_arm_encrypt,
/linux-6.1.9/drivers/crypto/vmx/
Daes.c131 .cia_encrypt = p8_aes_encrypt,
/linux-6.1.9/Documentation/crypto/
Ddevel-algos.rst80 .cia_setkey() -> .cia_encrypt()
93 .cia_setkey() -> .cia_encrypt() -> .cia_setkey() -> .cia_encrypt()
/linux-6.1.9/arch/sparc/crypto/
Ddes_glue.c352 .cia_encrypt = sparc_des_encrypt,
370 .cia_encrypt = sparc_des3_ede_encrypt,
/linux-6.1.9/arch/s390/crypto/
Ddes_s390.c83 .cia_encrypt = s390_des_encrypt,
248 .cia_encrypt = des3_encrypt,

12