Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/crypto/
H A Daes_glue.c38 static void aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_decrypt() function
/OK3568_Linux_fs/kernel/lib/crypto/
H A Daes.c324 void aes_decrypt(const struct crypto_aes_ctx *ctx, u8 *out, const u8 *in) in aes_decrypt() function
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Daes-ce-core.S145 aes_decrypt: label
/OK3568_Linux_fs/u-boot/lib/
H A Daes.c567 void aes_decrypt(u8 *in, u8 *expkey, u8 *out) in aes_decrypt() function