Home
last modified time | relevance | path

Searched refs:aes_ecb (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/core/
H A Dsub.mk10 srcs-$(CFG_CRYPTO_ECB) += aes_ecb.c
/optee_os/core/tee/
H A Dtee_fs_key_manager.c176 static TEE_Result aes_ecb(uint8_t out[TEE_AES_BLOCK_SIZE], in aes_ecb() function
220 res = aes_ecb(iv, pad_blkid, sha, 16); in essiv()
/optee_os/core/include/crypto/
H A Dcrypto_impl.h251 CRYPTO_ALLOC_CTX_NOT_IMPLEMENTED(aes_ecb, cipher)