Searched refs:arg1_step (Results 1 – 2 of 2) sorted by relevance
| /openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
| D | psa_test_wrappers.h | 443 psa_key_derivation_step_t arg1_step, 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… 451 psa_key_derivation_step_t arg1_step, 453 #define psa_key_derivation_input_integer(arg0_operation, arg1_step, arg2_value) \ argument 454 mbedtls_test_wrap_psa_key_derivation_input_integer(arg0_operation, arg1_step, arg2_value) 458 psa_key_derivation_step_t arg1_step, 460 #define psa_key_derivation_input_key(arg0_operation, arg1_step, arg2_key) \ argument 461 mbedtls_test_wrap_psa_key_derivation_input_key(arg0_operation, arg1_step, arg2_key) 465 psa_key_derivation_step_t arg1_step, [all …]
|
| /openthread-latest/third_party/mbedtls/repo/tests/src/ |
| D | psa_test_wrappers.c | 782 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_input_bytes() argument 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() 799 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_input_integer() argument 802 psa_status_t status = (psa_key_derivation_input_integer)(arg0_operation, arg1_step, arg2_value); in mbedtls_test_wrap_psa_key_derivation_input_integer() 809 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_input_key() argument 812 psa_status_t status = (psa_key_derivation_input_key)(arg0_operation, arg1_step, arg2_key); in mbedtls_test_wrap_psa_key_derivation_input_key() 819 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_key_agreement() argument 827 …psa_status_t status = (psa_key_derivation_key_agreement)(arg0_operation, arg1_step, arg2_private_k… in mbedtls_test_wrap_psa_key_derivation_key_agreement() 1030 psa_pake_step_t arg1_step, in mbedtls_test_wrap_psa_pake_input() argument 1037 … psa_status_t status = (psa_pake_input)(arg0_operation, arg1_step, arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_pake_input() [all …]
|