Home
last modified time | relevance | path

Searched refs:TEE_ALG_HMAC_ALGO (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_pbkdf2.c192 uint32_t alg = TEE_ALG_HMAC_ALGO(hash_id); in sec_pbkdf2_params_check()
222 uint32_t alg = TEE_ALG_HMAC_ALGO(hash_id); in sec_pbkdf2_set_derive_type()
/optee_os/core/tee/
H A Dtee_cryp_pbkdf2.c82 hmac_parms.algo = TEE_ALG_HMAC_ALGO(hash_id); in tee_cryp_pbkdf2()
H A Dtee_cryp_hkdf.c74 uint32_t hmac_algo = TEE_ALG_HMAC_ALGO(hash_id); in hkdf_expand()
/optee_os/lib/libutee/include/
H A Dutee_defines.h178 #define TEE_ALG_HMAC_ALGO(main_hash) \ macro