Searched defs:crypt_mnt_ftr (Results 1 – 1 of 1) sorted by relevance
88 struct crypt_mnt_ftr { struct89 __le32 magic; /* See above */90 __le16 major_version;91 __le16 minor_version;92 __le32 ftr_size; /* in bytes, not including key following */93 __le32 flags; /* See above */94 __le32 keysize; /* in bytes */95 __le32 crypt_type; /* how master_key is encrypted. Must be a97 __le64 fs_size; /* Size of the encrypted fs, in 512 byte sectors */98 __le32 failed_decrypt_count; /* count of # of failed attempts to decrypt and[all …]