Lines Matching defs:crypt_device
12 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;
27 struct crypt_params_plain plain_hdr;
28 char *plain_cipher;
29 char *plain_cipher_mode;
30 char *plain_uuid;
55 void crypt_log(struct crypt_device *cd, int level, const char *msg) in crypt_log() argument