summaryrefslogtreecommitdiffstats
path: root/cryptfs.h
diff options
context:
space:
mode:
authorPaul Lawrence <paullawrence@google.com>2014-03-21 20:40:36 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-03-21 20:40:36 +0000
commitcc215381dd5003b1d6c6b32c1745f8c06fb8a499 (patch)
tree6ba406bbf0aedb478b8f0e1eb0ceb2ad521fd609 /cryptfs.h
parent87999173dd79dbcbd8cb97f5476007e867aaeeba (diff)
parent399317ede45340eebc035ba204b6201b6d62dd66 (diff)
downloadandroid_system_vold-cc215381dd5003b1d6c6b32c1745f8c06fb8a499.tar.gz
android_system_vold-cc215381dd5003b1d6c6b32c1745f8c06fb8a499.tar.bz2
android_system_vold-cc215381dd5003b1d6c6b32c1745f8c06fb8a499.zip
Merge "Store password in vold"
Diffstat (limited to 'cryptfs.h')
-rw-r--r--cryptfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cryptfs.h b/cryptfs.h
index 5fbfaef..0e60d77 100644
--- a/cryptfs.h
+++ b/cryptfs.h
@@ -173,7 +173,8 @@ extern "C" {
int cryptfs_setfield(char *fieldname, char *value);
int cryptfs_mount_default_encrypted(void);
int cryptfs_get_password_type(void);
- int cryptfs_just_decrypted(void);
+ char* cryptfs_get_password(void);
+ void cryptfs_clear_password(void);
#ifdef __cplusplus
}
#endif