Home
last modified time | relevance | path

Searched defs:crypt_type (Results 1 – 2 of 2) sorted by relevance

/system/vold/
Dcryptfs.h115 __le32 crypt_type; /* how master_key is encrypted. Must be a member
Dcryptfs.cpp2154 int cryptfs_enable_internal(int crypt_type, const char* passwd, int no_ui) { in cryptfs_enable_internal()
2497 int cryptfs_changepw(int crypt_type, const char* newpw) { in cryptfs_changepw()
2852 int crypt_type = cryptfs_get_password_type(); in cryptfs_mount_default_encrypted() local