Home
last modified time | relevance | path

Searched refs:crypt_config (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/md/
H A Ddm-crypt.c80 struct crypt_config *cc;
105 struct crypt_config;
108 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
110 void (*dtr)(struct crypt_config *cc);
111 int (*init)(struct crypt_config *cc);
112 int (*wipe)(struct crypt_config *cc);
113 int (*generator)(struct crypt_config *cc, u8 *iv,
115 int (*post)(struct crypt_config *cc, u8 *iv,
158 struct crypt_config { struct
260 struct crypt_config *cc = ti->private; in get_max_request_sectors()
[all …]