Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dkex.c354 kexalgos = defprop[PROPOSAL_KEX_ALGS]; in kex_proposal_populate_entries()
362 case PROPOSAL_KEX_ALGS: in kex_proposal_populate_entries()
791 if ((cp = match_filter_denylist(prop[PROPOSAL_KEX_ALGS], in kex_input_newkeys()
798 free(prop[PROPOSAL_KEX_ALGS]); in kex_input_newkeys()
799 prop[PROPOSAL_KEX_ALGS] = cp; in kex_input_newkeys()
1151 PROPOSAL_KEX_ALGS, PROPOSAL_SERVER_HOST_KEY_ALGS, -1 in proposals_match()
1174 return has_any_alg(peer[PROPOSAL_KEX_ALGS], ext); in kexalgs_contains()
1234 if ((r = choose_kex(kex, cprop[PROPOSAL_KEX_ALGS], in kex_choose_conf()
1235 sprop[PROPOSAL_KEX_ALGS])) != 0) { in kex_choose_conf()
1236 kex->failed_choice = peer[PROPOSAL_KEX_ALGS]; in kex_choose_conf()
[all …]
H A Dkex.h75 PROPOSAL_KEX_ALGS, enumerator
H A Dssh_api.c104 proposal[PROPOSAL_KEX_ALGS], in ssh_init()
/freebsd-14.2/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c98 kex_params.proposal[PROPOSAL_KEX_ALGS] = kex; in do_kex_with_key()
/freebsd-14.2/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc214 else if (i == PROPOSAL_KEX_ALGS && kex != NULL) in do_kex_with_key()