TCRYPT: properly wipe all buffers; use prefix for all functions.
[platform/upstream/cryptsetup.git] / lib / libcryptsetup.sym
index fcbd4dd..27c5cb4 100644 (file)
@@ -17,6 +17,7 @@ CRYPTSETUP_1.0 {
                crypt_memory_lock;
                crypt_format;
                crypt_load;
+               crypt_repair;
                crypt_resize;
                crypt_suspend;
                crypt_resume_by_passphrase;
@@ -25,6 +26,7 @@ CRYPTSETUP_1.0 {
                crypt_free;
 
                crypt_keyslot_add_by_passphrase;
+               crypt_keyslot_change_by_passphrase;
                crypt_keyslot_add_by_keyfile;
                crypt_keyslot_add_by_keyfile_offset;
                crypt_keyslot_add_by_volume_key;
@@ -38,6 +40,8 @@ CRYPTSETUP_1.0 {
                crypt_volume_key_verify;
                crypt_status;
                crypt_dump;
+               crypt_benchmark;
+               crypt_benchmark_kdf;
                crypt_get_cipher;
                crypt_get_cipher_mode;
                crypt_get_uuid;
@@ -45,6 +49,7 @@ CRYPTSETUP_1.0 {
                crypt_get_iv_offset;
                crypt_get_volume_key_size;
                crypt_get_device_name;
+               crypt_get_verity_info;
 
                crypt_get_type;
                crypt_get_active_device;
@@ -53,6 +58,7 @@ CRYPTSETUP_1.0 {
                crypt_get_rng_type;
 
                crypt_keyslot_max;
+               crypt_keyslot_area;
                crypt_keyslot_status;
                crypt_last_error;
                crypt_get_error;