mirror of
https://github.com/ipxe/ipxe
synced 2026-02-03 14:39:27 +03:00
[crypto] Allow initialisation vector length to vary from cipher blocksize
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -61,7 +61,8 @@ int cipher_null_setkey ( void *ctx __unused, const void *key __unused,
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cipher_null_setiv ( void *ctx __unused, const void *iv __unused ) {
|
||||
void cipher_null_setiv ( void *ctx __unused, const void *iv __unused,
|
||||
size_t ivlen __unused ) {
|
||||
/* Do nothing */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user