Searched refs:crypto_accel_aes_cbc_dec (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/include/crypto/ |
| H A D | crypto_accel.h | 26 void crypto_accel_aes_cbc_dec(void *out, const void *in, const void *key,
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | aes_cbc.c | 138 crypto_accel_aes_cbc_dec(output, input, ctx->key, in mbedtls_aes_crypt_cbc()
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | aes_armv8a_ce.c | 195 void crypto_accel_aes_cbc_dec(void *out, const void *in, const void *key, in crypto_accel_aes_cbc_dec() function
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | aes_accel.c | 167 crypto_accel_aes_cbc_dec(pt, ct, skey->rijndael.dK, skey->rijndael.Nr, in aes_cbc_decrypt_nblocks()
|