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