Searched refs:SSH_CIPHER_NONE (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/crypto/openssh/
H A Dcipher.h50 #define SSH_CIPHER_NONE 0 /* no encryption */ macro
H A Dcipher.c76 { "none", SSH_CIPHER_NONE, 8, 0, 0, 0, 0, 0, EVP_enc_null },
230 c->number != SSH_CIPHER_NONE)) {
291 cc->plaintext = (cipher->number == SSH_CIPHER_NONE);
489 case SSH_CIPHER_NONE:
531 case SSH_CIPHER_NONE:
H A Dsshconnect1.c420 if (options.cipher == SSH_CIPHER_NONE)
455 if (options.cipher == SSH_CIPHER_NONE)
H A Dauthfile.c439 * If the passphrase is empty, use SSH_CIPHER_NONE to ease converting
443 SSH_CIPHER_NONE : SSH_AUTHFILE_CIPHER;

Completed in 54 milliseconds