Searched refs:SSH_BUG_PKAUTH (Results 1 - 5 of 5) sorted by last modified time

/freebsd-9.3-release/crypto/openssh/
H A Dmonitor.c1260 if (datafellows & SSH_BUG_PKAUTH) {
H A Dauth2-pubkey.c89 if (datafellows & SSH_BUG_PKAUTH) {
90 debug2("userauth_pubkey: SSH_BUG_PKAUTH");
145 if (datafellows & SSH_BUG_PKAUTH) {
H A Dcompat.c129 SSH_BUG_PKAUTH|SSH_BUG_PKOK|
135 SSH_BUG_PKAUTH|SSH_BUG_PKOK|
H A Dcompat.h41 #define SSH_BUG_PKAUTH 0x00000020 macro
H A Dsshconnect2.c588 /* this is similar to SSH_BUG_PKAUTH */
1050 if (datafellows & SSH_BUG_PKAUTH) {
1079 if (!(datafellows & SSH_BUG_PKAUTH))
1124 if (!(datafellows & SSH_BUG_PKAUTH))

Completed in 78 milliseconds