Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dutee_defines.h214 case TEE_ALG_HMAC_SHA1: in __tee_alg_get_digest_size()
H A Dtee_api_defines.h298 #define TEE_ALG_HMAC_SHA1 0x30000002 macro
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_hash.c74 case TEE_ALG_HMAC_SHA1: in sec_digest_get_alg_type()
521 case TEE_ALG_HMAC_SHA1: in sec_hash_get_mac_len()
H A Dsec_pbkdf2.c225 case TEE_ALG_HMAC_SHA1: in sec_pbkdf2_set_derive_type()
/optee_os/ta/pkcs11/src/
H A Dprocessing_symm.c79 { PKCS11_CKM_SHA_1_HMAC, TEE_ALG_HMAC_SHA1 }, in pkcs2tee_algorithm()
85 { PKCS11_CKM_SHA_1_HMAC_GENERAL, TEE_ALG_HMAC_SHA1 }, in pkcs2tee_algorithm()
/optee_os/core/crypto/
H A Dcrypto.c261 case TEE_ALG_HMAC_SHA1: in crypto_mac_alloc_ctx()
/optee_os/lib/libmbedtls/core/
H A Drsa.c50 case TEE_ALG_HMAC_SHA1: in tee_algo_to_mbedtls_hash_algo()
/optee_os/lib/libutee/
H A Dtee_api_operations.c294 case TEE_ALG_HMAC_SHA1: in TEE_AllocateOperation()
2543 if (alg == TEE_ALG_HMAC_SHA1) in TEE_IsAlgorithmSupported()