Lines Matching full:encrypted
18 * partition that is encrypted, or in a separate partition. It's location
47 #define CRYPT_MNT_KEY_UNENCRYPTED 0x1 /* The key for the partition is not encrypted. */
57 #define CRYPT_TYPE_PASSWORD 0 /* master_key is encrypted with a password
60 #define CRYPT_TYPE_DEFAULT 1 /* master_key is encrypted with default
62 #define CRYPT_TYPE_PATTERN 2 /* master_key is encrypted with a pattern */
63 #define CRYPT_TYPE_PIN 3 /* master_key is encrypted with a pin */
95 __le32 crypt_type; /* how master_key is encrypted. Must be a
97 __le64 fs_size; /* Size of the encrypted fs, in 512 byte sectors */
104 unsigned char master_key[MAX_KEY_LEN]; /* The encrypted key for decrypting the filesystem */
121 encrypted 512 byte sector.*/