Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDcompat.c128 SSH_BUG_PKAUTH|SSH_BUG_PKOK| in compat_datafellows()
134 SSH_BUG_PKAUTH|SSH_BUG_PKOK| in compat_datafellows()
HDcompat.h41 #define SSH_BUG_PKAUTH 0x00000020 macro
HDauth2-pubkey.c89 if (datafellows & SSH_BUG_PKAUTH) { in userauth_pubkey()
145 if (datafellows & SSH_BUG_PKAUTH) { in userauth_pubkey()
HDsshconnect2.c1049 if (datafellows & SSH_BUG_PKAUTH) { in sign_and_send_pubkey()
1078 if (!(datafellows & SSH_BUG_PKAUTH)) in sign_and_send_pubkey()
1123 if (!(datafellows & SSH_BUG_PKAUTH)) in send_pubkey_test()
HDmonitor.c1260 if (datafellows & SSH_BUG_PKAUTH) { in monitor_valid_userblob()