Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dkex.c863 PROPOSAL_KEX_ALGS, PROPOSAL_SERVER_HOST_KEY_ALGS, -1 in proposals_match()
913 ext = match_list("ext-info-c", peer[PROPOSAL_KEX_ALGS], NULL); in kex_choose_conf()
919 if ((r = choose_kex(kex, cprop[PROPOSAL_KEX_ALGS], in kex_choose_conf()
920 sprop[PROPOSAL_KEX_ALGS])) != 0) { in kex_choose_conf()
921 kex->failed_choice = peer[PROPOSAL_KEX_ALGS]; in kex_choose_conf()
922 peer[PROPOSAL_KEX_ALGS] = NULL; in kex_choose_conf()
H A Dkex.h75 PROPOSAL_KEX_ALGS, enumerator
H A Dsshconnect2.c246 myproposal[PROPOSAL_KEX_ALGS] = compat_kex_proposal(ssh, s); in ssh_kex2()
293 myproposal[PROPOSAL_KEX_ALGS] = in ssh_kex2()
H A Dsshd.c2449 myproposal[PROPOSAL_KEX_ALGS] = compat_kex_proposal(ssh,
/freebsd-13.1/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c99 kex_params.proposal[PROPOSAL_KEX_ALGS] = kex; in do_kex_with_key()
/freebsd-13.1/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc215 else if (i == PROPOSAL_KEX_ALGS && kex != NULL) in do_kex_with_key()