Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/
Ddm-crypt.c96 struct crypt_iv_operations { struct
97 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
99 void (*dtr)(struct crypt_config *cc);
100 int (*init)(struct crypt_config *cc);
101 int (*wipe)(struct crypt_config *cc);
102 int (*generator)(struct crypt_config *cc, u8 *iv,
104 int (*post)(struct crypt_config *cc, u8 *iv,