Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.h88 struct crypt_mnt_ftr { struct
89 __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 a
97 __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 …]