Searched refs:sshauthopt_parse (Results 1 – 5 of 5) sorted by relevance
/external/openssh/regress/unittests/authopt/ |
D | tests.c | 140 opts = sshauthopt_parse(keywords, &errstr); \ in test_authkeys_parse() 157 opts = sshauthopt_parse("", &errstr); in test_authkeys_parse() 163 opts = sshauthopt_parse(" ", &errstr); in test_authkeys_parse() 169 opts = sshauthopt_parse("restrict", &errstr); in test_authkeys_parse() 184 opts = sshauthopt_parse("tunnel=\"1\"", &errstr); in test_authkeys_parse() 191 opts = sshauthopt_parse("tunnel=\"any\"", &errstr); in test_authkeys_parse() 203 opts = sshauthopt_parse(keyword, &errstr); \ in test_authkeys_parse() 207 opts = sshauthopt_parse("restrict,"keyword, &errstr); \ in test_authkeys_parse() 234 opts = sshauthopt_parse(keyword "=" #val, &errstr); \ in test_authkeys_parse() 239 opts = sshauthopt_parse( \ in test_authkeys_parse() [all …]
|
/external/openssh/regress/misc/fuzz-harness/ |
D | authopt_fuzz.cc | 20 if ((opts = sshauthopt_parse(cp, NULL)) == NULL) in LLVMFuzzerTestOneInput()
|
/external/openssh/ |
D | auth-options.h | 87 struct sshauthopt *sshauthopt_parse(const char *s, const char **errstr);
|
D | auth2-pubkey.c | 351 if ((opts = sshauthopt_parse(line_opts, &reason)) == NULL) { in check_principals_line() 609 if ((keyopts = sshauthopt_parse(key_options, &reason)) == NULL) { in check_authkey_line()
|
D | auth-options.c | 319 sshauthopt_parse(const char *opts, const char **errstrp) in sshauthopt_parse() function
|