Bump KERNELDUMP_BUFFER_SIZE to 4096.
The encrypted kernel dump code writes data in blocks of this size. A buffer size of 4096 allows encrypted dumps to work with 4Kn drives. Reviewed by: cem Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D11870
This commit is contained in:
parent
ebd2eeb3f8
commit
d055a46cda
@ -58,7 +58,7 @@
|
||||
#define KERNELDUMP_ENC_NONE 0
|
||||
#define KERNELDUMP_ENC_AES_256_CBC 1
|
||||
|
||||
#define KERNELDUMP_BUFFER_SIZE 1024
|
||||
#define KERNELDUMP_BUFFER_SIZE 4096
|
||||
#define KERNELDUMP_IV_MAX_SIZE 32
|
||||
#define KERNELDUMP_KEY_MAX_SIZE 64
|
||||
#define KERNELDUMP_ENCKEY_MAX_SIZE (16384 / 8)
|
||||
|
Loading…
Reference in New Issue
Block a user