Searched refs:crypt_config (Results 1 – 1 of 1) sorted by relevance
81 struct crypt_config *cc;106 struct crypt_config;109 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,111 void (*dtr)(struct crypt_config *cc);112 int (*init)(struct crypt_config *cc);113 void (*wipe)(struct crypt_config *cc);114 int (*generator)(struct crypt_config *cc, u8 *iv,116 void (*post)(struct crypt_config *cc, u8 *iv,159 struct crypt_config { struct261 struct crypt_config *cc = ti->private; in get_max_request_sectors()[all …]