Lines 39-45
Link Here
|
39 |
int crypt_resize_device(struct crypt_options *options); |
39 |
int crypt_resize_device(struct crypt_options *options); |
40 |
int crypt_query_device(struct crypt_options *options); |
40 |
int crypt_query_device(struct crypt_options *options); |
41 |
int crypt_remove_device(struct crypt_options *options); |
41 |
int crypt_remove_device(struct crypt_options *options); |
42 |
int crypt_luksInit(struct crypt_options *options); |
42 |
int crypt_luksFormat(struct crypt_options *options); |
43 |
int crypt_luksOpen(struct crypt_options *options); |
43 |
int crypt_luksOpen(struct crypt_options *options); |
44 |
int crypt_luksDelKey(struct crypt_options *options); |
44 |
int crypt_luksDelKey(struct crypt_options *options); |
45 |
int crypt_luksAddKey(struct crypt_options *options); |
45 |
int crypt_luksAddKey(struct crypt_options *options); |