Searched refs:sshauthopt_new (Results 1 – 6 of 6) sorted by relevance
42 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()
14 struct sshauthopt *opts = NULL, *merge = NULL, *add = sshauthopt_new(); in LLVMFuzzerTestOneInput()
81 struct sshauthopt *sshauthopt_new(void);
195 sshauthopt_new(void) in sshauthopt_new() function238 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()
871 if ((restricted = sshauthopt_new()) == NULL) in auth_restrict_session()
7760 upstream: Check sshauthopt_new() for NULL. bz#3425, from