Home
last modified time | relevance | path

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

/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c954 uint8_t *arg4_mac, in mbedtls_test_wrap_psa_mac_compute() argument
960 MBEDTLS_TEST_MEMORY_POISON(arg4_mac, arg5_mac_size); in mbedtls_test_wrap_psa_mac_compute()
962 … = (psa_mac_compute)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac, arg5_mac_size, a… in mbedtls_test_wrap_psa_mac_compute()
965 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_mac, arg5_mac_size); in mbedtls_test_wrap_psa_mac_compute()
1019 const uint8_t *arg4_mac, in mbedtls_test_wrap_psa_mac_verify() argument
1024 MBEDTLS_TEST_MEMORY_POISON(arg4_mac, arg5_mac_length); in mbedtls_test_wrap_psa_mac_verify()
1026 …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()
1029 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_mac, arg5_mac_length); in mbedtls_test_wrap_psa_mac_verify()
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h549 uint8_t *arg4_mac,
552 #define psa_mac_compute(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac, arg5_mac_size,… argument
553 …mbedtls_test_wrap_psa_mac_compute(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac, arg…
582 const uint8_t *arg4_mac,
584 #define psa_mac_verify(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac, arg5_mac_length… argument
585 …mbedtls_test_wrap_psa_mac_verify(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac, arg5…