Home
last modified time | relevance | path

Searched refs:mbedtls_psa_hash_abort (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_hash.h208 psa_status_t mbedtls_psa_hash_abort(
H A Dpsa_crypto_hash.c21 psa_status_t mbedtls_psa_hash_abort( in mbedtls_psa_hash_abort() function
177 mbedtls_psa_hash_abort(operation); in mbedtls_psa_hash_setup()
460 abort_status = mbedtls_psa_hash_abort(&operation); in mbedtls_psa_hash_compute()
H A Dpsa_crypto_driver_wrappers.h1700 return( mbedtls_psa_hash_abort( &operation->ctx.mbedtls_ctx ) ); in psa_driver_wrapper_hash_abort()