Searched defs:aes_encrypt (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/arm/crypto/ |
D | aes_glue.c | 16 static void aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_encrypt() function
|
D | aes-ce-core.S | 130 aes_encrypt: label
|
/linux-4.1.27/arch/x86/crypto/ |
D | aes_glue.c | 25 static void aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_encrypt() function
|
D | aesni-intel_glue.c | 333 static void aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_encrypt() function
|
/linux-4.1.27/crypto/ |
D | aes_generic.c | 1329 static void aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_encrypt() function
|
/linux-4.1.27/arch/sparc/crypto/ |
D | aes_glue.c | 199 static void aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_encrypt() function
|
/linux-4.1.27/drivers/crypto/ |
D | padlock-aes.c | 298 static void aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_encrypt() function
|
/linux-4.1.27/arch/s390/crypto/ |
D | aes_s390.c | 135 static void aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_encrypt() function
|