commit | 6e410597343716924ed4943d1eabd3dea614d325 | [log] [tgz] |
---|---|---|
author | Paul Lawrence <paullawrence@google.com> | Tue May 24 14:20:38 2016 -0700 |
committer | Paul Lawrence <paullawrence@google.com> | Fri May 27 09:40:37 2016 -0700 |
tree | 3d18c1a2d364202edd2c2a748acda60bcd6a07e4 | |
parent | 3ae29e774038b423618a1618c0056108db77759e [diff] [blame] |
Set encryption mode in mode file Bug: 28905864 Change-Id: Ie2a5c3e029075d53a86ef3afb7fe364c16d8d52b
diff --git a/cryptfs.h b/cryptfs.h index fbcec4e..11d9bb7 100644 --- a/cryptfs.h +++ b/cryptfs.h
@@ -252,6 +252,7 @@ unsigned char* master_key); int cryptfs_set_password(struct crypt_mnt_ftr* ftr, const char* password, const unsigned char* master_key); + const char* cryptfs_get_file_encryption_mode(); #ifdef __cplusplus }