Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dpsa_crypto_mac.c201 * called, mbedtls_psa_mac_abort can run and will do the right thing. */
234 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()
489 mbedtls_psa_mac_abort(&operation); in mbedtls_psa_mac_compute()
H A Dpsa_crypto_mac.h150 * operation by calling mbedtls_psa_mac_abort().
181 * aborts the operation by calling mbedtls_psa_mac_abort().
227 * aborts the operation by calling mbedtls_psa_mac_abort().
263 * In particular, calling mbedtls_psa_mac_abort() after the operation has been
264 * terminated by a call to mbedtls_psa_mac_abort(),
273 psa_status_t mbedtls_psa_mac_abort(
H A Dpsa_crypto_driver_wrappers.c2066 return (mbedtls_psa_mac_abort(&operation->ctx.mbedtls_ctx)); in psa_driver_wrapper_mac_abort()
/third_party/mbedtls/tests/src/drivers/
H A Dtest_driver_mac.c254 mbedtls_psa_mac_abort(operation); in mbedtls_test_transparent_mac_abort()

Completed in 6 milliseconds