Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/se050/core/
A Ddie_id.c25 if (tee_hash_createdigest(TEE_ALG_SHA256, die_id, die_id_len, buffer, in tee_otp_get_die_id()
/optee_os-3.20.0/core/arch/arm/plat-vexpress/
A Dvendor_props.c50 res = tee_hash_createdigest(TEE_ALG_SHA256, data, sizeof(data), in get_prop_endorsement()
/optee_os-3.20.0/core/drivers/
A Dzynqmp_huk.c69 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SHA256); in tee_zynqmp_generate_huk_src()
136 ret = tee_hash_createdigest(TEE_ALG_SHA256, device_dna, in tee_otp_get_hw_unique_key()
A Dversal_huk.c317 if (tee_hash_createdigest(TEE_ALG_SHA256, enc_data, sizeof(enc_data), in tee_otp_get_hw_unique_key()
/optee_os-3.20.0/core/drivers/crypto/aspeed/
A Dhace_ast2600.c145 case TEE_ALG_SHA256: in ast2600_hace_init()
244 case TEE_ALG_SHA256: in ast2600_hace_final()
362 case TEE_ALG_SHA256: in ast2600_hace_alloc()
/optee_os-3.20.0/ta/pkcs11/src/
A Dprocessing_digest.c49 { PKCS11_CKM_SHA256, TEE_ALG_SHA256 }, in pkcs2tee_algorithm()
A Dprocessing_rsa.c78 hash_size = TEE_ALG_GET_DIGEST_SIZE(TEE_ALG_SHA256); in pkcs2tee_validate_rsa_pss()
381 *tee_hash_id = TEE_ALG_SHA256; in pkcs2tee_algo_rsa_oaep()
476 *tee_hash_id = TEE_ALG_SHA256; in pkcs2tee_algo_rsa_aes_wrap()
A Dprocessing_asymm.c76 TEE_ALG_SHA256 }, in pkcs2tee_algorithm()
86 TEE_ALG_RSASSA_PKCS1_PSS_MGF1_SHA256, TEE_ALG_SHA256 }, in pkcs2tee_algorithm()
95 { PKCS11_CKM_ECDSA_SHA256, 1, TEE_ALG_SHA256 }, in pkcs2tee_algorithm()
A Dprocessing_symm.c174 { PKCS11_CKM_SHA256_HMAC, TEE_ALG_SHA256 }, in hmac_to_tee_hash()
180 { PKCS11_CKM_SHA256_HMAC_GENERAL, TEE_ALG_SHA256 }, in hmac_to_tee_hash()
A Dpersistent_token.c82 res = TEE_AllocateOperation(&oh, TEE_ALG_SHA256, TEE_MODE_DIGEST, 0); in do_hash()
/optee_os-3.20.0/core/kernel/
A Dembedded_ts.c106 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SHA256); in emb_ts_get_tag()
/optee_os-3.20.0/core/pta/
A Dattestation.c432 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SHA256); in digest_nonce_and_hash()
521 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SHA256); in hash_regions()
696 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SHA256); in cmd_hash_tee_memory()
/optee_os-3.20.0/lib/libutee/include/
A Dutee_defines.h196 case TEE_ALG_SHA256: in __tee_alg_get_digest_size()
A Dtee_api_defines.h256 #define TEE_ALG_SHA256 0x50000004 macro
/optee_os-3.20.0/core/tee/
A Dtee_fs_key_manager.c173 return tee_hash_createdigest(TEE_ALG_SHA256, in, in_size, in sha256()
A Dfs_htree.c20 #define TEE_FS_HTREE_HASH_ALG TEE_ALG_SHA256
A Dtee_svc.c132 res = tee_hash_createdigest(TEE_ALG_SHA256, data, sizeof(data), in get_prop_tee_dev_id()
/optee_os-3.20.0/core/crypto/
A Drng_fortuna.c25 #define HASH_ALGO TEE_ALG_SHA256
A Dcrypto.c39 case TEE_ALG_SHA256: in crypto_hash_alloc_ctx()
/optee_os-3.20.0/lib/libmbedtls/core/
A Drsa.c71 case TEE_ALG_SHA256: in tee_algo_to_mbedtls_hash_algo()
/optee_os-3.20.0/lib/libutee/
A Dtee_api_operations.c243 case TEE_ALG_SHA256: in TEE_AllocateOperation()
1922 if (alg == TEE_ALG_SHA256) in TEE_IsAlgorithmSupported()

Completed in 39 milliseconds