Home
last modified time | relevance | path

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

/external/openssh/
Dauth.h174 FILE *auth_openkeyfile(const char *, struct passwd *, int);
Dauth-rsa.c175 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) == NULL) in rsa_key_allowed_in_file()
Dauth2-pubkey.c273 f = auth_openkeyfile(file, pw, options.strict_modes); in user_key_allowed2()
Dauth.c533 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) in auth_openkeyfile() function