Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dkex.c470 int nenc, nmac, ncomp; in kex_choose_conf() local
493 nenc = ctos ? PROPOSAL_ENC_ALGS_CTOS : PROPOSAL_ENC_ALGS_STOC; in kex_choose_conf()
496 choose_enc(kex->server, &newkeys->enc, cprop[nenc], sprop[nenc]); in kex_choose_conf()