Lines Matching defs:crypt_iv_operations
105 struct crypt_iv_operations { struct
106 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
108 void (*dtr)(struct crypt_config *cc);
109 int (*init)(struct crypt_config *cc);
110 int (*wipe)(struct crypt_config *cc);
111 int (*generator)(struct crypt_config *cc, u8 *iv,
113 int (*post)(struct crypt_config *cc, u8 *iv,