Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dcipher.h49 #define SSH_CIPHER_NONE 0 /* no encryption */ macro
Dcipher.c66 { "none", SSH_CIPHER_NONE, 8, 0, 0, 0, EVP_enc_null },
244 cc->plaintext = (cipher->number == SSH_CIPHER_NONE); in cipher_init()
Dsshconnect1.c417 if (options.cipher == SSH_CIPHER_NONE) in try_challenge_response_authentication()
452 if (options.cipher == SSH_CIPHER_NONE) in try_password_authentication()
Dauthfile.c96 SSH_CIPHER_NONE : SSH_AUTHFILE_CIPHER; in key_save_private_rsa1()