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

/freebsd-13-stable/crypto/openssh/
H A Dkex.h74 PROPOSAL_KEX_ALGS, enumerator in enum:kex_init_proposals
H A Dkex.c795 PROPOSAL_KEX_ALGS, PROPOSAL_SERVER_HOST_KEY_ALGS, -1
845 ext = match_list("ext-info-c", peer[PROPOSAL_KEX_ALGS], NULL);
851 if ((r = choose_kex(kex, cprop[PROPOSAL_KEX_ALGS],
852 sprop[PROPOSAL_KEX_ALGS])) != 0) {
853 kex->failed_choice = peer[PROPOSAL_KEX_ALGS];
854 peer[PROPOSAL_KEX_ALGS] = NULL;
H A Dsshconnect2.c170 myproposal[PROPOSAL_KEX_ALGS] = compat_kex_proposal(s);
225 myproposal[PROPOSAL_KEX_ALGS] =
H A Dsshd.c2341 myproposal[PROPOSAL_KEX_ALGS] = compat_kex_proposal(
/freebsd-13-stable/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c101 kex_params.proposal[PROPOSAL_KEX_ALGS] = kex;
/freebsd-13-stable/crypto/openssh/regress/misc/kexfuzz/
H A Dkexfuzz.c218 kex_params.proposal[PROPOSAL_KEX_ALGS] = strdup(kex);

Completed in 74 milliseconds