Searched defs:crypt_device (Results 1 – 1 of 1) sorted by relevance
12 struct crypt_device { struct13 char *type;15 char *device;16 struct luks_masterkey *volume_key;17 uint64_t timeout;18 uint64_t iteration_time;19 int tries;20 int password_verify;23 struct luks_phdr hdr;24 uint64_t PBKDF2_per_sec;[all …]