Home
last modified time | relevance | path

Searched refs:SSH_CIPHER_NOT_SET (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dcipher.h54 #define SSH_CIPHER_NOT_SET -1 /* None selected (invalid number). */ macro
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c1089 if (options.cipher == SSH_CIPHER_NOT_SET) { in ssh_kex()
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c1086 options->cipher = SSH_CIPHER_NOT_SET; in fill_default_options()