Home
last modified time | relevance | path

Searched refs:SSH_BUG_RSASIGMD5 (Results 1 – 7 of 7) sorted by relevance

/external/openssh/
Dcompat.h48 #define SSH_BUG_RSASIGMD5 0x00002000 macro
Dcompat.c203 if (!(datafellows & SSH_BUG_RSASIGMD5)) in compat_pkalg_proposal()
Dauth2-hostbased.c106 (ssh->compat & SSH_BUG_RSASIGMD5) != 0) { in userauth_hostbased()
Dauth2-pubkey.c145 (ssh->compat & SSH_BUG_RSASIGMD5) != 0) { in userauth_pubkey()
Dkex.c1364 if ((ssh->compat & SSH_BUG_RSASIGMD5) != 0) { in kex_exchange_identification()
Dmonitor.c1180 (datafellows & SSH_BUG_RSASIGMD5) != 0) in mm_answer_keyallowed()
Dsshconnect2.c1750 (datafellows & SSH_BUG_RSASIGMD5) != 0) { in try_identity()