Home
last modified time | relevance | path

Searched refs:TEE_ALG_AES_CMAC (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/drivers/crypto/se050/glue/
H A Duser.c15 if (crypto_mac_alloc_ctx(mac, TEE_ALG_AES_CMAC)) in glue_mac_context_init()
/optee_os/core/tee/
H A Dtee_cryp_utl.c64 case TEE_ALG_AES_CMAC: in tee_cipher_get_block_size()
/optee_os/lib/libutee/include/
H A Dutee_defines.h249 case TEE_ALG_AES_CMAC: in __tee_alg_get_digest_size()
H A Dtee_api_defines.h231 #define TEE_ALG_AES_CMAC 0x30000610 macro
/optee_os/ta/pkcs11/src/
H A Dprocessing_symm.c75 { PKCS11_CKM_AES_CMAC, TEE_ALG_AES_CMAC }, in pkcs2tee_algorithm()
76 { PKCS11_CKM_AES_CMAC_GENERAL, TEE_ALG_AES_CMAC }, in pkcs2tee_algorithm()
/optee_os/core/drivers/crypto/caam/cipher/
H A Dcaam_cipher_mac.c122 case TEE_ALG_AES_CMAC: in get_macalgo()
/optee_os/core/crypto/
H A Dcrypto.c312 case TEE_ALG_AES_CMAC: in crypto_mac_alloc_ctx()
/optee_os/lib/libutee/
H A Dtee_api_operations.c288 case TEE_ALG_AES_CMAC: in TEE_AllocateOperation()
2462 if (alg == TEE_ALG_AES_CMAC) in TEE_IsAlgorithmSupported()