mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 05:11:04 +00:00
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 <thomas.daubney@arm.com>
This commit is contained in:
parent
7c4a486081
commit
755cb9bf4f
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue