Home
last modified time | relevance | path

Searched refs:ncomp (Results 1 – 1 of 1) sorted by path

/dragonfly/crypto/openssh/
H A Dkex.c922 int nenc, nmac, ncomp; in kex_choose_conf() local
983 ncomp = ctos ? PROPOSAL_COMP_ALGS_CTOS : PROPOSAL_COMP_ALGS_STOC; in kex_choose_conf()
999 if ((r = choose_comp(&newkeys->comp, cprop[ncomp], in kex_choose_conf()
1000 sprop[ncomp])) != 0) { in kex_choose_conf()
1001 kex->failed_choice = peer[ncomp]; in kex_choose_conf()
1002 peer[ncomp] = NULL; in kex_choose_conf()