HomeSort by relevance Sort by last modified time
    Searched refs:PROPOSAL_ENC_ALGS_STOC (Results 1 - 4 of 4) sorted by null

  /external/openssh/
kex.h 54 PROPOSAL_ENC_ALGS_STOC,
sshconnect2.c 172 myproposal[PROPOSAL_ENC_ALGS_STOC] = options.ciphers;
176 myproposal[PROPOSAL_ENC_ALGS_STOC] =
177 compat_cipher_proposal(myproposal[PROPOSAL_ENC_ALGS_STOC]);
    [all...]
sshd.c     [all...]
kex.c 438 nenc = ctos ? PROPOSAL_ENC_ALGS_CTOS : PROPOSAL_ENC_ALGS_STOC;

Completed in 43 milliseconds