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

/macosx-10.10/OpenSSH-189/openssh/
H A Dcipher.h52 #define SSH_CIPHER_NONE 0 /* no encryption */ macro
H A Dcipher.c73 { "none", SSH_CIPHER_NONE, 8, 0, 0, 0, 0, 0, EVP_enc_null },
247 cc->plaintext = (cipher->number == SSH_CIPHER_NONE);
H A Dsshconnect1.c428 if (options.cipher == SSH_CIPHER_NONE)
463 if (options.cipher == SSH_CIPHER_NONE)
H A Dauthfile.c102 * If the passphrase is empty, use SSH_CIPHER_NONE to ease converting
106 SSH_CIPHER_NONE : SSH_AUTHFILE_CIPHER;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DopensshWrap.cpp48 #define SSH_CIPHER_NONE 0 /* no encryption */ macro
184 case SSH_CIPHER_NONE:
333 UInt8 cipherSpec = encryptKey ? SSH_CIPHER_3DES : SSH_CIPHER_NONE;
531 case SSH_CIPHER_NONE:
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/sshKey/
H A DsshKey.cpp44 #define SSH_CIPHER_NONE 0 /* no encryption */ macro
349 case SSH_CIPHER_NONE:
452 case SSH_CIPHER_NONE:

Completed in 81 milliseconds