* Add crypt_get_type(), crypt_resize(), crypt_keyslot_max()
[platform/upstream/cryptsetup.git] / lib / libcryptsetup.sym
1 CRYPTSETUP_1.0 {
2         global:
3                 crypt_init;
4                 crypt_init_by_name;
5                 crypt_set_log_callback;
6                 crypt_set_confirm_callback;
7                 crypt_set_password_callback;
8                 crypt_set_timeout;
9                 crypt_set_password_retry;
10                 crypt_set_iterarion_time;
11                 crypt_set_password_verify;
12                 crypt_set_uuid;
13
14                 crypt_memory_lock;
15                 crypt_format;
16                 crypt_load;
17                 crypt_resize;
18                 crypt_suspend;
19                 crypt_resume_by_passphrase;
20                 crypt_resume_by_keyfile;
21                 crypt_free;
22
23                 crypt_keyslot_add_by_passphrase;
24                 crypt_keyslot_add_by_keyfile;
25                 crypt_keyslot_add_by_volume_key;
26                 crypt_keyslot_destroy;
27                 crypt_activate_by_passphrase;
28                 crypt_activate_by_keyfile;
29                 crypt_activate_by_volume_key;
30                 crypt_deactivate;
31                 crypt_volume_key_get;
32                 crypt_volume_key_verify;
33                 crypt_status;
34                 crypt_dump;
35                 crypt_get_cipher;
36                 crypt_get_cipher_mode;
37                 crypt_get_uuid;
38                 crypt_get_data_offset;
39                 crypt_get_volume_key_size;
40                 crypt_get_device_name;
41
42                 crypt_get_type;
43                 crypt_get_active_device;
44
45                 crypt_set_rng_type;
46                 crypt_get_rng_type;
47
48                 crypt_keyslot_max;
49                 crypt_keyslot_status;
50                 crypt_get_error;
51                 crypt_get_dir;
52                 crypt_set_debug_level;
53                 crypt_log;
54
55                 crypt_header_backup;
56                 crypt_header_restore;
57
58                 crypt_create_device;
59                 crypt_update_device;
60                 crypt_resize_device;
61                 crypt_query_device;
62                 crypt_remove_device;
63                 crypt_luksFormat;
64                 crypt_luksOpen;
65                 crypt_luksKillSlot;
66                 crypt_luksRemoveKey;
67                 crypt_luksAddKey;
68                 crypt_luksUUID;
69                 crypt_isLuks;
70                 crypt_luksDump;
71
72                 crypt_put_options;
73         local:
74                 *;
75 };