Home
last modified time | relevance | path

Searched refs:CRYPT_SECTOR_SIZE (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/cryptsetup/
Dcryptsetup.c46 #define CRYPT_SECTOR_SIZE 512 macro
52 static unsigned arg_sector_size = CRYPT_SECTOR_SIZE;
157 … if (arg_sector_size < CRYPT_SECTOR_SIZE || arg_sector_size > CRYPT_MAX_SECTOR_SIZE) { in parse_one_option()
158 …log_error("sector-size= is outside of %u and %u, ignoring.", CRYPT_SECTOR_SIZE, CRYPT_MAX_SECTOR_S… in parse_one_option()