Home
last modified time | relevance | path

Searched refs:cryptfs_changepw (Results 1 – 3 of 3) sorted by relevance

/system/vold/
Dcryptfs.h235 int cryptfs_changepw(int type, const char *newpw);
DCryptCommandListener.cpp282 rc = cryptfs_changepw(type, password); in runCommand()
Dcryptfs.cpp1804 rc = cryptfs_changepw(crypt_ftr.crypt_type, passwd); in cryptfs_check_passwd()
3052 int cryptfs_changepw(int crypt_type, const char *newpw) in cryptfs_changepw() function