Searched defs:aes_decrypt (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/arm/crypto/ |
D | aes_glue.c | 22 static void aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_decrypt() function
|
D | aes-ce-core.S | 136 aes_decrypt: label
|
/linux-4.4.14/arch/x86/crypto/ |
D | aes_glue.c | 30 static void aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_decrypt() function
|
D | aesni-intel_glue.c | 347 static void aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_decrypt() function
|
/linux-4.4.14/crypto/ |
D | aes_generic.c | 1401 static void aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_decrypt() function
|
/linux-4.4.14/arch/sparc/crypto/ |
D | aes_glue.c | 206 static void aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_decrypt() function
|
/linux-4.4.14/drivers/crypto/ |
D | padlock-aes.c | 310 static void aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_decrypt() function
|
/linux-4.4.14/arch/s390/crypto/ |
D | aes_s390.c | 161 static void aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_decrypt() function
|