Searched refs:arg2_output (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 1105 uint8_t *arg2_output, in mbedtls_test_wrap_psa_pake_output() argument 1110 MBEDTLS_TEST_MEMORY_POISON(arg2_output, arg3_output_size); in mbedtls_test_wrap_psa_pake_output() 1112 …psa_status_t status = (psa_pake_output)(arg0_operation, arg1_step, arg2_output, arg3_output_size, … in mbedtls_test_wrap_psa_pake_output() 1114 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_output, arg3_output_size); in mbedtls_test_wrap_psa_pake_output()
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 630 uint8_t *arg2_output, 633 #define psa_pake_output(arg0_operation, arg1_step, arg2_output, arg3_output_size, arg4_output_lengt… argument 634 …mbedtls_test_wrap_psa_pake_output(arg0_operation, arg1_step, arg2_output, arg3_output_size, arg4_o…
|