Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.h102 __le32 crypt_type; /* how master_key is encrypted. Must be a member
Dcryptfs.cpp2680 int cryptfs_enable_internal(char *howarg, int crypt_type, const char *passwd, in cryptfs_enable_internal()
3052 int cryptfs_changepw(int crypt_type, const char *newpw) in cryptfs_changepw()
3425 int crypt_type = cryptfs_get_password_type(); in cryptfs_mount_default_encrypted() local