mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +03:00
Changes name of iv_check to iv_len_validity
Commit changes name of check_iv to iv_len_validity as this seems to better describe its functionality. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
@@ -1148,7 +1148,7 @@ void check_padding( int pad_mode, data_t * input, int ret, int dlen_check
|
|||||||
/* END_CASE */
|
/* END_CASE */
|
||||||
|
|
||||||
/* BEGIN_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 )
|
int iv_len_val, int ret )
|
||||||
{
|
{
|
||||||
size_t iv_len = iv_len_val;
|
size_t iv_len = iv_len_val;
|
||||||
|
Reference in New Issue
Block a user