Searched refs:SSH_BUG_PKAUTH (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dcompat.h40 #define SSH_BUG_PKAUTH 0x00000020 macro
H A Dcompat.c124 SSH_BUG_PKAUTH|SSH_BUG_PKOK|
130 SSH_BUG_PKAUTH|SSH_BUG_PKOK|
H A Dauth2-pubkey.c89 if (datafellows & SSH_BUG_PKAUTH) {
90 debug2("userauth_pubkey: SSH_BUG_PKAUTH");
135 if (datafellows & SSH_BUG_PKAUTH) {
H A Dsshconnect2.c631 /* this is similar to SSH_BUG_PKAUTH */
1351 if (datafellows & SSH_BUG_PKAUTH) {
1380 if (!(datafellows & SSH_BUG_PKAUTH))
1425 if (!(datafellows & SSH_BUG_PKAUTH))
H A Dmonitor.c1292 if (datafellows & SSH_BUG_PKAUTH) {

Completed in 89 milliseconds