Home
last modified time | relevance | path

Searched defs:crypt_iv_operations (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/md/
Ddm-crypt.c74 struct crypt_iv_operations { struct
75 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
77 void (*dtr)(struct crypt_config *cc);
78 int (*init)(struct crypt_config *cc);
79 int (*wipe)(struct crypt_config *cc);
80 int (*generator)(struct crypt_config *cc, u8 *iv,
82 int (*post)(struct crypt_config *cc, u8 *iv,