Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dkex.h81 PROPOSAL_COMP_ALGS_STOC, enumerator
H A Dkex.c873 ncomp = ctos ? PROPOSAL_COMP_ALGS_CTOS : PROPOSAL_COMP_ALGS_STOC; in kex_choose_conf()
H A Dsshd.c2359 myproposal[PROPOSAL_COMP_ALGS_STOC] = "none";
H A Dsshconnect2.c176 myproposal[PROPOSAL_COMP_ALGS_STOC] = options.compression ? in ssh_kex2()