Home
last modified time | relevance | path

Searched defs:crypt_mnt_ftr (Results 1 – 1 of 1) sorted by relevance

/system/vold/
Dcryptfs.h95 struct crypt_mnt_ftr { struct
96 __le32 magic; /* See above */
97 __le16 major_version;
98 __le16 minor_version;
99 __le32 ftr_size; /* in bytes, not including key following */
100 __le32 flags; /* See above */
101 __le32 keysize; /* in bytes */
102 __le32 crypt_type; /* how master_key is encrypted. Must be a
104 __le64 fs_size; /* Size of the encrypted fs, in 512 byte sectors */
105 __le32 failed_decrypt_count; /* count of # of failed attempts to decrypt and
[all …]