Lines Matching refs:arg1_step
813 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_input_bytes() argument
820 …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()
830 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_input_integer() argument
833 psa_status_t status = (psa_key_derivation_input_integer)(arg0_operation, arg1_step, arg2_value); in mbedtls_test_wrap_psa_key_derivation_input_integer()
840 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_input_key() argument
843 psa_status_t status = (psa_key_derivation_input_key)(arg0_operation, arg1_step, arg2_key); in mbedtls_test_wrap_psa_key_derivation_input_key()
850 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_key_agreement() argument
858 …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()
1085 psa_pake_step_t arg1_step, in mbedtls_test_wrap_psa_pake_input() argument
1092 … psa_status_t status = (psa_pake_input)(arg0_operation, arg1_step, arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_pake_input()
1104 psa_pake_step_t arg1_step, in mbedtls_test_wrap_psa_pake_output() argument
1112 …psa_status_t status = (psa_pake_output)(arg0_operation, arg1_step, arg2_output, arg3_output_size, … in mbedtls_test_wrap_psa_pake_output()