summaryrefslogtreecommitdiffstats
path: root/cryptfs_hw.h
diff options
context:
space:
mode:
authorAnilKumar Chimata <anilc@codeaurora.org>2014-12-18 00:27:44 +0530
committerZhao Wei Liew <zhaoweiliew@gmail.com>2017-02-26 09:26:14 +0000
commit85b5399df1b081000a0982e6e1234523ca9abf9e (patch)
tree2670bb2085e7db3b582d73e14bada9dd7332a162 /cryptfs_hw.h
parentd1e1e0b06131fb6fb88e3d570f479e89db56406d (diff)
downloadandroid_vendor_qcom_opensource_cryptfs_hw-85b5399df1b081000a0982e6e1234523ca9abf9e.tar.gz
android_vendor_qcom_opensource_cryptfs_hw-85b5399df1b081000a0982e6e1234523ca9abf9e.tar.bz2
android_vendor_qcom_opensource_cryptfs_hw-85b5399df1b081000a0982e6e1234523ca9abf9e.zip
cryptfs_hw: Add support for is_hw_fde_enabled routinereplicant-6.0-0001
Add support for is_hw_fde_enabled routine to get the fde status based on the chipset. Change-Id: I7e0e078da6668e347a78de487da44ddc331bd478 (cherry picked from commit 144e832ff3e16af20d3975aeec4a64bf8f80a8a3)
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 e857c47..9862212 100755
--- a/cryptfs_hw.h
+++ b/cryptfs_hw.h
@@ -37,6 +37,7 @@ int set_hw_device_encryption_key(const char*, const char*);
int update_hw_device_encryption_key(const char*, const char*, const char*);
int clear_hw_device_encryption_key();
unsigned int is_hw_disk_encryption(const char*);
+unsigned int is_hw_fde_enabled(void);
int is_ice_enabled(void);
int should_use_keymaster();