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

  /external/openssh/
cipher.h 48 #define SSH_CIPHER_NONE 0 /* no encryption */
cipher.c 69 { "none", SSH_CIPHER_NONE, 8, 0, 0, 0, EVP_enc_null },
228 cc->plaintext = (cipher->number == SSH_CIPHER_NONE);
sshconnect1.c 418 if (options.cipher == SSH_CIPHER_NONE)
453 if (options.cipher == SSH_CIPHER_NONE)
authfile.c 96 * If the passphrase is empty, use SSH_CIPHER_NONE to ease converting
100 SSH_CIPHER_NONE : SSH_AUTHFILE_CIPHER;

Completed in 46 milliseconds