summaryrefslogtreecommitdiffstats
path: root/cryptfs_hw.h
diff options
context:
space:
mode:
authorAnilKumar Chimata <anilc@codeaurora.org>2015-05-22 12:53:45 +0530
committerZhao Wei Liew <zhaoweiliew@gmail.com>2017-02-12 20:43:57 +0800
commit0b9f6f6fc7acc44d6d99a24ec224d123d6f6b456 (patch)
tree49b36399dc28fa824b47d9c1d813b437bbfab709 /cryptfs_hw.h
parent53ae3b48568b97117d81cfb3ea938f8a3a4acb5d (diff)
downloadandroid_vendor_qcom_opensource_cryptfs_hw-0b9f6f6fc7acc44d6d99a24ec224d123d6f6b456.tar.gz
android_vendor_qcom_opensource_cryptfs_hw-0b9f6f6fc7acc44d6d99a24ec224d123d6f6b456.tar.bz2
android_vendor_qcom_opensource_cryptfs_hw-0b9f6f6fc7acc44d6d99a24ec224d123d6f6b456.zip
cryptfs_hw: Update APIs to take old password
Update cryptfs_hw APIs to take old password along with the new passowrd. Change-Id: Ieca5c4bac36ba4bb2371d2f3bbe0cadf79e256d7
Diffstat (limited to 'cryptfs_hw.h')
-rwxr-xr-xcryptfs_hw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptfs_hw.h b/cryptfs_hw.h
index c7b1746..5d4881c 100755
--- a/cryptfs_hw.h
+++ b/cryptfs_hw.h
@@ -34,7 +34,7 @@ extern "C" {
#endif
int set_hw_device_encryption_key(const char*, const char*);
-int update_hw_device_encryption_key(const char*, const char*);
+int update_hw_device_encryption_key(const char*, const char*, const char*);
int wipe_hw_device_encryption_key(const char*);
unsigned int is_hw_disk_encryption(const char*);
int is_ice_enabled(void);