Home
last modified time | relevance | path

Searched refs:sshauthopt_new (Results 1 – 5 of 5) sorted by relevance

/external/openssh/regress/unittests/authopt/
Dtests.c39 struct sshauthopt *ret = sshauthopt_new(); in default_authkey_opts()
53 struct sshauthopt *ret = sshauthopt_new(); in default_authkey_restrict_opts()
308 expected = sshauthopt_new(); \ in test_cert_parse()
331 expected = sshauthopt_new(); in test_cert_parse()
421 sshauthopt_new() : default_authkey_opts(); \ in test_merge()
/external/openssh/regress/misc/fuzz-harness/
Dauthopt_fuzz.cc14 struct sshauthopt *opts = NULL, *merge = NULL, *add = sshauthopt_new(); in LLVMFuzzerTestOneInput()
/external/openssh/
Dauth-options.h76 struct sshauthopt *sshauthopt_new(void);
Dauth-options.c190 sshauthopt_new(void) in sshauthopt_new() function
233 if ((ret = sshauthopt_new()) == NULL) in sshauthopt_new_with_keys_defaults()
487 if ((ret = sshauthopt_new()) == NULL) in sshauthopt_from_cert()
520 if ((ret = sshauthopt_new()) == NULL) in sshauthopt_merge()
638 if ((ret = sshauthopt_new()) == NULL) in sshauthopt_copy()
Dauth.c1096 restricted = sshauthopt_new(); in auth_restrict_session()