Searched refs:psa_mac_verify_finish (Results 1 – 13 of 13) sorted by relevance
/mbedtls-latest/tests/include/spe/ |
D | crypto_spe.h | 116 #define psa_mac_verify_finish \ macro 117 PSA_FUNCTION_NAME(psa_mac_verify_finish)
|
/mbedtls-latest/tests/suites/ |
D | test_suite_constant_time_hmac.function | 126 TEST_EQUAL(PSA_SUCCESS, psa_mac_verify_finish(&operation,
|
D | test_suite_psa_crypto.function | 661 PSA_ASSERT(psa_mac_verify_finish(&operation, expected_output->x, 2215 status = psa_mac_verify_finish(&operation, mac, mac_len); 3546 TEST_EQUAL(psa_mac_verify_finish(&operation, 3573 PSA_ASSERT(psa_mac_verify_finish(&operation, 3594 PSA_ASSERT(psa_mac_verify_finish(&operation, 3596 TEST_EQUAL(psa_mac_verify_finish(&operation, 3605 TEST_EQUAL(psa_mac_verify_finish(&operation, 3790 PSA_ASSERT(psa_mac_verify_finish(&operation, 3805 TEST_EQUAL(psa_mac_verify_finish(&operation, 3822 TEST_EQUAL(psa_mac_verify_finish(&operation, [all …]
|
D | test_suite_psa_crypto_driver_wrappers.function | 2113 status = psa_mac_verify_finish(&operation,
|
/mbedtls-latest/library/ |
D | ssl_cookie.c | 322 status = psa_mac_verify_finish(&operation, cookie + 4, in mbedtls_ssl_cookie_check()
|
D | ssl_msg.c | 1764 status = psa_mac_verify_finish(&operation, data + rec->data_len, in mbedtls_ssl_decrypt_buf()
|
D | psa_crypto.c | 2805 psa_status_t psa_mac_verify_finish(psa_mac_operation_t *operation, function
|
/mbedtls-latest/include/psa/ |
D | crypto.h | 1545 psa_status_t psa_mac_verify_finish(psa_mac_operation_t *operation,
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 591 #define psa_mac_verify_finish(arg0_operation, arg1_mac, arg2_mac_length) \ macro
|
/mbedtls-latest/tests/src/ |
D | psa_exercise_key.c | 164 TEST_EQUAL(psa_mac_verify_finish(&operation, mac, mac_length), in exercise_mac_key()
|
D | psa_test_wrappers.c | 1043 psa_status_t status = (psa_mac_verify_finish)(arg0_operation, arg1_mac, arg2_mac_length); in mbedtls_test_wrap_psa_mac_verify_finish()
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 262 …llowed by `mbedtls_ct_memcmp`, or use `psa_mac_verify_setup` and `psa_mac_verify_finish` in the mu… 577 4. To verify the MAC against an expected value, call [`psa_mac_verify_finish`](https://mbed-tls.rea…
|
/mbedtls-latest/ |
D | ChangeLog | 2716 * Fix a possible error code mangling in psa_mac_verify_finish() when
|