Home
last modified time | relevance | path

Searched refs:SSH_BUG_DERIVEKEY (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dcompat.h53 #define SSH_BUG_DERIVEKEY 0x00040000 macro
Dcompat.c136 SSH_BUG_DERIVEKEY|SSH_BUG_DUMMYCHAN| in compat_datafellows()
Dsshconnect.c674 if ((datafellows & SSH_BUG_DERIVEKEY) != 0) in ssh_exchange_identification()
Dsshd.c460 if ((ssh->compat & SSH_BUG_DERIVEKEY) != 0) { in sshd_exchange_identification()