Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.cpp169 struct crypt_mnt_ftr { struct
170 __le32 magic; /* See above */
171 __le16 major_version;
172 __le16 minor_version;
173 __le32 ftr_size; /* in bytes, not including key following */
174 __le32 flags; /* See above */
175 __le32 keysize; /* in bytes */
176 __le32 crypt_type; /* how master_key is encrypted. Must be a
178 __le64 fs_size; /* Size of the encrypted fs, in 512 byte sectors */
179 __le32 failed_decrypt_count; /* count of # of failed attempts to decrypt and
[all …]