Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c970 size_t arg5_mac_length) in mbedtls_test_wrap_psa_mac_verify() argument
974 MBEDTLS_TEST_MEMORY_POISON(arg4_mac, arg5_mac_length); in mbedtls_test_wrap_psa_mac_verify()
976 …s = (psa_mac_verify)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac, arg5_mac_length); in mbedtls_test_wrap_psa_mac_verify()
979 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_mac, arg5_mac_length); in mbedtls_test_wrap_psa_mac_verify()
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h551 size_t arg5_mac_length);
552 #define psa_mac_verify(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac, arg5_mac_length argument
553 …t_wrap_psa_mac_verify(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac, arg5_mac_length)