Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/tee/
A Dtee_cryp_hkdf.c23 uint32_t hmac_algo = (TEE_OPERATION_MAC << 28) | hash_id; in hkdf_extract() local
37 res = crypto_mac_alloc_ctx(&ctx, hmac_algo); in hkdf_extract()
74 uint32_t hmac_algo = TEE_ALG_HMAC_ALGO(hash_id); in hkdf_expand() local
88 res = crypto_mac_alloc_ctx(&ctx, hmac_algo); in hkdf_expand()

Completed in 2 milliseconds