Searched refs:auth_parse_options (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/crypto/openssh/ |
| HD | auth-options.h | 36 int auth_parse_options(struct passwd *, char *, char *, u_long);
|
| HD | auth2-pubkey.c | 296 if (auth_parse_options(pw, line_opts, in match_principals_file() 363 if (auth_parse_options(pw, key_options, file, in check_authkeys_file() 403 if (auth_parse_options(pw, key_options, file, in check_authkeys_file()
|
| HD | auth-rsa.c | 252 if (!auth_parse_options(pw, key_options, file, linenum)) in rsa_key_allowed_in_file()
|
| HD | auth-options.c | 91 auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum) in auth_parse_options() function
|