Searched refs:crypto_accel_aes_ctr_be_enc (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto_accel.h | 30 void crypto_accel_aes_ctr_be_enc(void *out, const void *in, const void *key,
|
/optee_os-3.20.0/lib/libmbedtls/core/ |
A D | aes_ctr.c | 127 crypto_accel_aes_ctr_be_enc(stream_block, zeroes, ctx->key, in next_ctr() 156 crypto_accel_aes_ctr_be_enc(output + offs, input + offs, in mbedtls_aes_crypt_ctr()
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | aes_accel.c | 180 crypto_accel_aes_ctr_be_enc(ct, pt, skey->rijndael.eK, in aes_ctr_encrypt_nblocks()
|
/optee_os-3.20.0/core/arch/arm/crypto/ |
A D | aes_armv8a_ce.c | 208 void crypto_accel_aes_ctr_be_enc(void *out, const void *in, const void *key, in crypto_accel_aes_ctr_be_enc() function
|
Completed in 4 milliseconds