Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dcompat.c141 SSH_BUG_PKAUTH|SSH_BUG_PKOK| in compat_datafellows()
147 SSH_BUG_PKAUTH|SSH_BUG_PKOK| in compat_datafellows()
/titanic_50/usr/src/cmd/ssh/include/
H A Dcompat.h49 #define SSH_BUG_PKAUTH 0x00000020 macro
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth2-pubkey.c72 if (datafellows & SSH_BUG_PKAUTH) { in userauth_pubkey()
143 if (datafellows & SSH_BUG_PKAUTH) { in userauth_pubkey()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c1082 if (datafellows & SSH_BUG_PKAUTH) { in sign_and_send_pubkey()
1111 if (!(datafellows & SSH_BUG_PKAUTH)) in sign_and_send_pubkey()
1160 if (!(datafellows & SSH_BUG_PKAUTH)) in send_pubkey_test()