Linux Kernel
3.7.1
|
Data Fields | |
int(* | ctr )(struct crypt_config *cc, struct dm_target *ti, const char *opts) |
void(* | dtr )(struct crypt_config *cc) |
int(* | init )(struct crypt_config *cc) |
int(* | wipe )(struct crypt_config *cc) |
int(* | generator )(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) |
int(* | post )(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) |
Definition at line 74 of file dm-crypt.c.
Definition at line 75 of file dm-crypt.c.
void(* dtr)(struct crypt_config *cc) |
Definition at line 77 of file dm-crypt.c.
int(* generator)(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) |
Definition at line 80 of file dm-crypt.c.
int(* init)(struct crypt_config *cc) |
Definition at line 78 of file dm-crypt.c.
int(* post)(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) |
Definition at line 82 of file dm-crypt.c.
int(* wipe)(struct crypt_config *cc) |
Definition at line 79 of file dm-crypt.c.