From 41ffae17b1a1fea67a2dc925616bfa3586ad8a09 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Thu, 22 Jul 2021 21:52:01 +0100 Subject: [PATCH] Fix incorrect function documentation Signed-off-by: Paul Elliott --- tests/suites/test_suite_psa_crypto.function | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/suites/test_suite_psa_crypto.function b/tests/suites/test_suite_psa_crypto.function index 0e9917a43..3312f674f 100644 --- a/tests/suites/test_suite_psa_crypto.function +++ b/tests/suites/test_suite_psa_crypto.function @@ -282,8 +282,13 @@ typedef enum { * \param do_set_lengths If non-zero, then set lengths prior to * calling encryption / decryption. * \param expected_output Expected output - * \param expected_status_arg Expected status + * \param expect_valid_signature If non zero, we expect the signature to be + * valid * \param is_encrypt If non-zero this is an encryption operation. + * \param do_zero_parts If non-zero, interleave zero length chunks + * with normal length chunks + * \param swap_set_functions If non-zero, swap the order of set lengths + * and set nonce. * * \return int Zero on failure, non-zero on success. *