Home
last modified time | relevance | path

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

/external/openssh/
Dkex.h77 PROPOSAL_COMP_ALGS_STOC, enumerator
Dsshconnect2.c174 myproposal[PROPOSAL_COMP_ALGS_STOC] = "zlib@openssh.com,zlib,none"; in ssh_kex2()
177 myproposal[PROPOSAL_COMP_ALGS_STOC] = "none,zlib@openssh.com,zlib"; in ssh_kex2()
Dsshd.c2565 myproposal[PROPOSAL_COMP_ALGS_STOC] = "none";
2568 myproposal[PROPOSAL_COMP_ALGS_STOC] = "none,zlib@openssh.com";
Dkex.c691 ncomp = ctos ? PROPOSAL_COMP_ALGS_CTOS : PROPOSAL_COMP_ALGS_STOC; in kex_choose_conf()