Home
last modified time | relevance | path

Searched refs:psa_hash_update (Results 1 – 10 of 10) sorted by relevance

/trusted-firmware-m-3.6.0/secure_fw/partitions/crypto/
Dcrypto_spe.h117 #define psa_hash_update \ macro
118 PSA_FUNCTION_NAME(psa_hash_update)
Dcrypto_hash.c118 return psa_hash_update(operation, input, input_length); in tfm_crypto_hash_interface()
/trusted-firmware-m-3.6.0/secure_fw/partitions/initial_attestation/
Dattest_asymmetric_key.c92 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()
Dattest_symmetric_key.c68 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/
Dpq_crypto_psa.c24 psa_status_t psa_hash_update( in psa_hash_update() function
/trusted-firmware-m-3.6.0/lib/ext/t_cose/crypto_adapters/
Dt_cose_psa_crypto.c384 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/
Dtfm_mcuboot_fwu.c530 status = psa_hash_update(&handle, tmpbuf, blk_sz); in util_img_hash()
/trusted-firmware-m-3.6.0/interface/include/psa/
Dcrypto.h1021 psa_status_t psa_hash_update(psa_hash_operation_t *operation,
/trusted-firmware-m-3.6.0/docs/security/security_advisories/
Dcrypto_multi_part_ops_abort_fail.rst142 - ``psa_hash_update()``
/trusted-firmware-m-3.6.0/interface/src/
Dtfm_crypto_api.c416 TFM_CRYPTO_API(psa_status_t, psa_hash_update)(psa_hash_operation_t *operation, in TFM_CRYPTO_API() argument