Searched refs:psa_mac_verify_finish (Results 1 - 8 of 8) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
H A D | crypto_spe.h | 128 #define psa_mac_verify_finish \ macro 129 PSA_FUNCTION_NAME(psa_mac_verify_finish)
|
/third_party/mbedtls/library/ |
H A D | ssl_cookie.c | 318 status = psa_mac_verify_finish(&operation, cookie + 4, in mbedtls_ssl_cookie_check()
|
H A D | ssl_msg.c | 1764 status = psa_mac_verify_finish(&operation, data + rec->data_len, in mbedtls_ssl_decrypt_buf()
|
H A D | psa_crypto.c | 2749 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 D | crypto.h | 1376 * -# 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 D | psa_test_wrappers.h | 559 #define psa_mac_verify_finish(arg0_operation, arg1_mac, arg2_mac_length) \ macro
|
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 984 /* 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 D | psa_exercise_key.c | 164 TEST_EQUAL(psa_mac_verify_finish(&operation, mac, mac_length), in exercise_mac_key()
|
Completed in 29 milliseconds