Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h527 size_t *arg3_mac_length);
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)
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c925 size_t *arg3_mac_length) in mbedtls_test_wrap_psa_mac_sign_finish() argument
930 …_status_t status = (psa_mac_sign_finish)(arg0_operation, arg1_mac, arg2_mac_size, arg3_mac_length); in mbedtls_test_wrap_psa_mac_sign_finish()