Home
last modified time | relevance | path

Searched refs:crypto_hash_update (Results 1 – 20 of 20) sorted by relevance

/optee_os/core/lib/libtomcrypt/
A Dsm2-kep.c55 res = crypto_hash_update(ctx, id, idlen); in sm2_kep_compute_Z()
60 res = crypto_hash_update(ctx, buf, sizeof(buf)); in sm2_kep_compute_Z()
65 res = crypto_hash_update(ctx, buf, sizeof(buf)); in sm2_kep_compute_Z()
70 res = crypto_hash_update(ctx, buf, sizeof(buf)); in sm2_kep_compute_Z()
75 res = crypto_hash_update(ctx, buf, sizeof(buf)); in sm2_kep_compute_Z()
80 res = crypto_hash_update(ctx, buf, sizeof(buf)); in sm2_kep_compute_Z()
85 res = crypto_hash_update(ctx, buf, sizeof(buf)); in sm2_kep_compute_Z()
128 res = crypto_hash_update(ctx, buf, sizeof(buf)); in sm2_kep_compute_S()
133 res = crypto_hash_update(ctx, ZAZB, ZAZB_len); in sm2_kep_compute_S()
140 res = crypto_hash_update(ctx, buf, sizeof(buf)); in sm2_kep_compute_S()
[all …]
A Dsm2-pke.c266 res = crypto_hash_update(ctx, x2y2, SM2_INT_SIZE_BYTES); in sm2_ltc_pke_decrypt()
269 res = crypto_hash_update(ctx, dst, out_len); in sm2_ltc_pke_decrypt()
273 res = crypto_hash_update(ctx, eom, C2_len - out_len); in sm2_ltc_pke_decrypt()
277 res = crypto_hash_update(ctx, x2y2 + SM2_INT_SIZE_BYTES, in sm2_ltc_pke_decrypt()
490 res = crypto_hash_update(ctx, x2y2, SM2_INT_SIZE_BYTES); in sm2_ltc_pke_encrypt()
493 res = crypto_hash_update(ctx, src, src_len); in sm2_ltc_pke_encrypt()
496 res = crypto_hash_update(ctx, x2y2 + SM2_INT_SIZE_BYTES, in sm2_ltc_pke_encrypt()
/optee_os/lib/libmbedtls/core/
A Dsm2-kep.c61 res = crypto_hash_update(ctx, id, idlen); in sm2_kep_compute_Z()
70 res = crypto_hash_update(ctx, buf, sizeof(buf)); in sm2_kep_compute_Z()
79 res = crypto_hash_update(ctx, buf, sizeof(buf)); in sm2_kep_compute_Z()
88 res = crypto_hash_update(ctx, buf, sizeof(buf)); in sm2_kep_compute_Z()
97 res = crypto_hash_update(ctx, buf, sizeof(buf)); in sm2_kep_compute_Z()
106 res = crypto_hash_update(ctx, buf, sizeof(buf)); in sm2_kep_compute_Z()
115 res = crypto_hash_update(ctx, buf, sizeof(buf)); in sm2_kep_compute_Z()
164 res = crypto_hash_update(ctx, buf, sizeof(buf)); in sm2_kep_compute_S()
169 res = crypto_hash_update(ctx, ZAZB, ZAZB_len); in sm2_kep_compute_S()
180 res = crypto_hash_update(ctx, buf, sizeof(buf)); in sm2_kep_compute_S()
[all …]
A Dsm2-pke.c234 res = crypto_hash_update(ctx, x2y2, SM2_INT_SIZE_BYTES); in sm2_mbedtls_pke_decrypt()
237 res = crypto_hash_update(ctx, dst, out_len); in sm2_mbedtls_pke_decrypt()
241 res = crypto_hash_update(ctx, eom, C2_len - out_len); in sm2_mbedtls_pke_decrypt()
245 res = crypto_hash_update(ctx, x2y2 + SM2_INT_SIZE_BYTES, in sm2_mbedtls_pke_decrypt()
428 res = crypto_hash_update(ctx, x2y2, SM2_INT_SIZE_BYTES); in sm2_mbedtls_pke_encrypt()
431 res = crypto_hash_update(ctx, src, src_len); in sm2_mbedtls_pke_encrypt()
434 res = crypto_hash_update(ctx, x2y2 + SM2_INT_SIZE_BYTES, in sm2_mbedtls_pke_encrypt()
/optee_os/core/drivers/crypto/crypto_api/acipher/
A Drsamgf.c56 ret = crypto_hash_update(ctx, mgf_data->seed.data, in drvcrypt_rsa_mgf1()
61 ret = crypto_hash_update(ctx, (uint8_t *)&swapcount, in drvcrypt_rsa_mgf1()
80 ret = crypto_hash_update(ctx, mgf_data->seed.data, in drvcrypt_rsa_mgf1()
85 ret = crypto_hash_update(ctx, (uint8_t *)&swapcount, in drvcrypt_rsa_mgf1()
/optee_os/core/tee/
A Dtee_cryp_concat_kdf.c43 res = crypto_hash_update(ctx, (uint8_t *)&be_count, in tee_cryp_concat_kdf()
47 res = crypto_hash_update(ctx, shared_secret, shared_secret_len); in tee_cryp_concat_kdf()
51 res = crypto_hash_update(ctx, other_info, in tee_cryp_concat_kdf()
A Dtee_cryp_utl.c48 res = crypto_hash_update(ctx, data, datalen); in tee_hash_createdigest()
A Dfs_htree.c411 res = crypto_hash_update(ctx, ndata, nsize); in calc_node_hash()
416 res = crypto_hash_update(ctx, (void *)meta, sizeof(*meta)); in calc_node_hash()
422 res = crypto_hash_update(ctx, node->child[0]->node.hash, in calc_node_hash()
429 res = crypto_hash_update(ctx, node->child[1]->node.hash, in calc_node_hash()
A Dtee_svc_cryp.c2425 res = crypto_hash_update(cs->ctx, chunk, chunk_size); in syscall_hash_update()
2492 res = crypto_hash_update(cs->ctx, chunk, chunk_size); in syscall_hash_final()
/optee_os/core/crypto/
A Dsm2-kdf.c46 res = crypto_hash_update(ctx, Z, Z_len); in sm2_kdf()
49 res = crypto_hash_update(ctx, (const uint8_t *)&be_count, in sm2_kdf()
A Drng_fortuna.c88 return crypto_hash_update(ctx, data, dlen); in hash_update()
A Dcrypto.c87 TEE_Result crypto_hash_update(void *ctx, const uint8_t *data, size_t len) in crypto_hash_update() function
/optee_os/core/pta/
A Dsecstor_ta_mgmt.c76 res = crypto_hash_update(hash_ctx, (uint8_t *)shdr, sizeof(*shdr)); in install_ta()
88 res = crypto_hash_update(hash_ctx, (uint8_t *)&bs_ta, sizeof(bs_ta)); in install_ta()
109 res = crypto_hash_update(hash_ctx, buf, l); in install_ta()
/optee_os/core/kernel/
A Dree_fs_ta.c179 res = crypto_hash_update(hash_ctx, (uint8_t *)shdr, sizeof(*shdr)); in ree_fs_ta_open()
219 res = crypto_hash_update(hash_ctx, (uint8_t *)bs_hdr, in ree_fs_ta_open()
257 res = crypto_hash_update(hash_ctx, (uint8_t *)ehdr, ehdr_sz); in ree_fs_ta_open()
473 res = crypto_hash_update(handle->hash_ctx, b, in ree_fs_ta_read()
489 res = crypto_hash_update(handle->hash_ctx, dst, len); in ree_fs_ta_read()
A Dembedded_ts.c111 res = crypto_hash_update(ctx, h->ts->ts, h->ts->size); in emb_ts_get_tag()
/optee_os/out/arm/core/
A Dtext_unpaged.ld.S157 *(.text.crypto_hash_update)
A Dtee.symb_sizes1185 000000000e10e250 0000000000000044 T crypto_hash_update
A Dtee.dmp22120 000000000e10e250 <crypto_hash_update>:
22121 crypto_hash_update():
24944 e10ff24: 97fff8cb bl e10e250 <crypto_hash_update>
24953 e10ff38: 97fff8c6 bl e10e250 <crypto_hash_update>
25253 e11022c: 97fff809 bl e10e250 <crypto_hash_update>
25719 e1106a0: 97fff6ec bl e10e250 <crypto_hash_update>
25733 e1106c0: 97fff6e4 bl e10e250 <crypto_hash_update>
26847 e11128c: 97fff3f1 bl e10e250 <crypto_hash_update>
26854 e1112a0: 97fff3ec bl e10e250 <crypto_hash_update>
38035 e11857c: 97ffd735 bl e10e250 <crypto_hash_update>
[all …]
A Dtee.map21432 .text.crypto_hash_update
21434 0x000000000e10e250 crypto_hash_update
/optee_os/core/include/crypto/
A Dcrypto.h32 TEE_Result crypto_hash_update(void *ctx, const uint8_t *data, size_t len);

Completed in 213 milliseconds