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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-crypt.c68 struct crypt_config;
71 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
73 void (*dtr)(struct crypt_config *cc);
74 int (*init)(struct crypt_config *cc);
75 int (*wipe)(struct crypt_config *cc);
76 int (*generator)(struct crypt_config *cc, u8 *iv, sector_t sector);
94 struct crypt_config { struct
175 static int crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv, sector_t sector)
183 static int crypt_iv_plain64_gen(struct crypt_config *cc, u8 *iv,
193 static int crypt_iv_essiv_init(struct crypt_config *c
[all...]

Completed in 116 milliseconds