Home
last modified time | relevance | path

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

/external/openssh/
Dauth.h183 FILE *auth_openkeyfile(const char *, struct passwd *, int);
Dauth.c620 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) in auth_openkeyfile() function
Dauth2-pubkey.c954 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) != NULL) { in user_key_allowed2()