Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.h218 int cryptfs_check_passwd(char *pw);
DCryptCommandListener.cpp132 rc = cryptfs_check_passwd(argv[2]); in runCommand()
Dcryptfs.c2028 int cryptfs_check_passwd(char *passwd) function
3159 cryptfs_check_passwd(DEFAULT_PASSWORD);
3635 } else if (cryptfs_check_passwd(DEFAULT_PASSWORD) == 0) {