Lines Matching defs:crypt_mnt_ftr
63 struct crypt_mnt_ftr { struct
64 __le32 magic; /* See above */
65 __le16 major_version;
66 __le16 minor_version;
67 __le32 ftr_size; /* in bytes, not including key following */
68 __le32 flags; /* See above */
69 __le32 keysize; /* in bytes */
70 __le32 spare1; /* ignored */
71 __le64 fs_size; /* Size of the encrypted fs, in 512 byte sectors */
72 __le32 failed_decrypt_count; /* count of # of failed attempts to decrypt and
74 unsigned char crypto_type_name[MAX_CRYPTO_TYPE_NAME_LEN]; /* The type of encryption
77 __le32 spare2; /* ignored */
78 unsigned char master_key[MAX_KEY_LEN]; /* The encrypted key for decrypting the filesystem */
79 unsigned char salt[SALT_LEN]; /* The salt used for this encryption */
80 __le64 persist_data_offset[2]; /* Absolute offset to both copies of crypt_persist_data
106 * and higher crypt_mnt_ftr structures. argument