Home
last modified time | relevance | path

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

/optee_os/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/core/crypto/
A Dsm2-kdf.c53 res = crypto_hash_final(ctx, buf, TEE_SM3_HASH_SIZE); in sm2_kdf()
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/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.c281 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 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/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.c2497 res = crypto_hash_final(cs->ctx, hash, hash_size); in syscall_hash_final()
/optee_os/core/pta/
A Dsecstor_ta_mgmt.c118 res = crypto_hash_final(hash_ctx, buf, shdr->hash_size); in install_ta()
/optee_os/core/kernel/
A Dembedded_ts.c114 res = crypto_hash_final(ctx, tag, *tag_len); in emb_ts_get_tag()
A Dree_fs_ta.c329 res = crypto_hash_final(h->hash_ctx, digest, h->shdr->hash_size); in check_digest()
/optee_os/core/include/crypto/
A Dcrypto.h33 TEE_Result crypto_hash_final(void *ctx, uint8_t *digest, size_t len);
/optee_os/out/arm/core/
A Dtee.symb_sizes1186 000000000e10e294 0000000000000044 T crypto_hash_final
A Dtee.dmp22146 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 Dtee.map21435 .text.crypto_hash_final
21437 0x000000000e10e294 crypto_hash_final

Completed in 235 milliseconds