Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/
Dcrypto_spe.h123 #define psa_hash_abort \ macro
124 PSA_FUNCTION_NAME(psa_hash_abort)
Dcrypto_hash.c146 status = psa_hash_abort(operation); in tfm_crypto_hash_interface()
/trusted-firmware-m-3.4.0/interface/include/psa/
Dcrypto.h1126 psa_status_t psa_hash_abort(psa_hash_operation_t *operation);
/trusted-firmware-m-3.4.0/interface/src/
Dtfm_crypto_api.c446 psa_status_t psa_hash_abort(psa_hash_operation_t *operation) in psa_hash_abort() function