Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dcipher.h53 #define SSH_CIPHER_ILLEGAL -2 /* No valid cipher selected. */ macro
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dcipher.c90 { NULL, SSH_CIPHER_ILLEGAL, 0, 0, 0, NULL }
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dssh.c426 options.cipher = SSH_CIPHER_ILLEGAL;
H A Dsshconnect1.c1092 } else if (options.cipher == SSH_CIPHER_ILLEGAL || in ssh_kex()