Searched refs:crypt_config (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/md/
H A Ddm-crypt.c76 struct crypt_config *cc;
101 struct crypt_config;
104 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
106 void (*dtr)(struct crypt_config *cc);
107 int (*init)(struct crypt_config *cc);
108 int (*wipe)(struct crypt_config *cc);
109 int (*generator)(struct crypt_config *cc, u8 *iv,
111 int (*post)(struct crypt_config *cc, u8 *iv,
155 struct crypt_config { struct
247 static struct scatterlist *crypt_get_sg_data(struct crypt_config *c
[all...]

Completed in 214 milliseconds