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 D | rsamgf.c | 66 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 D | sm2-kdf.c | 53 res = crypto_hash_final(ctx, buf, TEE_SM3_HASH_SIZE); in sm2_kdf()
|
A D | signed_hdr.c | 218 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 D | rng_fortuna.c | 93 return crypto_hash_final(ctx, digest, KEY_SIZE); in hash_final()
|
A D | crypto.c | 92 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 D | tee_cryp_concat_kdf.c | 56 res = crypto_hash_final(ctx, tmp, sizeof(tmp)); in tee_cryp_concat_kdf()
|
A D | tee_cryp_utl.c | 53 res = crypto_hash_final(ctx, digest, digestlen); in tee_hash_createdigest()
|
A D | fs_htree.c | 435 return crypto_hash_final(ctx, digest, TEE_FS_HTREE_HASH_SIZE); in calc_node_hash()
|
A D | tee_svc_cryp.c | 2936 res = crypto_hash_final(cs->ctx, hash, hash_size); in syscall_hash_final()
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | sm2-kep.c | 89 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 D | sm2-pke.c | 282 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 D | sm2-kep.c | 119 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 D | sm2-pke.c | 249 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 D | secstor_ta_mgmt.c | 118 res = crypto_hash_final(hash_ctx, buf, shdr->hash_size); in install_ta()
|
A D | attestation.c | 444 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 D | zynqmp_huk.c | 99 res = crypto_hash_final(ctx, huk_source, huk_source_size); in tee_zynqmp_generate_huk_src()
|
/optee_os-3.20.0/core/kernel/ |
A D | embedded_ts.c | 115 res = crypto_hash_final(ctx, tag, *tag_len); in emb_ts_get_tag()
|
A D | ree_fs_ta.c | 531 res = crypto_hash_final(h->hash_ctx, digest, h->shdr->hash_size); in check_digest()
|
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto.h | 34 TEE_Result crypto_hash_final(void *ctx, uint8_t *digest, size_t len);
|
Completed in 26 milliseconds