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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Ddm-crypt.c56 struct crypt_config;
59 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
61 void (*dtr)(struct crypt_config *cc);
62 const char *(*status)(struct crypt_config *cc);
63 int (*generator)(struct crypt_config *cc, u8 *iv, sector_t sector);
71 struct crypt_config { struct
131 static int crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv, sector_t sector)
139 static int crypt_iv_essiv_ctr(struct crypt_config *cc, struct dm_target *ti,
209 static void crypt_iv_essiv_dtr(struct crypt_config *cc)
215 static int crypt_iv_essiv_gen(struct crypt_config *c
[all...]

Completed in 28 milliseconds