Home
last modified time | relevance | path

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

/external/openssh/
Dauth-options.h36 int auth_parse_options(struct passwd *, char *, char *, u_long);
Dauth2-pubkey.c243 if (auth_parse_options(pw, line_opts, in match_principals_file()
317 if (auth_parse_options(pw, key_options, file, in user_key_allowed2()
357 if (auth_parse_options(pw, key_options, file, in user_key_allowed2()
Dauth-rsa.c244 if (!auth_parse_options(pw, key_options, file, linenum)) in rsa_key_allowed_in_file()
Dauth-options.c95 auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum) in auth_parse_options() function