Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.h231 int cryptfs_check_passwd(char *pw);
DCryptCommandListener.cpp190 rc = cryptfs_check_passwd(argv[2]); in runCommand()
Dcryptfs.c2032 int cryptfs_check_passwd(char *passwd) function
3247 cryptfs_check_passwd(DEFAULT_PASSWORD);
3716 } else if (cryptfs_check_passwd(DEFAULT_PASSWORD) == 0) {