X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Flibcryptsetup.sym;h=27c5cb451eaa6703f43a8e9ad953a370bb2a2de0;hb=549ab6435806fe48206f9051f2acd13829030c27;hp=15368993aebcf0e314469733ddbed7569cc944b6;hpb=c9881f8c33f325d37ba44e103bf4663596c5d327;p=platform%2Fupstream%2Fcryptsetup.git diff --git a/lib/libcryptsetup.sym b/lib/libcryptsetup.sym index 1536899..27c5cb4 100644 --- a/lib/libcryptsetup.sym +++ b/lib/libcryptsetup.sym @@ -2,42 +2,54 @@ CRYPTSETUP_1.0 { global: crypt_init; crypt_init_by_name; + crypt_init_by_name_and_header; crypt_set_log_callback; crypt_set_confirm_callback; crypt_set_password_callback; crypt_set_timeout; crypt_set_password_retry; crypt_set_iterarion_time; + crypt_set_iteration_time; crypt_set_password_verify; crypt_set_uuid; + crypt_set_data_device; crypt_memory_lock; crypt_format; crypt_load; + crypt_repair; crypt_resize; crypt_suspend; crypt_resume_by_passphrase; crypt_resume_by_keyfile; + crypt_resume_by_keyfile_offset; 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; crypt_keyslot_destroy; crypt_activate_by_passphrase; crypt_activate_by_keyfile; + crypt_activate_by_keyfile_offset; crypt_activate_by_volume_key; crypt_deactivate; crypt_volume_key_get; crypt_volume_key_verify; crypt_status; crypt_dump; + crypt_benchmark; + crypt_benchmark_kdf; crypt_get_cipher; crypt_get_cipher_mode; crypt_get_uuid; crypt_get_data_offset; + crypt_get_iv_offset; crypt_get_volume_key_size; crypt_get_device_name; + crypt_get_verity_info; crypt_get_type; crypt_get_active_device; @@ -46,7 +58,9 @@ CRYPTSETUP_1.0 { crypt_get_rng_type; crypt_keyslot_max; + crypt_keyslot_area; crypt_keyslot_status; + crypt_last_error; crypt_get_error; crypt_get_dir; crypt_set_debug_level; @@ -54,22 +68,6 @@ CRYPTSETUP_1.0 { crypt_header_backup; crypt_header_restore; - - crypt_create_device; - crypt_update_device; - crypt_resize_device; - crypt_query_device; - crypt_remove_device; - crypt_luksFormat; - crypt_luksOpen; - crypt_luksKillSlot; - crypt_luksRemoveKey; - crypt_luksAddKey; - crypt_luksUUID; - crypt_isLuks; - crypt_luksDump; - - crypt_put_options; local: *; };