Searched defs:aes_encrypt (Results 1 – 8 of 8) sorted by relevance
| /linux-4.4.14/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 | 129 aes_encrypt: label
|
| /linux-4.4.14/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 | 334 static void aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_encrypt() function
|
| /linux-4.4.14/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.4.14/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.4.14/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.4.14/arch/s390/crypto/ |
| D | aes_s390.c | 136 static void aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_encrypt() function
|