Home
last modified time | relevance | path

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

/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h559 size_t *arg3_mac_length);
560 #define psa_mac_sign_finish(arg0_operation, arg1_mac, arg2_mac_size, arg3_mac_length) \ argument
561 mbedtls_test_wrap_psa_mac_sign_finish(arg0_operation, arg1_mac, arg2_mac_size, arg3_mac_length)
/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c975 size_t *arg3_mac_length) in mbedtls_test_wrap_psa_mac_sign_finish() argument
980 …_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()