Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dpsa_crypto_mac.c232 psa_status_t mbedtls_psa_mac_abort( mbedtls_psa_mac_operation_t *operation ) in mbedtls_psa_mac_abort() function
319 mbedtls_psa_mac_abort( operation ); in psa_mac_setup()
492 mbedtls_psa_mac_abort( &operation ); in mbedtls_psa_mac_compute()
Dpsa_crypto_mac.h273 psa_status_t mbedtls_psa_mac_abort(
Dpsa_crypto_driver_wrappers.c2317 return( mbedtls_psa_mac_abort( &operation->ctx.mbedtls_ctx ) ); in psa_driver_wrapper_mac_abort()
/third_party/mbedtls/tests/src/drivers/
Dtest_driver_mac.c287 mbedtls_psa_mac_abort( operation ); in mbedtls_test_transparent_mac_abort()