Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dauth-options.h39 int auth_parse_options(struct passwd *, char *, char *, u_long);
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth-rsa.c259 if (!auth_parse_options(pw, options, file, linenum)) in auth_rsa_key_allowed()
H A Dauth-options.c67 auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum) in auth_parse_options() function
H A Dauth2-pubkey.c293 auth_parse_options(pw, options, file, linenum) == 1) { in user_key_allowed2()