Home
last modified time | relevance | path

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

/external/openssh/
Dcompat.c127 SSH_BUG_PKAUTH|SSH_BUG_PKOK| in compat_datafellows()
133 SSH_BUG_PKAUTH|SSH_BUG_PKOK| in compat_datafellows()
Dcompat.h40 #define SSH_BUG_PKAUTH 0x00000020 macro
Dauth2-pubkey.c93 if (datafellows & SSH_BUG_PKAUTH) { in userauth_pubkey()
160 if (datafellows & SSH_BUG_PKAUTH) { in userauth_pubkey()
Dsshconnect2.c1038 if (datafellows & SSH_BUG_PKAUTH) { in sign_and_send_pubkey()
1067 if (!(datafellows & SSH_BUG_PKAUTH)) in sign_and_send_pubkey()
1112 if (!(datafellows & SSH_BUG_PKAUTH)) in send_pubkey_test()
Dmonitor.c1337 if (datafellows & SSH_BUG_PKAUTH) { in monitor_valid_userblob()