Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/unittests/authopt/
H A Dtests.c42 struct sshauthopt *ret = sshauthopt_new(); in default_authkey_opts()
56 struct sshauthopt *ret = sshauthopt_new(); in default_authkey_restrict_opts()
313 expected = sshauthopt_new(); \ in test_cert_parse()
336 expected = sshauthopt_new(); in test_cert_parse()
426 sshauthopt_new() : default_authkey_opts(); \ in test_merge()
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dauthopt_fuzz.cc14 struct sshauthopt *opts = NULL, *merge = NULL, *add = sshauthopt_new(); in LLVMFuzzerTestOneInput()
/freebsd/crypto/openssh/
H A Dauth-options.h81 struct sshauthopt *sshauthopt_new(void);
H A Dauth-options.c195 sshauthopt_new(void) in sshauthopt_new() function
238 if ((ret = sshauthopt_new()) == NULL) in sshauthopt_new_with_keys_defaults()
511 if ((ret = sshauthopt_new()) == NULL) in sshauthopt_from_cert()
544 if ((ret = sshauthopt_new()) == NULL) in sshauthopt_merge()
665 if ((ret = sshauthopt_new()) == NULL) in sshauthopt_copy()
H A Dauth.c871 if ((restricted = sshauthopt_new()) == NULL) in auth_restrict_session()
H A DChangeLog7760 upstream: Check sshauthopt_new() for NULL. bz#3425, from