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

/external/openssh/
H A Dcompat.h40 #define SSH_BUG_PKAUTH 0x00000020 macro
H A Dcompat.c127 SSH_BUG_PKAUTH|SSH_BUG_PKOK|
133 SSH_BUG_PKAUTH|SSH_BUG_PKOK|
H A Dauth2-pubkey.c93 if (datafellows & SSH_BUG_PKAUTH) {
94 debug2("userauth_pubkey: SSH_BUG_PKAUTH");
160 if (datafellows & SSH_BUG_PKAUTH) {
H A Dsshconnect2.c563 /* this is similar to SSH_BUG_PKAUTH */
1038 if (datafellows & SSH_BUG_PKAUTH) {
1067 if (!(datafellows & SSH_BUG_PKAUTH))
1112 if (!(datafellows & SSH_BUG_PKAUTH))
H A Dmonitor.c1337 if (datafellows & SSH_BUG_PKAUTH) {

Completed in 117 milliseconds