Searched refs:SSH_CIPHER_NONE (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | cipher.h | 52 #define SSH_CIPHER_NONE 0 /* no encryption */ macro
|
D | cipher.c | 98 { "none", SSH_CIPHER_NONE, 8, 0, 0, 0, 0, 0, EVP_enc_null }, 135 { "none", SSH_CIPHER_NONE, 8, 0, 0, 0, 0, CFLAG_NONE, NULL }, 346 cc->plaintext = (cipher->number == SSH_CIPHER_NONE); in cipher_init()
|
D | sshconnect1.c | 439 if (options.cipher == SSH_CIPHER_NONE) in try_challenge_response_authentication() 474 if (options.cipher == SSH_CIPHER_NONE) in try_password_authentication()
|
D | sshkey.c | 3430 SSH_CIPHER_NONE : SSH_CIPHER_3DES; in sshkey_private_rsa1_to_blob()
|