diff --git a/tests/suites/test_suite_psa_crypto.function b/tests/suites/test_suite_psa_crypto.function index cdd7a81e43..ff6066a14b 100644 --- a/tests/suites/test_suite_psa_crypto.function +++ b/tests/suites/test_suite_psa_crypto.function @@ -8715,9 +8715,9 @@ void derive_output(int alg_arg, break; case PSA_KEY_DERIVATION_INPUT_COST: TEST_EQUAL(psa_key_derivation_input_integer( - &operation, steps[i], - parse_binary_string(inputs[i])), - statuses[i]); + &operation, steps[i], + parse_binary_string(inputs[i])), + statuses[i]); if (statuses[i] != PSA_SUCCESS) { goto exit; } @@ -8726,7 +8726,7 @@ void derive_output(int alg_arg, if (!PSA_ALG_IS_PBKDF2_HMAC(alg)) { goto exit; } - // fall through + // fall through case PSA_KEY_DERIVATION_INPUT_SECRET: switch (key_input_type) { case 0: // input bytes