Searched refs:SSH_CIPHER_NOT_SET (Results 1 – 3 of 3) sorted by relevance
54 #define SSH_CIPHER_NOT_SET -1 /* None selected (invalid number). */ macro
1089 if (options.cipher == SSH_CIPHER_NOT_SET) { in ssh_kex()
1086 options->cipher = SSH_CIPHER_NOT_SET; in fill_default_options()