Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_cryp_utl.c70 case TEE_ALG_AES_CCM: in tee_cipher_get_block_size()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h232 #define TEE_ALG_AES_CCM 0x40000710 macro
/optee_os/core/drivers/crypto/stm32/
H A Dauthenc.c345 case TEE_ALG_AES_CCM: in stm32_ae_allocate()
/optee_os/core/crypto/
H A Dcrypto.c378 case TEE_ALG_AES_CCM: in crypto_authenc_alloc_ctx()
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_authenc.c154 case TEE_ALG_AES_CCM: in authenc_algo_check()
/optee_os/lib/libutee/
H A Dtee_api_operations.c144 case TEE_ALG_AES_CCM: in TEE_AllocateOperation()
2466 if (alg == TEE_ALG_AES_CCM) in TEE_IsAlgorithmSupported()