Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/crypto_api/acipher/
A Drsamgf.c66 ret = crypto_hash_final(ctx, cur_mask, mgf_data->digest_size); in drvcrypt_rsa_mgf1()
90 ret = crypto_hash_final(ctx, tmpdigest, mgf_data->digest_size); in drvcrypt_rsa_mgf1()
/optee_os-3.20.0/core/crypto/
A Dsm2-kdf.c53 res = crypto_hash_final(ctx, buf, TEE_SM3_HASH_SIZE); in sm2_kdf()
A Dsigned_hdr.c218 crypto_hash_final(ctx, tmp->digest, sizeof(tmp->digest))) in calc_next_uuid()
282 crypto_hash_final(ctx, digest, shdr->hash_size) || in shdr_load_pub_key()
A Drng_fortuna.c93 return crypto_hash_final(ctx, digest, KEY_SIZE); in hash_final()
A Dcrypto.c92 TEE_Result crypto_hash_final(void *ctx, uint8_t *digest, size_t len) in crypto_hash_final() function
/optee_os-3.20.0/core/tee/
A Dtee_cryp_concat_kdf.c56 res = crypto_hash_final(ctx, tmp, sizeof(tmp)); in tee_cryp_concat_kdf()
A Dtee_cryp_utl.c53 res = crypto_hash_final(ctx, digest, digestlen); in tee_hash_createdigest()
A Dfs_htree.c435 return crypto_hash_final(ctx, digest, TEE_FS_HTREE_HASH_SIZE); in calc_node_hash()
A Dtee_svc_cryp.c2936 res = crypto_hash_final(cs->ctx, hash, hash_size); in syscall_hash_final()
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dsm2-kep.c89 res = crypto_hash_final(ctx, Z, TEE_SM3_HASH_SIZE); in sm2_kep_compute_Z()
165 res = crypto_hash_final(ctx, hash, sizeof(hash)); in sm2_kep_compute_S()
191 res = crypto_hash_final(ctx, S, TEE_SM3_HASH_SIZE); in sm2_kep_compute_S()
A Dsm2-pke.c282 res = crypto_hash_final(ctx, u, sizeof(u)); in sm2_ltc_pke_decrypt()
501 res = crypto_hash_final(ctx, dst + C1_len + src_len, TEE_SM3_HASH_SIZE); in sm2_ltc_pke_encrypt()
/optee_os-3.20.0/lib/libmbedtls/core/
A Dsm2-kep.c119 res = crypto_hash_final(ctx, Z, TEE_SM3_HASH_SIZE); in sm2_kep_compute_Z()
217 res = crypto_hash_final(ctx, hash, sizeof(hash)); in sm2_kep_compute_S()
247 res = crypto_hash_final(ctx, S, TEE_SM3_HASH_SIZE); in sm2_kep_compute_S()
A Dsm2-pke.c249 res = crypto_hash_final(ctx, u, sizeof(u)); in sm2_mbedtls_pke_decrypt()
438 res = crypto_hash_final(ctx, dst + C1_len + src_len, TEE_SM3_HASH_SIZE); in sm2_mbedtls_pke_encrypt()
/optee_os-3.20.0/core/pta/
A Dsecstor_ta_mgmt.c118 res = crypto_hash_final(hash_ctx, buf, shdr->hash_size); in install_ta()
A Dattestation.c444 res = crypto_hash_final(ctx, digest, TEE_SHA256_HASH_SIZE); in digest_nonce_and_hash()
562 res = crypto_hash_final(ctx, hash, TEE_SHA256_HASH_SIZE); in hash_regions()
737 res = crypto_hash_final(ctx, out, TEE_SHA256_HASH_SIZE); in cmd_hash_tee_memory()
/optee_os-3.20.0/core/drivers/
A Dzynqmp_huk.c99 res = crypto_hash_final(ctx, huk_source, huk_source_size); in tee_zynqmp_generate_huk_src()
/optee_os-3.20.0/core/kernel/
A Dembedded_ts.c115 res = crypto_hash_final(ctx, tag, *tag_len); in emb_ts_get_tag()
A Dree_fs_ta.c531 res = crypto_hash_final(h->hash_ctx, digest, h->shdr->hash_size); in check_digest()
/optee_os-3.20.0/core/include/crypto/
A Dcrypto.h34 TEE_Result crypto_hash_final(void *ctx, uint8_t *digest, size_t len);

Completed in 26 milliseconds