Searched refs:auth_openkeyfile (Results 1 – 4 of 4) sorted by relevance
174 FILE *auth_openkeyfile(const char *, struct passwd *, int);
175 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) == NULL) in rsa_key_allowed_in_file()
273 f = auth_openkeyfile(file, pw, options.strict_modes); in user_key_allowed2()
533 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) in auth_openkeyfile() function