Home
last modified time | relevance | path

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

/optee_os/core/include/tee/
H A Dtee_fs_key_manager.h13 #define TEE_FS_KM_HMAC_ALG TEE_ALG_HMAC_SHA256 macro
/optee_os/core/tee/
H A Dtee_fs_key_manager.c50 res = crypto_mac_alloc_ctx(&ctx, TEE_FS_KM_HMAC_ALG); in do_hmac()