Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-crypt.c54 struct crypt_config *cc;
74 struct crypt_config;
77 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
79 void (*dtr)(struct crypt_config *cc);
80 int (*init)(struct crypt_config *cc);
81 int (*wipe)(struct crypt_config *cc);
82 int (*generator)(struct crypt_config *cc, u8 *iv,
84 int (*post)(struct crypt_config *cc, u8 *iv,
121 struct crypt_config { struct
187 static u8 *iv_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq); argument
[all …]