Home
last modified time | relevance | path

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

/external/openssh/
Dkex.h80 PROPOSAL_COMP_ALGS_STOC, enumerator
Dkex.c828 ncomp = ctos ? PROPOSAL_COMP_ALGS_CTOS : PROPOSAL_COMP_ALGS_STOC; in kex_choose_conf()
Dsshd.c2226 myproposal[PROPOSAL_COMP_ALGS_STOC] = "none";
Dsshconnect2.c176 myproposal[PROPOSAL_COMP_ALGS_STOC] = options.compression ? in ssh_kex2()