Home
last modified time | relevance | path

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

/openbsd/src/regress/usr.bin/ssh/unittests/authopt/
Dtests.c139 opts = sshauthopt_parse(keywords, &errstr); \ in test_authkeys_parse()
156 opts = sshauthopt_parse("", &errstr); in test_authkeys_parse()
162 opts = sshauthopt_parse(" ", &errstr); in test_authkeys_parse()
168 opts = sshauthopt_parse("restrict", &errstr); in test_authkeys_parse()
183 opts = sshauthopt_parse("tunnel=\"1\"", &errstr); in test_authkeys_parse()
190 opts = sshauthopt_parse("tunnel=\"any\"", &errstr); in test_authkeys_parse()
202 opts = sshauthopt_parse(keyword, &errstr); \ in test_authkeys_parse()
206 opts = sshauthopt_parse("restrict,"keyword, &errstr); \ in test_authkeys_parse()
233 opts = sshauthopt_parse(keyword "=" #val, &errstr); \ in test_authkeys_parse()
238 opts = sshauthopt_parse( \ in test_authkeys_parse()
[all …]
/openbsd/src/usr.bin/ssh/
Dauth-options.h92 struct sshauthopt *sshauthopt_parse(const char *s, const char **errstr);
Dauth2-pubkeyfile.c199 if ((opts = sshauthopt_parse(line_opts, &reason)) == NULL) { in auth_check_principals_line()
300 if ((keyopts = sshauthopt_parse(key_options, &reason)) == NULL) { in auth_check_authkey_line()
Dauth-options.c319 sshauthopt_parse(const char *opts, const char **errstrp) in sshauthopt_parse() function