Searched refs:sshauthopt_parse (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/regress/usr.bin/ssh/unittests/authopt/ |
| D | tests.c | 139 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/ |
| D | auth-options.h | 92 struct sshauthopt *sshauthopt_parse(const char *s, const char **errstr);
|
| D | auth2-pubkeyfile.c | 199 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()
|
| D | auth-options.c | 319 sshauthopt_parse(const char *opts, const char **errstrp) in sshauthopt_parse() function
|