summaryrefslogtreecommitdiffstats
path: root/cryptfs_hw.h
diff options
context:
space:
mode:
authorAnilKumar Chimata <anilc@codeaurora.org>2014-12-10 01:14:16 +0530
committerZhao Wei Liew <zhaoweiliew@gmail.com>2017-02-12 20:43:50 +0800
commit53ae3b48568b97117d81cfb3ea938f8a3a4acb5d (patch)
treefd95f18bb810112bdb98f054e43f168babb545a7 /cryptfs_hw.h
parent1ecf84f4002cc250ce688e18d43547b07b86234b (diff)
downloadandroid_vendor_qcom_opensource_cryptfs_hw-53ae3b48568b97117d81cfb3ea938f8a3a4acb5d.tar.gz
android_vendor_qcom_opensource_cryptfs_hw-53ae3b48568b97117d81cfb3ea938f8a3a4acb5d.tar.bz2
android_vendor_qcom_opensource_cryptfs_hw-53ae3b48568b97117d81cfb3ea938f8a3a4acb5d.zip
cryptfs_hw: Add support for wipe_key routine
Add support for wipe_key routine to clean key. Change-Id: I9e258e1506d0634c4fc5b5142475005f6eb51c4e
Diffstat (limited to 'cryptfs_hw.h')
-rwxr-xr-xcryptfs_hw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptfs_hw.h b/cryptfs_hw.h
index 2fccd5d..c7b1746 100755
--- a/cryptfs_hw.h
+++ b/cryptfs_hw.h
@@ -35,6 +35,7 @@ extern "C" {
int set_hw_device_encryption_key(const char*, const char*);
int update_hw_device_encryption_key(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);