Searched refs:sshauthopt_merge (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
H A D | authopt_fuzz.cc | 22 if ((merge = sshauthopt_merge(opts, add, NULL)) == NULL) in LLVMFuzzerTestOneInput()
|
/freebsd/crypto/openssh/ |
H A D | auth-options.h | 103 struct sshauthopt *sshauthopt_merge(const struct sshauthopt *primary,
|
H A D | auth2-pubkeyfile.c | 354 if ((finalopts = sshauthopt_merge(keyopts, certopts, &reason)) == NULL) in auth_check_authkey_line()
|
H A D | auth.c | 762 if ((auth_opts = sshauthopt_merge(old, opts, &emsg)) == NULL) { in auth_activate_options()
|
H A D | auth2-pubkey.c | 554 if ((final_opts = sshauthopt_merge(principals_opts, in user_cert_trusted_ca()
|
H A D | auth-options.c | 534 sshauthopt_merge(const struct sshauthopt *primary, in sshauthopt_merge() function
|
/freebsd/crypto/openssh/regress/unittests/authopt/ |
H A D | tests.c | 398 merge_opts = sshauthopt_merge(key_opts, \ in test_merge()
|