Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dutee_defines.h245 case TEE_ALG_HMAC_SM3: in __tee_alg_get_digest_size()
H A Dtee_api_defines.h303 #define TEE_ALG_HMAC_SM3 0x30000007 macro
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_hash.c82 case TEE_ALG_HMAC_SM3: in sec_digest_get_alg_type()
527 case TEE_ALG_HMAC_SM3: in sec_hash_get_mac_len()
H A Dsec_pbkdf2.c240 case TEE_ALG_HMAC_SM3: in sec_pbkdf2_set_derive_type()
/optee_os/core/crypto/
H A Dcrypto.c288 case TEE_ALG_HMAC_SM3: in crypto_mac_alloc_ctx()
/optee_os/lib/libutee/
H A Dtee_api_operations.c303 case TEE_ALG_HMAC_SM3: in TEE_AllocateOperation()
2579 if (alg == TEE_ALG_HMAC_SM3) in TEE_IsAlgorithmSupported()