Home
last modified time | relevance | path

Searched refs:newpw (Results 1 – 2 of 2) sorted by relevance

/system/vold/
Dcryptfs.h245 int cryptfs_changepw(int type, const char* newpw);
Dcryptfs.cpp2497 int cryptfs_changepw(int crypt_type, const char* newpw) { in cryptfs_changepw() argument
2525 rc = encrypt_master_key(crypt_type == CRYPT_TYPE_DEFAULT ? DEFAULT_PASSWORD : newpw, in cryptfs_changepw()