Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Drsamgf.c52 ret = crypto_hash_init(ctx); in drvcrypt_rsa_mgf1()
76 ret = crypto_hash_init(ctx); in drvcrypt_rsa_mgf1()
/optee_os/core/crypto/
H A Dsm2-kdf.c43 res = crypto_hash_init(ctx); in sm2_kdf()
H A Drng_fortuna.c83 return crypto_hash_init(ctx); in hash_init()
148 res = crypto_hash_init(state.pool_ctx[n]); in crypto_rng_init()
H A Dsigned_hdr.c229 if (crypto_hash_init(ctx) || in calc_next_uuid()
294 if (crypto_hash_init(ctx) || in shdr_load_pub_key()
H A Dcrypto.c99 TEE_Result crypto_hash_init(void *ctx) in crypto_hash_init() function
/optee_os/core/tee/
H A Dtee_cryp_concat_kdf.c40 res = crypto_hash_init(ctx); in tee_cryp_concat_kdf()
H A Dtee_cryp_utl.c42 res = crypto_hash_init(ctx); in tee_hash_createdigest()
H A Dfs_htree.c411 res = crypto_hash_init(ctx); in calc_node_hash()
H A Dtee_svc_cryp.c2982 res = crypto_hash_init(cs->ctx); in syscall_hash_init()
/optee_os/lib/libmbedtls/core/
H A Dsm2-kep.c53 res = crypto_hash_init(ctx); in sm2_kep_compute_Z()
154 res = crypto_hash_init(ctx); in sm2_kep_compute_S()
223 res = crypto_hash_init(ctx); in sm2_kep_compute_S()
H A Dsm2-pke.c231 res = crypto_hash_init(ctx); in sm2_mbedtls_pke_decrypt()
425 res = crypto_hash_init(ctx); in sm2_mbedtls_pke_encrypt()
/optee_os/core/lib/libtomcrypt/
H A Dsm2-kep.c47 res = crypto_hash_init(ctx); in sm2_kep_compute_Z()
122 res = crypto_hash_init(ctx); in sm2_kep_compute_S()
171 res = crypto_hash_init(ctx); in sm2_kep_compute_S()
H A Dsm2-pke.c264 res = crypto_hash_init(ctx); in sm2_ltc_pke_decrypt()
488 res = crypto_hash_init(ctx); in sm2_ltc_pke_encrypt()
/optee_os/core/pta/veraison_attestation/
H A Dhash.c59 res = crypto_hash_init(ctx); in hash_regions()
H A Dsign.c71 res = crypto_hash_init(ctx); in hash_sha256()
/optee_os/core/drivers/
H A Dzynqmp_huk.c73 res = crypto_hash_init(ctx); in tee_zynqmp_generate_huk_src()
/optee_os/core/pta/
H A Dsecstor_ta_mgmt.c73 res = crypto_hash_init(hash_ctx); in install_ta()
H A Dattestation.c441 res = crypto_hash_init(ctx); in digest_nonce_and_hash()
532 res = crypto_hash_init(ctx); in hash_regions()
713 res = crypto_hash_init(ctx); in cmd_hash_tee_memory()
/optee_os/core/kernel/
H A Dembedded_ts.c110 res = crypto_hash_init(ctx); in emb_ts_get_tag()
H A Dree_fs_ta.c376 res = crypto_hash_init(hash_ctx); in ree_fs_ta_open()
/optee_os/core/include/crypto/
H A Dcrypto.h32 TEE_Result crypto_hash_init(void *ctx);