Home
last modified time | relevance | path

Searched refs:psa_hash_compute (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/secure_fw/partitions/crypto/
Dcrypto_spe.h129 #define psa_hash_compute \ macro
130 PSA_FUNCTION_NAME(psa_hash_compute)
Dcrypto_hash.c42 status = psa_hash_compute(iov->alg, input, input_length, in tfm_crypto_hash_interface()
/trusted-firmware-m-latest/interface/include/psa/
Dcrypto.h863 psa_status_t psa_hash_compute(psa_algorithm_t alg,
/trusted-firmware-m-latest/interface/src/
Dtfm_crypto_api.c508 TFM_CRYPTO_API(psa_status_t, psa_hash_compute)(psa_algorithm_t alg, in TFM_CRYPTO_API() argument