mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Move LUKS_STRIPES definition to macros definitions.
To be used in repair code later.
This commit is contained in:
@@ -13,8 +13,6 @@
|
||||
#include <ctype.h>
|
||||
#include <uuid/uuid.h>
|
||||
|
||||
#define LUKS_STRIPES 4000
|
||||
|
||||
struct interval {
|
||||
uint64_t offset;
|
||||
uint64_t length;
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
|
||||
#define LUKS_SALTSIZE 32
|
||||
#define LUKS_SLOT_ITERATIONS_MIN 1000
|
||||
#define LUKS_STRIPES 4000
|
||||
|
||||
/* Serialize memory-hard keyslot access: optional workaround for parallel processing */
|
||||
#define MIN_MEMORY_FOR_SERIALIZE_LOCK_KB 32*1024 /* 32MB */
|
||||
|
||||
Reference in New Issue
Block a user