Home
last modified time | relevance | path

Searched refs:crypto_accel_aes_ctr_be_enc (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/core/
H A Daes_ctr.c127 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/core/include/crypto/
H A Dcrypto_accel.h30 void crypto_accel_aes_ctr_be_enc(void *out, const void *in, const void *key,
/optee_os/core/arch/arm/crypto/
H A Daes_armv8a_ce.c208 void crypto_accel_aes_ctr_be_enc(void *out, const void *in, const void *key, in crypto_accel_aes_ctr_be_enc() function
/optee_os/core/lib/libtomcrypt/
H A Daes_accel.c188 crypto_accel_aes_ctr_be_enc(ct, pt, skey->rijndael.eK, in aes_ctr_encrypt_nblocks()