Searched refs:crypto_aes_decrypt (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/sparc/crypto/
H A Daes_glue.c212 static void crypto_aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) function
377 .cia_decrypt = crypto_aes_decrypt
/linux-master/arch/s390/crypto/
H A Daes_s390.c116 static void crypto_aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) function
170 .cia_decrypt = crypto_aes_decrypt,
/linux-master/crypto/
H A Daes_generic.c1246 static void crypto_aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) function
1299 .cia_decrypt = crypto_aes_decrypt

Completed in 137 milliseconds