Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cryptsetup/lib/
H A Dsetup.c12 struct crypt_device { struct
13 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 …]