Home
last modified time | relevance | path

Searched refs:crypto_aes_ctr_alloc_ctx (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/
H A Dctr.c96 TEE_Result crypto_aes_ctr_alloc_ctx(struct crypto_cipher_ctx **ctx_ret) in crypto_aes_ctr_alloc_ctx() function
/optee_os/lib/libmbedtls/core/
H A Daes_ctr.c107 TEE_Result crypto_aes_ctr_alloc_ctx(struct crypto_cipher_ctx **ctx_ret) in crypto_aes_ctr_alloc_ctx() function
/optee_os/core/drivers/crypto/stm32/
H A Dcipher.c307 res = crypto_aes_ctr_alloc_ctx(&fallback_ctx); in stm32_saes_cipher_allocate()
/optee_os/core/include/crypto/
H A Dcrypto_impl.h261 TEE_Result crypto_aes_ctr_alloc_ctx(struct crypto_cipher_ctx **ctx);
/optee_os/core/crypto/
H A Dcrypto.c134 res = crypto_aes_ctr_alloc_ctx(&c); in crypto_cipher_alloc_ctx()