TCRYPT: properly wipe all buffers; use prefix for all functions.
[platform/upstream/cryptsetup.git] / lib / libcryptsetup.sym
index ec9cec0..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;