/optee_os/core/lib/libtomcrypt/ |
A D | sm2-kep.c | 55 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 D | sm2-pke.c | 266 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 D | sm2-kep.c | 61 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 D | sm2-pke.c | 234 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 D | rsamgf.c | 56 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 D | tee_cryp_concat_kdf.c | 43 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 D | tee_cryp_utl.c | 48 res = crypto_hash_update(ctx, data, datalen); in tee_hash_createdigest()
|
A D | fs_htree.c | 411 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 D | tee_svc_cryp.c | 2425 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 D | sm2-kdf.c | 46 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 D | rng_fortuna.c | 88 return crypto_hash_update(ctx, data, dlen); in hash_update()
|
A D | crypto.c | 87 TEE_Result crypto_hash_update(void *ctx, const uint8_t *data, size_t len) in crypto_hash_update() function
|
/optee_os/core/pta/ |
A D | secstor_ta_mgmt.c | 76 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 D | ree_fs_ta.c | 179 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 D | embedded_ts.c | 111 res = crypto_hash_update(ctx, h->ts->ts, h->ts->size); in emb_ts_get_tag()
|
/optee_os/out/arm/core/ |
A D | text_unpaged.ld.S | 157 *(.text.crypto_hash_update)
|
A D | tee.symb_sizes | 1185 000000000e10e250 0000000000000044 T crypto_hash_update
|
A D | tee.dmp | 22120 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 D | tee.map | 21432 .text.crypto_hash_update 21434 0x000000000e10e250 crypto_hash_update
|
/optee_os/core/include/crypto/ |
A D | crypto.h | 32 TEE_Result crypto_hash_update(void *ctx, const uint8_t *data, size_t len);
|