Home
last modified time | relevance | path

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

/external/openssh/
Dauth.h175 FILE *auth_openprincipals(const char *, struct passwd *, int);
Dauth2-pubkey.c210 if ((f = auth_openprincipals(file, pw, options.strict_modes)) == NULL) { in match_principals_file()
Dauth.c539 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) in auth_openprincipals() function