Searched defs:crypt_iv_operations (Results 1 – 1 of 1) sorted by relevance
94 struct crypt_iv_operations { struct95 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,97 void (*dtr)(struct crypt_config *cc);98 int (*init)(struct crypt_config *cc);99 int (*wipe)(struct crypt_config *cc);100 int (*generator)(struct crypt_config *cc, u8 *iv,102 int (*post)(struct crypt_config *cc, u8 *iv,