Searched refs:crypt_type (Results 1 - 4 of 4) sorted by relevance
/system/vold/ |
H A D | Ext4Crypt.h | 9 int e4crypt_change_password(const char* path, int crypt_type,
|
H A D | Ext4Crypt.cpp | 67 const char* crypt_type = "crypt_type"; member in namespace:__anon1654::tag 92 && props.Set<int>(tag::crypt_type, crypt_ftr.crypt_type) 125 crypt_ftr.crypt_type = props.Get<int>(tag::crypt_type); 236 int e4crypt_change_password(const char* path, int crypt_type, argument 262 ftr.crypt_type = crypt_type; 270 crypt_type [all...] |
H A D | cryptfs.h | 95 __le32 crypt_type; /* how master_key is encrypted. Must be a member in struct:crypt_mnt_ftr
|
H A D | cryptfs.c | 730 crypt_ftr->crypt_type = CRYPT_TYPE_PASSWORD; 2045 if (rc == 0 && crypt_ftr.crypt_type != CRYPT_TYPE_DEFAULT) { 2903 int cryptfs_enable_internal(char *howarg, int crypt_type, char *passwd, argument 3050 crypt_ftr.crypt_type = crypt_type; 3241 int cryptfs_changepw(int crypt_type, const char *newpw) argument 3244 return e4crypt_change_password(DATA_MNT_POINT, crypt_type, 3245 crypt_type == CRYPT_TYPE_DEFAULT ? DEFAULT_PASSWORD 3258 if (crypt_type < 0 || crypt_type > CRYPT_TYPE_MAX_TYP 3633 int crypt_type = cryptfs_get_password_type(); local [all...] |
Completed in 318 milliseconds