Searched refs:cryptfs_check_passwd (Results 1 - 3 of 3) sorted by relevance

/system/vold/
H A Dcryptfs.h232 int cryptfs_check_passwd(const char* pw);
H A Dcryptfs.cpp1942 int cryptfs_check_passwd(const char *passwd) function
1944 SLOGI("cryptfs_check_passwd");
1946 SLOGE("cryptfs_check_passwd not valid for file encryption");
2429 cryptfs_check_passwd(DEFAULT_PASSWORD);
2877 } else if (cryptfs_check_passwd(DEFAULT_PASSWORD) == 0) {
H A DVoldNativeService.cpp522 return translate(cryptfs_check_passwd(password.c_str()));

Completed in 1566 milliseconds