Home
last modified time | relevance | path

Searched refs:arg2_mac_length (Results 1 – 2 of 2) sorted by relevance

/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c1038 size_t arg2_mac_length) in mbedtls_test_wrap_psa_mac_verify_finish() argument
1041 MBEDTLS_TEST_MEMORY_POISON(arg1_mac, arg2_mac_length); in mbedtls_test_wrap_psa_mac_verify_finish()
1043 psa_status_t status = (psa_mac_verify_finish)(arg0_operation, arg1_mac, arg2_mac_length); in mbedtls_test_wrap_psa_mac_verify_finish()
1045 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_mac, arg2_mac_length); in mbedtls_test_wrap_psa_mac_verify_finish()
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h590 size_t arg2_mac_length);
591 #define psa_mac_verify_finish(arg0_operation, arg1_mac, arg2_mac_length) \ argument
592 mbedtls_test_wrap_psa_mac_verify_finish(arg0_operation, arg1_mac, arg2_mac_length)