Searched refs:aes_decrypt (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/arm/crypto/ |
H A D | aes-ce-core.S | 145 aes_decrypt: label 148 ENDPROC(aes_decrypt) 218 bl aes_decrypt 279 bl aes_decrypt 354 bl aes_decrypt 362 bl aes_decrypt 638 bl aes_decrypt 668 bl aes_decrypt
|
/openbmc/u-boot/include/ |
H A D | uboot_aes.h | 60 void aes_decrypt(u8 *in, u8 *expkey, u8 *out);
|
/openbmc/linux/include/crypto/ |
H A D | aes.h | 85 void aes_decrypt(const struct crypto_aes_ctx *ctx, u8 *out, const u8 *in);
|
/openbmc/linux/crypto/ |
H A D | aes_ti.c | 47 aes_decrypt(ctx, out, in); in aesti_decrypt()
|
/openbmc/linux/lib/crypto/ |
H A D | aes.c | 309 void aes_decrypt(const struct crypto_aes_ctx *ctx, u8 *out, const u8 *in) in aes_decrypt() function 352 EXPORT_SYMBOL(aes_decrypt);
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-ce-glue.c | 65 aes_decrypt(ctx, dst, src); in aes_cipher_decrypt()
|
/openbmc/u-boot/lib/ |
H A D | aes.c | 566 void aes_decrypt(u8 *in, u8 *expkey, u8 *out) in aes_decrypt() function 645 aes_decrypt(src, key_exp, tmp_data); in aes_cbc_decrypt_blocks()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aesni-intel_glue.c | 277 aes_decrypt(ctx, dst, src); in aesni_decrypt()
|
/openbmc/linux/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 1089 aes_decrypt(&aes, iv, iv); in chcr_update_tweak()
|