Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.h63 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
[all …]