Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c988 size_t arg2_mac_length) in mbedtls_test_wrap_psa_mac_verify_finish() argument
991 MBEDTLS_TEST_MEMORY_POISON(arg1_mac, arg2_mac_length); in mbedtls_test_wrap_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()
995 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_mac, arg2_mac_length); in mbedtls_test_wrap_psa_mac_verify_finish()
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h558 size_t arg2_mac_length);
559 #define psa_mac_verify_finish(arg0_operation, arg1_mac, arg2_mac_length) \ argument
560 mbedtls_test_wrap_psa_mac_verify_finish(arg0_operation, arg1_mac, arg2_mac_length)