Lines Matching +full:- +full:- +full:disable +full:- +full:uuid
4 * Copyright (c) 2015-2016 Red Hat, Inc.
24 #include "block-luks.h"
31 #include "qemu/uuid.h"
38 * docs/on-disk-format.pdf
79 * This struct is written to disk in big-endian format,
80 * but operated upon in native-endian format.
83 /* state of keyslot, enabled/disable */
91 /* number of anti-forensic stripes */
96 * This struct is written to disk in big-endian format,
97 * but operated upon in native-endian format.
109 /* cipher mode specification (cbc-plain, xts-essiv:sha256, etc) */
130 /* UUID of the partition in standard ASCII representation */
131 uint8_t uuid[QCRYPTO_BLOCK_LUKS_UUID_LEN]; member