Home
last modified time | relevance | path

Searched refs:psa_mac_abort (Results 1 - 10 of 10) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h130 #define psa_mac_abort \ macro
131 PSA_FUNCTION_NAME(psa_mac_abort)
/third_party/mbedtls/programs/psa/
H A Dhmac_demo.c147 psa_mac_abort(&op); // needed on error, harmless on success in hmac_demo()
/third_party/mbedtls/library/
H A Dssl_cookie.c263 status = psa_mac_abort(&operation); in mbedtls_ssl_cookie_write()
371 status = psa_mac_abort(&operation); in mbedtls_ssl_cookie_check()
H A Dpsa_crypto.c2518 psa_status_t psa_mac_abort(psa_mac_operation_t *operation) in psa_mac_abort() function
2634 psa_mac_abort(operation); in psa_mac_setup()
2679 psa_mac_abort(operation); in psa_mac_update()
2743 abort_status = psa_mac_abort(operation); in psa_mac_sign_finish()
2777 abort_status = psa_mac_abort(operation); in psa_mac_verify_finish()
5489 status = psa_mac_abort(&operation->ctx.hkdf.hmac); in psa_key_derivation_abort()
5779 cleanup_status = psa_mac_abort(&hmac); in psa_key_derivation_tls12_prf_generate_next_block()
H A Dssl_msg.c1109 status = psa_mac_abort(&operation); in mbedtls_ssl_encrypt_buf()
1450 status = psa_mac_abort(&operation); in mbedtls_ssl_encrypt_buf()
1807 status = psa_mac_abort(&operation); in mbedtls_ssl_decrypt_buf()
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c139 PSA_ASSERT(psa_mac_abort(&operation)); in exercise_mac_key()
158 PSA_ASSERT(psa_mac_abort(&operation)); in exercise_mac_key()
171 psa_mac_abort(&operation); in exercise_mac_key()
H A Dpsa_test_wrappers.c890 /* Wrapper for psa_mac_abort */
894 psa_status_t status = (psa_mac_abort)(arg0_operation); in mbedtls_test_wrap_psa_mac_abort()
/third_party/mbedtls/include/psa/
H A Dcrypto.h1320 * operation will need to be reset by a call to psa_mac_abort(). The
1321 * application may call psa_mac_abort() at any time after the operation
1327 * - A call to psa_mac_abort().
1381 * operation will need to be reset by a call to psa_mac_abort(). The
1382 * application may call psa_mac_abort() at any time after the operation
1388 * - A call to psa_mac_abort().
1430 * state and must be aborted by calling psa_mac_abort().
1462 * state and must be aborted by calling psa_mac_abort().
1515 * state and must be aborted by calling psa_mac_abort().
1556 * In particular, calling psa_mac_abort() afte
[all...]
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h509 #define psa_mac_abort(arg0_operation) \ macro
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c1664 psa_mac_abort(&operation); in mbedtls_test_ssl_prepare_record_mac()

Completed in 28 milliseconds