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.cpp281 rc = cryptfs_changepw(type, password); in runCommand()
Dcryptfs.c2071 rc = cryptfs_changepw(crypt_ftr.crypt_type, passwd);
3320 int cryptfs_changepw(int crypt_type, const char *newpw) function