Home
last modified time | relevance | path

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

/external/openssh/
Dkex.c750 PROPOSAL_KEX_ALGS, PROPOSAL_SERVER_HOST_KEY_ALGS, -1 in proposals_match()
800 ext = match_list("ext-info-c", peer[PROPOSAL_KEX_ALGS], NULL); in kex_choose_conf()
806 if ((r = choose_kex(kex, cprop[PROPOSAL_KEX_ALGS], in kex_choose_conf()
807 sprop[PROPOSAL_KEX_ALGS])) != 0) { in kex_choose_conf()
808 kex->failed_choice = peer[PROPOSAL_KEX_ALGS]; in kex_choose_conf()
809 peer[PROPOSAL_KEX_ALGS] = NULL; in kex_choose_conf()
Dkex.h73 PROPOSAL_KEX_ALGS, enumerator
Dsshconnect2.c170 myproposal[PROPOSAL_KEX_ALGS] = compat_kex_proposal(s); in ssh_kex2()
223 myproposal[PROPOSAL_KEX_ALGS] = in ssh_kex2()
Dsshd.c2215 myproposal[PROPOSAL_KEX_ALGS] = compat_kex_proposal(
/external/openssh/regress/unittests/kex/
Dtest_kex.c101 kex_params.proposal[PROPOSAL_KEX_ALGS] = kex; in do_kex_with_key()
/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c218 kex_params.proposal[PROPOSAL_KEX_ALGS] = strdup(kex); in do_kex_with_key()