Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_pbkdf2.c175 if (alg < TEE_ALG_HMAC_SHA384 || alg > TEE_ALG_HMAC_SHA512) in sec_pbkdf2_dk_iteration_check()
199 if ((alg < TEE_ALG_HMAC_SHA384 || alg > TEE_ALG_HMAC_SHA512) && in sec_pbkdf2_params_check()
237 case TEE_ALG_HMAC_SHA512: in sec_pbkdf2_set_derive_type()
H A Dsec_hash.c94 case TEE_ALG_HMAC_SHA512: in sec_digest_get_alg_type()
535 case TEE_ALG_HMAC_SHA512: in sec_hash_get_mac_len()
/optee_os/lib/libutee/include/
H A Dutee_defines.h240 case TEE_ALG_HMAC_SHA512: in __tee_alg_get_digest_size()
H A Dtee_api_defines.h302 #define TEE_ALG_HMAC_SHA512 0x30000006 macro
/optee_os/ta/pkcs11/src/
H A Dprocessing_symm.c83 { PKCS11_CKM_SHA512_HMAC, TEE_ALG_HMAC_SHA512 }, in pkcs2tee_algorithm()
89 { PKCS11_CKM_SHA512_HMAC_GENERAL, TEE_ALG_HMAC_SHA512 }, in pkcs2tee_algorithm()
/optee_os/core/crypto/
H A Dcrypto.c273 case TEE_ALG_HMAC_SHA512: in crypto_mac_alloc_ctx()
/optee_os/lib/libmbedtls/core/
H A Drsa.c92 case TEE_ALG_HMAC_SHA512: in tee_algo_to_mbedtls_hash_algo()
/optee_os/lib/libutee/
H A Dtee_api_operations.c298 case TEE_ALG_HMAC_SHA512: in TEE_AllocateOperation()
2559 if (alg == TEE_ALG_HMAC_SHA512) in TEE_IsAlgorithmSupported()