Home
last modified time | relevance | path

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

/external/openssh/
Dkex.h58 PROPOSAL_COMP_ALGS_STOC, enumerator
Dkex.c440 ncomp = ctos ? PROPOSAL_COMP_ALGS_CTOS : PROPOSAL_COMP_ALGS_STOC; in kex_choose_conf()
Dsshd.c2320 myproposal[PROPOSAL_COMP_ALGS_STOC] = "none";
2323 myproposal[PROPOSAL_COMP_ALGS_STOC] = "none,zlib@openssh.com";
Dsshconnect2.c180 myproposal[PROPOSAL_COMP_ALGS_STOC] = "zlib@openssh.com,zlib,none"; in ssh_kex2()
183 myproposal[PROPOSAL_COMP_ALGS_STOC] = "none,zlib@openssh.com,zlib"; in ssh_kex2()