Home
last modified time | relevance | path

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

/external/openssh/
Dkex.c588 int nenc, nmac, ncomp; in kex_choose_conf() local
624 nenc = ctos ? PROPOSAL_ENC_ALGS_CTOS : PROPOSAL_ENC_ALGS_STOC; in kex_choose_conf()
627 if ((r = choose_enc(&newkeys->enc, cprop[nenc], in kex_choose_conf()
628 sprop[nenc])) != 0) in kex_choose_conf()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch13212 + int i, errs = 0, nenc = se->nEncodings;
13218 + for (i=0; i < nenc; i++) {