Home
last modified time | relevance | path

Searched refs:psa_hash_setup (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-m-3.6.0/secure_fw/partitions/crypto/
Dcrypto_spe.h115 #define psa_hash_setup \ macro
116 PSA_FUNCTION_NAME(psa_hash_setup)
Dcrypto_hash.c107 status = psa_hash_setup(operation, iov->alg); in tfm_crypto_hash_interface()
/trusted-firmware-m-3.6.0/secure_fw/partitions/initial_attestation/
Dattest_asymmetric_key.c87 crypto_res = psa_hash_setup(&hash, PSA_ALG_SHA_256); in attest_calc_instance_id()
298 crypto_res = psa_hash_setup(&hash, PSA_ALG_SHA_256); in attest_get_cose_key_id()
Dattest_symmetric_key.c63 status = psa_hash_setup(&hash_op, INSTANCE_ID_HASH_ALG); in symmetric_iak_hash()
/trusted-firmware-m-3.6.0/bl1/bl1_1/shared_lib/pq_crypto/
Dpq_crypto_psa.c14 psa_status_t psa_hash_setup( in psa_hash_setup() function
/trusted-firmware-m-3.6.0/lib/ext/t_cose/crypto_adapters/
Dt_cose_psa_crypto.c357 hash_ctx->status = psa_hash_setup(&(hash_ctx->ctx), psa_alg); in t_cose_crypto_hash_start()
/trusted-firmware-m-3.6.0/secure_fw/partitions/firmware_update/bootloader/mcuboot/
Dtfm_mcuboot_fwu.c516 status = psa_hash_setup(&handle, PSA_ALG_SHA_256); in util_img_hash()
/trusted-firmware-m-3.6.0/interface/include/psa/
Dcrypto.h995 psa_status_t psa_hash_setup(psa_hash_operation_t *operation,
/trusted-firmware-m-3.6.0/interface/src/
Dtfm_crypto_api.c397 TFM_CRYPTO_API(psa_status_t, psa_hash_setup)(psa_hash_operation_t *operation, in TFM_CRYPTO_API() argument