HomeSort by relevance Sort by last modified time
    Searched defs:check_passwd (Results 1 - 3 of 3) sorted by null

  /bionic/tests/
grp_pwd_test.cpp 43 static void check_passwd(const passwd* pwd, const char* username, uid_t uid, uid_type_t uid_type) { function
66 check_passwd(pwd, username, uid, uid_type);
74 check_passwd(pwd, username, uid, uid_type);
88 check_passwd(pwd, username, uid, uid_type);
102 check_passwd(pwd, username, uid, uid_type);
  /external/syslinux/core/lwip/src/netif/ppp/
auth.c 852 * check_passwd - Check the user name and passwd against the PAP secrets
862 check_passwd( int unit, char *auser, int userlen, char *apasswd, int passwdlen, char **msg, int *msglen) function
    [all...]
  /external/ppp/pppd/
auth.c 1365 check_passwd(unit, auser, userlen, apasswd, passwdlen, msg) function
    [all...]

Completed in 79 milliseconds