Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkex.c106 kexalgos = defprop[PROPOSAL_KEX_ALGS]; in kex_proposal_populate_entries()
114 case PROPOSAL_KEX_ALGS: in kex_proposal_populate_entries()
543 if ((cp = match_filter_denylist(prop[PROPOSAL_KEX_ALGS], in kex_input_newkeys()
550 free(prop[PROPOSAL_KEX_ALGS]); in kex_input_newkeys()
551 prop[PROPOSAL_KEX_ALGS] = cp; in kex_input_newkeys()
899 PROPOSAL_KEX_ALGS, PROPOSAL_SERVER_HOST_KEY_ALGS, -1 in proposals_match()
922 return kex_has_any_alg(peer[PROPOSAL_KEX_ALGS], ext); in kexalgs_contains()
982 if ((r = choose_kex(kex, cprop[PROPOSAL_KEX_ALGS], in kex_choose_conf()
983 sprop[PROPOSAL_KEX_ALGS])) != 0) { in kex_choose_conf()
984 kex->failed_choice = peer[PROPOSAL_KEX_ALGS]; in kex_choose_conf()
[all …]
H A Dkex.h75 PROPOSAL_KEX_ALGS, enumerator
H A Dssh_api.c109 proposal[PROPOSAL_KEX_ALGS], in ssh_init()
/freebsd/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c99 kex_params.proposal[PROPOSAL_KEX_ALGS] = kex; in do_kex_with_key()
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc213 else if (i == PROPOSAL_KEX_ALGS && kex != NULL) in do_kex_with_key()