Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/tee/
A Dtee_fs_key_manager.h13 #define TEE_FS_KM_HMAC_ALG TEE_ALG_HMAC_SHA256
/optee_os-3.20.0/core/kernel/
A Dhuk_subkey.c74 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in huk_subkey_derive()
/optee_os-3.20.0/lib/libutee/include/
A Dutee_defines.h197 case TEE_ALG_HMAC_SHA256: in __tee_alg_get_digest_size()
A Dtee_api_defines.h267 #define TEE_ALG_HMAC_SHA256 0x30000004 macro
/optee_os-3.20.0/ta/pkcs11/src/
A Dprocessing_symm.c79 { PKCS11_CKM_SHA256_HMAC, TEE_ALG_HMAC_SHA256 }, in pkcs2tee_algorithm()
85 { PKCS11_CKM_SHA256_HMAC_GENERAL, TEE_ALG_HMAC_SHA256 }, in pkcs2tee_algorithm()
/optee_os-3.20.0/core/crypto/
A Dcrypto.c250 case TEE_ALG_HMAC_SHA256: in crypto_mac_alloc_ctx()
/optee_os-3.20.0/lib/libmbedtls/core/
A Drsa.c73 case TEE_ALG_HMAC_SHA256: in tee_algo_to_mbedtls_hash_algo()
/optee_os-3.20.0/lib/libutee/
A Dtee_api_operations.c267 case TEE_ALG_HMAC_SHA256: in TEE_AllocateOperation()
1951 if (alg == TEE_ALG_HMAC_SHA256) in TEE_IsAlgorithmSupported()
/optee_os-3.20.0/core/tee/
A Dfs_htree.c27 #define TEE_FS_HTREE_HMAC_ALG TEE_ALG_HMAC_SHA256
A Dtee_rpmb_fs.c381 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in tee_rpmb_mac_calc()
699 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in tee_rpmb_data_cpy_mac_calc()

Completed in 24 milliseconds