Searched refs:psa_hash_update (Results 1 – 10 of 10) sorted by relevance
/trusted-firmware-m-3.6.0/secure_fw/partitions/crypto/ |
D | crypto_spe.h | 117 #define psa_hash_update \ macro 118 PSA_FUNCTION_NAME(psa_hash_update)
|
D | crypto_hash.c | 118 return psa_hash_update(operation, input, input_length); in tfm_crypto_hash_interface()
|
/trusted-firmware-m-3.6.0/secure_fw/partitions/initial_attestation/ |
D | attest_asymmetric_key.c | 92 crypto_res = psa_hash_update(&hash, attestation_public_key, in attest_calc_instance_id() 303 crypto_res = psa_hash_update(&hash, cose_key.ptr, cose_key.len); in attest_get_cose_key_id()
|
D | attest_symmetric_key.c | 68 status = psa_hash_update(&hash_op, iak_buf, iak_len); in symmetric_iak_hash()
|
/trusted-firmware-m-3.6.0/bl1/bl1_1/shared_lib/pq_crypto/ |
D | pq_crypto_psa.c | 24 psa_status_t psa_hash_update( in psa_hash_update() function
|
/trusted-firmware-m-3.6.0/lib/ext/t_cose/crypto_adapters/ |
D | t_cose_psa_crypto.c | 384 hash_ctx->status = psa_hash_update(&(hash_ctx->ctx), in t_cose_crypto_hash_update()
|
/trusted-firmware-m-3.6.0/secure_fw/partitions/firmware_update/bootloader/mcuboot/ |
D | tfm_mcuboot_fwu.c | 530 status = psa_hash_update(&handle, tmpbuf, blk_sz); in util_img_hash()
|
/trusted-firmware-m-3.6.0/interface/include/psa/ |
D | crypto.h | 1021 psa_status_t psa_hash_update(psa_hash_operation_t *operation,
|
/trusted-firmware-m-3.6.0/docs/security/security_advisories/ |
D | crypto_multi_part_ops_abort_fail.rst | 142 - ``psa_hash_update()``
|
/trusted-firmware-m-3.6.0/interface/src/ |
D | tfm_crypto_api.c | 416 TFM_CRYPTO_API(psa_status_t, psa_hash_update)(psa_hash_operation_t *operation, in TFM_CRYPTO_API() argument
|