From 755cb9bf4f6d27b60b6686f3a8b78cf0ed8e4f74 Mon Sep 17 00:00:00 2001 From: Thomas Daubney Date: Wed, 2 Mar 2022 16:49:38 +0000 Subject: [PATCH] Changes name of check_iv to iv_len_validity Commit changes name of check_iv to iv_len_vlaidity as this seems to better describe its functionality. Signed-off-by: Thomas Daubney --- tests/suites/test_suite_cipher.function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suites/test_suite_cipher.function b/tests/suites/test_suite_cipher.function index e23403551..93bff1e02 100644 --- a/tests/suites/test_suite_cipher.function +++ b/tests/suites/test_suite_cipher.function @@ -1599,7 +1599,7 @@ void check_padding( int pad_mode, data_t * input, int ret, int dlen_check /* END_CASE */ /* BEGIN_CASE */ -void check_iv( int cipher_id, char * cipher_string, +void iv_len_validity( int cipher_id, char * cipher_string, int iv_len_val, int ret ) { size_t iv_len = iv_len_val;