Searched defs:aes_decrypt (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/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 | 137 aes_decrypt: label
|
/linux-4.1.27/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 | 346 static void aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_decrypt() function
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/s390/crypto/ |
D | aes_s390.c | 160 static void aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_decrypt() function
|