Home
last modified time | relevance | path

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

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