Home
last modified time | relevance | path

Searched refs:TEE_ALG_HMAC_SHA256 (Results 1 – 12 of 12) 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
/optee_os/core/kernel/
H A Dhuk_subkey.c74 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in __huk_subkey_derive()
/optee_os/lib/libutee/include/
H A Dutee_defines.h227 case TEE_ALG_HMAC_SHA256: in __tee_alg_get_digest_size()
H A Dtee_api_defines.h300 #define TEE_ALG_HMAC_SHA256 0x30000004 macro
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_hash.c86 case TEE_ALG_HMAC_SHA256: in sec_digest_get_alg_type()
529 case TEE_ALG_HMAC_SHA256: in sec_hash_get_mac_len()
H A Dsec_pbkdf2.c231 case TEE_ALG_HMAC_SHA256: in sec_pbkdf2_set_derive_type()
/optee_os/ta/pkcs11/src/
H A Dprocessing_symm.c81 { PKCS11_CKM_SHA256_HMAC, TEE_ALG_HMAC_SHA256 }, in pkcs2tee_algorithm()
87 { PKCS11_CKM_SHA256_HMAC_GENERAL, TEE_ALG_HMAC_SHA256 }, in pkcs2tee_algorithm()
/optee_os/core/crypto/
H A Dcrypto.c267 case TEE_ALG_HMAC_SHA256: in crypto_mac_alloc_ctx()
/optee_os/lib/libmbedtls/core/
H A Drsa.c76 case TEE_ALG_HMAC_SHA256: in tee_algo_to_mbedtls_hash_algo()
/optee_os/core/tee/
H A Dfs_htree.c28 #define TEE_FS_HTREE_HMAC_ALG TEE_ALG_HMAC_SHA256
H A Dtee_rpmb_fs.c387 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in tee_rpmb_mac_calc()
772 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in tee_rpmb_data_cpy_mac_calc()
/optee_os/lib/libutee/
H A Dtee_api_operations.c296 case TEE_ALG_HMAC_SHA256: in TEE_AllocateOperation()
2551 if (alg == TEE_ALG_HMAC_SHA256) in TEE_IsAlgorithmSupported()