Searched refs:arg2_data (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_test_wrappers.c | 783 const uint8_t *arg2_data, in mbedtls_test_wrap_psa_key_derivation_input_bytes() argument 787 MBEDTLS_TEST_MEMORY_POISON(arg2_data, arg3_data_length); in mbedtls_test_wrap_psa_key_derivation_input_bytes() 789 …psa_status_t status = (psa_key_derivation_input_bytes)(arg0_operation, arg1_step, arg2_data, arg3_… in mbedtls_test_wrap_psa_key_derivation_input_bytes() 791 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_data, arg3_data_length); in mbedtls_test_wrap_psa_key_derivation_input_bytes()
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_test_wrappers.h | 444 const uint8_t *arg2_data, 446 #define psa_key_derivation_input_bytes(arg0_operation, arg1_step, arg2_data, arg3_data_length) \ argument 447 …mbedtls_test_wrap_psa_key_derivation_input_bytes(arg0_operation, arg1_step, arg2_data, arg3_data_l…
|