Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / contrib / cryptsetup / 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
13                 crypt_memory_lock;
14                 crypt_format;
15                 crypt_load;
16                 crypt_suspend;
17                 crypt_resume_by_passphrase;
18                 crypt_resume_by_keyfile;
19                 crypt_free;
20
21                 crypt_keyslot_add_by_passphrase;
22                 crypt_keyslot_add_by_keyfile;
23                 crypt_keyslot_add_by_volume_key;
24                 crypt_keyslot_destroy;
25                 crypt_activate_by_passphrase;
26                 crypt_activate_by_keyfile;
27                 crypt_activate_by_volume_key;
28                 crypt_deactivate;
29                 crypt_volume_key_get;
30                 crypt_volume_key_verify;
31                 crypt_status;
32                 crypt_dump;
33                 crypt_get_cipher;
34                 crypt_get_cipher_mode;
35                 crypt_get_uuid;
36                 crypt_get_data_offset;
37                 crypt_get_volume_key_size;
38
39                 crypt_keyslot_status;
40                 crypt_get_error;
41                 crypt_get_dir;
42                 crypt_set_debug_level;
43                 crypt_log;
44
45                 crypt_header_backup;
46                 crypt_header_restore;
47
48                 crypt_create_device;
49                 crypt_update_device;
50                 crypt_resize_device;
51                 crypt_query_device;
52                 crypt_remove_device;
53                 crypt_luksFormat;
54                 crypt_luksOpen;
55                 crypt_luksKillSlot;
56                 crypt_luksRemoveKey;
57                 crypt_luksAddKey;
58                 crypt_luksUUID;
59                 crypt_isLuks;
60                 crypt_luksDump;
61
62                 crypt_put_options;
63         local:
64                 *;
65 };