Home
last modified time | relevance | path

Searched refs:psa_mac_verify_finish (Results 1 - 8 of 8) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h128 #define psa_mac_verify_finish \ macro
129 PSA_FUNCTION_NAME(psa_mac_verify_finish)
/third_party/mbedtls/library/
H A Dssl_cookie.c318 status = psa_mac_verify_finish(&operation, cookie + 4, in mbedtls_ssl_cookie_check()
H A Dssl_msg.c1764 status = psa_mac_verify_finish(&operation, data + rec->data_len, in mbedtls_ssl_decrypt_buf()
H A Dpsa_crypto.c2749 psa_status_t psa_mac_verify_finish(psa_mac_operation_t *operation, in psa_mac_verify_finish() function
/third_party/mbedtls/include/psa/
H A Dcrypto.h1376 * -# At the end of the message, call psa_mac_verify_finish() to finish
1387 * - A successful call to psa_mac_verify_finish().
1465 * a specific value for the MAC. Call psa_mac_verify_finish() instead.
1542 psa_status_t psa_mac_verify_finish(psa_mac_operation_t *operation,
1558 * psa_mac_verify_finish() is safe and has no effect.
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h559 #define psa_mac_verify_finish(arg0_operation, arg1_mac, arg2_mac_length) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c984 /* Wrapper for psa_mac_verify_finish */
993 psa_status_t status = (psa_mac_verify_finish)(arg0_operation, arg1_mac, arg2_mac_length); in mbedtls_test_wrap_psa_mac_verify_finish()
H A Dpsa_exercise_key.c164 TEST_EQUAL(psa_mac_verify_finish(&operation, mac, mac_length), in exercise_mac_key()

Completed in 29 milliseconds