Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_mac.h261 psa_status_t mbedtls_psa_mac_abort(
H A Dpsa_crypto_mac.c234 psa_status_t mbedtls_psa_mac_abort(mbedtls_psa_mac_operation_t *operation) in mbedtls_psa_mac_abort() function
313 mbedtls_psa_mac_abort(operation); in psa_mac_setup()
498 mbedtls_psa_mac_abort(&operation); in mbedtls_psa_mac_compute()
H A Dpsa_crypto_driver_wrappers.h2515 return( mbedtls_psa_mac_abort( &operation->ctx.mbedtls_ctx ) ); in psa_driver_wrapper_mac_abort()