HomeSort by relevance Sort by last modified time
    Searched refs:auth_parse_options (Results 1 - 4 of 4) sorted by null

  /external/openssh/
auth-options.h 36 int auth_parse_options(struct passwd *, char *, char *, u_long);
auth2-pubkey.c 243 if (auth_parse_options(pw, line_opts,
317 if (auth_parse_options(pw, key_options, file,
357 if (auth_parse_options(pw, key_options, file,
auth-rsa.c 244 if (!auth_parse_options(pw, key_options, file, linenum))
auth-options.c 95 auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum) function
590 * options so this must be called after auth_parse_options().

Completed in 41 milliseconds