Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c924 size_t arg2_mac_size, in mbedtls_test_wrap_psa_mac_sign_finish() argument
928 MBEDTLS_TEST_MEMORY_POISON(arg1_mac, arg2_mac_size); in mbedtls_test_wrap_psa_mac_sign_finish()
930 …psa_status_t status = (psa_mac_sign_finish)(arg0_operation, arg1_mac, arg2_mac_size, arg3_mac_leng… in mbedtls_test_wrap_psa_mac_sign_finish()
932 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_mac, arg2_mac_size); in mbedtls_test_wrap_psa_mac_sign_finish()
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h526 size_t arg2_mac_size,
528 #define psa_mac_sign_finish(arg0_operation, arg1_mac, arg2_mac_size, arg3_mac_length) \ argument
529 mbedtls_test_wrap_psa_mac_sign_finish(arg0_operation, arg1_mac, arg2_mac_size, arg3_mac_length)