Searched refs:SSH_BUG_DERIVEKEY (Results 1 – 4 of 4) sorted by relevance
53 #define SSH_BUG_DERIVEKEY 0x00040000 macro
136 SSH_BUG_DERIVEKEY|SSH_BUG_DUMMYCHAN| in compat_datafellows()
674 if ((datafellows & SSH_BUG_DERIVEKEY) != 0) in ssh_exchange_identification()
460 if ((ssh->compat & SSH_BUG_DERIVEKEY) != 0) { in sshd_exchange_identification()