Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Dsm2-kdf.c29 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_kdf()
A Dsigned_hdr.c206 if (crypto_hash_alloc_ctx(&ctx, TEE_ALG_SHA512)) in calc_next_uuid()
274 if (crypto_hash_alloc_ctx(&ctx, TEE_DIGEST_HASH_TO_ALGO(shdr->algo))) { in shdr_load_pub_key()
A Drng_fortuna.c145 res = crypto_hash_alloc_ctx(&state.pool_ctx[n], HASH_ALGO); in crypto_rng_init()
153 res = crypto_hash_alloc_ctx(&state.reseed_ctx, HASH_ALGO); in crypto_rng_init()
A Dcrypto.c17 TEE_Result crypto_hash_alloc_ctx(void **ctx, uint32_t algo) in crypto_hash_alloc_ctx() function
/optee_os-3.20.0/core/tee/
A Dtee_cryp_concat_kdf.c27 res = crypto_hash_alloc_ctx(&ctx, hash_algo); in tee_cryp_concat_kdf()
A Dtee_cryp_utl.c39 res = crypto_hash_alloc_ctx(&ctx, algo); in tee_hash_createdigest()
A Dfs_htree.c585 res = crypto_hash_alloc_ctx(&ctx, TEE_FS_HTREE_HASH_ALG); in verify_tree()
600 res = crypto_hash_alloc_ctx(&ctx, TEE_FS_HTREE_HASH_ALG); in init_root_node()
770 res = crypto_hash_alloc_ctx(&ctx, TEE_FS_HTREE_HASH_ALG); in tee_fs_htree_sync_to_storage()
A Dtee_svc_cryp.c2669 res = crypto_hash_alloc_ctx(&cs->ctx, algo); in syscall_cryp_state_alloc()
/optee_os-3.20.0/core/drivers/crypto/crypto_api/acipher/
A Drsamgf.c38 ret = crypto_hash_alloc_ctx(&ctx, mgf_data->hash_algo); in drvcrypt_rsa_mgf1()
/optee_os-3.20.0/lib/libmbedtls/core/
A Dsm2-pke.c228 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_mbedtls_pke_decrypt()
422 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_mbedtls_pke_encrypt()
A Dsm2-kep.c49 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_kep_compute_Z()
148 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_kep_compute_S()
/optee_os-3.20.0/core/pta/
A Dsecstor_ta_mgmt.c69 res = crypto_hash_alloc_ctx(&hash_ctx, in install_ta()
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/core/drivers/
A Dzynqmp_huk.c69 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SHA256); in tee_zynqmp_generate_huk_src()
/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()
A Dree_fs_ta.c364 res = crypto_hash_alloc_ctx(&hash_ctx, in ree_fs_ta_open()
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dsm2-kep.c43 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_kep_compute_Z()
116 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_kep_compute_S()
A Dsm2-pke.c261 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_ltc_pke_decrypt()
485 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_ltc_pke_encrypt()
/optee_os-3.20.0/core/include/crypto/
A Dcrypto.h31 TEE_Result crypto_hash_alloc_ctx(void **ctx, uint32_t algo);

Completed in 27 milliseconds