Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/volume_id/
Dluks.c29 #define LUKS_MAGIC_L 6 macro
41 uint8_t magic[LUKS_MAGIC_L];
63 + 1 * LUKS_MAGIC_L
98 if (memcmp(header->magic, LUKS_MAGIC, LUKS_MAGIC_L)) in volume_id_probe_luks()