Searched refs:crypto_hash_final (Results 1 – 19 of 19) sorted by relevance
/optee_os/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/core/crypto/ |
A D | sm2-kdf.c | 53 res = crypto_hash_final(ctx, buf, TEE_SM3_HASH_SIZE); in sm2_kdf()
|
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/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 | 281 res = crypto_hash_final(ctx, u, sizeof(u)); in sm2_ltc_pke_decrypt() 500 res = crypto_hash_final(ctx, dst + C1_len + src_len, TEE_SM3_HASH_SIZE); in sm2_ltc_pke_encrypt()
|
/optee_os/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/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 | 2497 res = crypto_hash_final(cs->ctx, hash, hash_size); in syscall_hash_final()
|
/optee_os/core/pta/ |
A D | secstor_ta_mgmt.c | 118 res = crypto_hash_final(hash_ctx, buf, shdr->hash_size); in install_ta()
|
/optee_os/core/kernel/ |
A D | embedded_ts.c | 114 res = crypto_hash_final(ctx, tag, *tag_len); in emb_ts_get_tag()
|
A D | ree_fs_ta.c | 329 res = crypto_hash_final(h->hash_ctx, digest, h->shdr->hash_size); in check_digest()
|
/optee_os/core/include/crypto/ |
A D | crypto.h | 33 TEE_Result crypto_hash_final(void *ctx, uint8_t *digest, size_t len);
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 1186 000000000e10e294 0000000000000044 T crypto_hash_final
|
A D | tee.dmp | 22146 000000000e10e294 <crypto_hash_final>: 22147 crypto_hash_final(): 25264 e110248: 97fff813 bl e10e294 <crypto_hash_final> 25701 e110678: 97fff707 bl e10e294 <crypto_hash_final> 25748 e1106e4: 97fff6ec bl e10e294 <crypto_hash_final> 26861 e1112b4: 97fff3f8 bl e10e294 <crypto_hash_final> 38073 e1185e4: 97ffd72c bl e10e294 <crypto_hash_final> 39169 e1190f4: 97ffd468 bl e10e294 <crypto_hash_final> 44770 e11ca38: 97ffc617 bl e10e294 <crypto_hash_final> 49427 e11fcd8: 97ffb96f bl e10e294 <crypto_hash_final> [all …]
|
A D | tee.map | 21435 .text.crypto_hash_final 21437 0x000000000e10e294 crypto_hash_final
|
Completed in 235 milliseconds