Home
last modified time | relevance | path

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

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