Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A Dcryptfs.h66 int cryptfs_changepw(int type, const char* newpw);
H A Dcryptfs.cpp2044 rc = cryptfs_changepw(crypt_ftr.crypt_type, passwd); in cryptfs_check_passwd()
2435 int cryptfs_changepw(int crypt_type, const char* newpw) { in cryptfs_changepw() function
H A DVoldNativeService.cpp597 return translate(cryptfs_changepw(passwordType, password.c_str())); in fdeChangePassword()