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.c102 kexalgos = defprop[PROPOSAL_KEX_ALGS]; in kex_proposal_populate_entries()
110 case PROPOSAL_KEX_ALGS: in kex_proposal_populate_entries()
547 if ((cp = match_filter_denylist(prop[PROPOSAL_KEX_ALGS], in kex_input_newkeys()
554 free(prop[PROPOSAL_KEX_ALGS]); in kex_input_newkeys()
555 prop[PROPOSAL_KEX_ALGS] = cp; in kex_input_newkeys()
904 PROPOSAL_KEX_ALGS, PROPOSAL_SERVER_HOST_KEY_ALGS, -1 in proposals_match()
927 return kex_has_any_alg(peer[PROPOSAL_KEX_ALGS], ext); in kexalgs_contains()
987 if ((r = choose_kex(kex, cprop[PROPOSAL_KEX_ALGS], in kex_choose_conf()
988 sprop[PROPOSAL_KEX_ALGS])) != 0) { in kex_choose_conf()
989 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.c104 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()