Searched refs:SSH_BUG_RSASIGMD5 (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dcompat.h48 #define SSH_BUG_RSASIGMD5 0x00002000 macro
H A Dcompat.c203 if (!(datafellows & SSH_BUG_RSASIGMD5))
H A Dauth2-hostbased.c105 (ssh->compat & SSH_BUG_RSASIGMD5) != 0) {
H A Dauth2-pubkey.c126 (ssh->compat & SSH_BUG_RSASIGMD5) != 0) {
H A Dsshconnect.c708 if ((datafellows & SSH_BUG_RSASIGMD5) != 0)
H A Dmonitor.c1181 (datafellows & SSH_BUG_RSASIGMD5) != 0)
1182 fatal("%s: passed a SSH_BUG_RSASIGMD5 key", __func__);
H A Dsshd.c467 if ((ssh->compat & SSH_BUG_RSASIGMD5) != 0) {
H A Dsshconnect2.c1649 (datafellows & SSH_BUG_RSASIGMD5) != 0) {

Completed in 187 milliseconds