Home
last modified time | relevance | path

Searched refs:SSH_BUG_PROBE (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dcompat.h56 #define SSH_BUG_PROBE 0x00400000 macro
Dcompat.c114 SSH_BUG_PROBE }, in compat_datafellows()
Dkex.c1350 if (ssh->kex->server && (ssh->compat & SSH_BUG_PROBE) != 0) { in kex_exchange_identification()