Searched refs:arg3_custom_data (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 896 const uint8_t *arg3_custom_data, in mbedtls_test_wrap_psa_key_derivation_output_key_custom() argument 901 MBEDTLS_TEST_MEMORY_POISON(arg3_custom_data, arg4_custom_data_length); in mbedtls_test_wrap_psa_key_derivation_output_key_custom() 903 …on_output_key_custom)(arg0_attributes, arg1_operation, arg2_custom, arg3_custom_data, arg4_custom_… in mbedtls_test_wrap_psa_key_derivation_output_key_custom() 905 MBEDTLS_TEST_MEMORY_UNPOISON(arg3_custom_data, arg4_custom_data_length); in mbedtls_test_wrap_psa_key_derivation_output_key_custom()
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 512 const uint8_t *arg3_custom_data, 515 …ion_output_key_custom(arg0_attributes, arg1_operation, arg2_custom, arg3_custom_data, arg4_custom_… argument 516 …ion_output_key_custom(arg0_attributes, arg1_operation, arg2_custom, arg3_custom_data, arg4_custom_…
|