OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
315
if (
auth_parse_options
(pw, line_opts,
382
if (
auth_parse_options
(pw, key_options, file,
423
if (
auth_parse_options
(pw, key_options, file,
auth-rsa.c
257
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
573
* options so this must be called after
auth_parse_options
().
Completed in 28 milliseconds