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

/freebsd-13-stable/crypto/openssh/
H A Dauth-options.h70 struct sshauthopt *sshauthopt_new(void);
H A Dauth-options.c255 sshauthopt_new(void) function
299 if ((ret = sshauthopt_new()) == NULL)
550 if ((ret = sshauthopt_new()) == NULL)
583 if ((ret = sshauthopt_new()) == NULL)
700 if ((ret = sshauthopt_new()) == NULL)
H A Dauth.c1106 restricted = sshauthopt_new();
/freebsd-13-stable/crypto/openssh/regress/misc/fuzz-harness/
H A Dauthopt_fuzz.cc14 struct sshauthopt *opts = NULL, *merge = NULL, *add = sshauthopt_new();
/freebsd-13-stable/crypto/openssh/regress/unittests/authopt/
H A Dtests.c39 struct sshauthopt *ret = sshauthopt_new();
53 struct sshauthopt *ret = sshauthopt_new();
308 expected = sshauthopt_new(); \
331 expected = sshauthopt_new();
421 sshauthopt_new() : default_authkey_opts(); \

Completed in 168 milliseconds