Home
last modified time | relevance | path

Searched refs:crypto_aes_ecb_alloc_ctx (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/core/
H A Daes_ecb.c114 TEE_Result crypto_aes_ecb_alloc_ctx(struct crypto_cipher_ctx **ctx_ret) in crypto_aes_ecb_alloc_ctx() function
/optee_os/core/lib/libtomcrypt/
H A Decb.c122 TEE_Result crypto_aes_ecb_alloc_ctx(struct crypto_cipher_ctx **ctx) in crypto_aes_ecb_alloc_ctx() function
/optee_os/core/crypto/
H A Daes-cts.c242 res = crypto_aes_ecb_alloc_ctx(&c->ecb); in crypto_aes_cts_alloc_ctx()
H A Dcrypto.c128 res = crypto_aes_ecb_alloc_ctx(&c); in crypto_cipher_alloc_ctx()
/optee_os/core/drivers/crypto/stm32/
H A Dcipher.c297 res = crypto_aes_ecb_alloc_ctx(&fallback_ctx); in stm32_saes_cipher_allocate()
/optee_os/core/include/crypto/
H A Dcrypto_impl.h249 TEE_Result crypto_aes_ecb_alloc_ctx(struct crypto_cipher_ctx **ctx);