summaryrefslogtreecommitdiffstats
path: root/crypto/ext4crypt/HashPassword.h
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2017-12-16 06:48:02 +0100
committerEthan Yonker <dees_troy@teamw.in>2018-01-04 14:40:22 +0100
commite131bec179826431b7b89e4748ae05e8a4262145 (patch)
tree6d03dc4ffe679f642438fc9451dffdc57d4055fe /crypto/ext4crypt/HashPassword.h
parentMerge up to android-8.1.0_r1 and fix conflicts (diff)
downloadandroid_bootable_recovery-e131bec179826431b7b89e4748ae05e8a4262145.tar
android_bootable_recovery-e131bec179826431b7b89e4748ae05e8a4262145.tar.gz
android_bootable_recovery-e131bec179826431b7b89e4748ae05e8a4262145.tar.bz2
android_bootable_recovery-e131bec179826431b7b89e4748ae05e8a4262145.tar.lz
android_bootable_recovery-e131bec179826431b7b89e4748ae05e8a4262145.tar.xz
android_bootable_recovery-e131bec179826431b7b89e4748ae05e8a4262145.tar.zst
android_bootable_recovery-e131bec179826431b7b89e4748ae05e8a4262145.zip
Diffstat (limited to '')
-rw-r--r--crypto/ext4crypt/HashPassword.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ext4crypt/HashPassword.h b/crypto/ext4crypt/HashPassword.h
index 8abd0de71..4be107b51 100644
--- a/crypto/ext4crypt/HashPassword.h
+++ b/crypto/ext4crypt/HashPassword.h
@@ -24,6 +24,8 @@
#define PERSONALISATION_WEAVER_PASSWORD "weaver-pwd"
#define PERSONALISATION_APPLICATION_ID "application-id"
#define PERSONALIZATION_FBE_KEY "fbe-key"
+#define PERSONALIZATION_USER_GK_AUTH "user-gk-authentication"
+#define PERSONALISATION_SECDISCARDABLE "secdiscardable-transform"
void* PersonalizedHashBinary(const char* prefix, const char* key, const size_t key_size);