Home
last modified time | relevance | path

Searched refs:cia_decrypt (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v5.4/crypto/
Dcipher.c95 cipher_crypt_unaligned(cipher->cia_decrypt, tfm, dst, src); in cipher_decrypt_unaligned()
99 cipher->cia_decrypt(tfm, dst, src); in cipher_decrypt_unaligned()
111 cipher_decrypt_unaligned : cipher->cia_decrypt; in crypto_init_cipher_ops()
Ddes_generic.c104 .cia_decrypt = crypto_des_decrypt } }
118 .cia_decrypt = crypto_des3_ede_decrypt } }
Dtea.c230 .cia_decrypt = tea_decrypt } }
244 .cia_decrypt = xtea_decrypt } }
258 .cia_decrypt = xeta_decrypt } }
Daes_ti.c65 .cra_cipher.cia_decrypt = aesti_decrypt
Decb.c58 crypto_cipher_alg(cipher)->cia_decrypt); in crypto_ecb_decrypt()
Dblowfish_generic.c118 .cia_decrypt = bf_decrypt } }
Dsm4_generic.c225 .cia_decrypt = crypto_sm4_decrypt
Dtwofish_generic.c182 .cia_decrypt = twofish_decrypt } }
Dcrypto_null.c136 .cia_decrypt = null_crypt } }
Dkhazad.c862 .cia_decrypt = khazad_decrypt } }
Danubis.c687 .cia_decrypt = anubis_decrypt } }
Daes_generic.c1305 .cia_decrypt = crypto_aes_decrypt
Dseed.c454 .cia_decrypt = seed_decrypt
Dcast6_generic.c267 .cia_decrypt = cast6_decrypt}
/Linux-v5.4/arch/x86/crypto/
Dtwofish_glue.c79 .cia_decrypt = twofish_decrypt
Dblowfish_glue.c356 .cia_decrypt = blowfish_decrypt,
Ddes3_ede_glue.c400 .cia_decrypt = des3_ede_x86_decrypt,
/Linux-v5.4/arch/arm64/crypto/
Dsm4-ce-glue.c59 .cia_decrypt = sm4_ce_decrypt
Daes-cipher-glue.c44 .cra_cipher.cia_decrypt = aes_arm64_decrypt
Daes-ce-glue.c170 .cia_decrypt = aes_cipher_decrypt
/Linux-v5.4/arch/arm/crypto/
Daes-cipher-glue.c45 .cra_cipher.cia_decrypt = aes_arm_decrypt,
/Linux-v5.4/drivers/crypto/vmx/
Daes.c131 .cia_decrypt = p8_aes_decrypt,
/Linux-v5.4/arch/s390/crypto/
Ddes_s390.c77 .cia_decrypt = s390_des_decrypt,
264 .cia_decrypt = des3_decrypt,
/Linux-v5.4/arch/sparc/crypto/
Ddes_glue.c389 .cia_decrypt = sparc_des_decrypt
446 .cia_decrypt = sparc_des3_ede_decrypt
Dcamellia_glue.c242 .cia_decrypt = camellia_decrypt

12