Searched refs:SSH_CIPHER_NOT_SET (Results 1 – 3 of 3) sorted by relevance
51 #define SSH_CIPHER_NOT_SET -1 /* None selected (invalid number). */ macro
632 if (options.cipher == SSH_CIPHER_NOT_SET) { in ssh_kex()
1977 options->cipher = SSH_CIPHER_NOT_SET; in fill_default_options()2635 if (o->cipher != SSH_CIPHER_NOT_SET) in dump_client_config()