Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
Ddm-crypt.c94 struct crypt_iv_operations { struct
95 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,
/kernel/linux/linux-6.6/drivers/md/
Ddm-crypt.c102 struct crypt_iv_operations { struct
103 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
105 void (*dtr)(struct crypt_config *cc);
106 int (*init)(struct crypt_config *cc);
107 int (*wipe)(struct crypt_config *cc);
108 int (*generator)(struct crypt_config *cc, u8 *iv,
110 int (*post)(struct crypt_config *cc, u8 *iv,