Lines Matching refs:steps
8820 psa_key_derivation_step_t steps[] = { step_arg1, step_arg2, step_arg3 };
8844 for (i = 0; i < ARRAY_LENGTH(steps); i++) {
8846 if (steps[i] == 0) {
8855 steps[i] == PSA_KEY_DERIVATION_INPUT_SECRET) {
8862 TEST_EQUAL(psa_key_derivation_input_key(&operation, steps[i],
8869 &operation, steps[i],
8874 &operation, steps[i],
9022 psa_key_derivation_step_t steps[] = { step1_arg, step2_arg, step3_arg, step4_arg };
9063 for (i = 0; i < ARRAY_LENGTH(steps); i++) {
9064 switch (steps[i]) {
9069 &operation, steps[i],
9081 &operation, steps[i],
9105 steps[i],
9122 steps[i],
9143 steps[i],
9174 &operation, steps[i],