Home
last modified time | relevance | path

Searched defs:aes_decrypt (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/lib/crypto/
H A Daes.c309 void aes_decrypt(const struct crypto_aes_ctx *ctx, u8 *out, const u8 *in) in aes_decrypt() function
/openbmc/linux/arch/arm/crypto/
H A Daes-ce-core.S145 aes_decrypt: label
/openbmc/u-boot/lib/
H A Daes.c566 void aes_decrypt(u8 *in, u8 *expkey, u8 *out) in aes_decrypt() function