Searched refs:crypto_accel_aes_ecb_enc (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | aes.c | 39 crypto_accel_aes_ecb_enc(dst, src, enc_key, rounds, 1); in crypto_aes_enc_block()
|
A D | aes_accel.c | 105 crypto_accel_aes_ecb_enc(ct, pt, skey->rijndael.eK, skey->rijndael.Nr, in aes_ecb_encrypt_nblocks()
|
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto_accel.h | 16 void crypto_accel_aes_ecb_enc(void *out, const void *in, const void *key,
|
/optee_os-3.20.0/lib/libmbedtls/core/ |
A D | aes.c | 44 crypto_accel_aes_ecb_enc(dst, src, enc_key, rounds, 1); in crypto_aes_enc_block()
|
A D | aes_ecb.c | 135 crypto_accel_aes_ecb_enc(output, input, ctx->key, in mbedtls_aes_crypt_ecb()
|
/optee_os-3.20.0/core/arch/arm/crypto/ |
A D | aes_armv8a_ce.c | 156 void crypto_accel_aes_ecb_enc(void *out, const void *in, const void *key, in crypto_accel_aes_ecb_enc() function
|
Completed in 5 milliseconds