Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-crypt.c65 struct crypt_config *cc;
87 struct crypt_config;
90 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
92 void (*dtr)(struct crypt_config *cc);
93 int (*init)(struct crypt_config *cc);
94 int (*wipe)(struct crypt_config *cc);
95 int (*generator)(struct crypt_config *cc, u8 *iv,
97 int (*post)(struct crypt_config *cc, u8 *iv,
138 struct crypt_config { struct
232 static struct scatterlist *crypt_get_sg_data(struct crypt_config *cc, argument
[all …]