TCRYPT: properly wipe all buffers; use prefix for all functions.
[platform/upstream/cryptsetup.git] / lib / libcryptsetup.sym
index 4f054f2..27c5cb4 100644 (file)
@@ -26,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;
@@ -39,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;
@@ -55,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;