Searched refs:crypto_aes_encrypt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/crypto/ |
H A D | aes_glue.c | 205 static void crypto_aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in crypto_aes_encrypt() function 376 .cia_encrypt = crypto_aes_encrypt,
|
/kernel/linux/linux-6.6/arch/sparc/crypto/ |
H A D | aes_glue.c | 205 static void crypto_aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in crypto_aes_encrypt() function 376 .cia_encrypt = crypto_aes_encrypt,
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | aes_s390.c | 104 static void crypto_aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_aes_encrypt() function 168 .cia_encrypt = crypto_aes_encrypt,
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | aes_s390.c | 105 static void crypto_aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_aes_encrypt() function 169 .cia_encrypt = crypto_aes_encrypt,
|
/kernel/linux/linux-5.10/crypto/ |
H A D | aes_generic.c | 1176 static void crypto_aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_aes_encrypt() function 1298 .cia_encrypt = crypto_aes_encrypt,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | aes_generic.c | 1176 static void crypto_aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_aes_encrypt() function 1298 .cia_encrypt = crypto_aes_encrypt,
|
Completed in 8 milliseconds