Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.h232 int cryptfs_verify_passwd(char *newpw);
235 int cryptfs_changepw(int type, const char *newpw);
Dcryptfs.c3320 int cryptfs_changepw(int crypt_type, const char *newpw) argument
3350 : newpw,
3370 int rc = update_hw_device_encryption_key(newpw, (char*) crypt_ftr.crypto_type_name);