Lines Matching refs:datafellows
569 if (datafellows & SSH_BUG_PKOK) { in input_userauth_pk_ok()
1032 if (datafellows & SSH_OLD_SESSIONID) { in sign_and_send_pubkey()
1042 datafellows & SSH_BUG_PKSERVICE ? in sign_and_send_pubkey()
1045 if (datafellows & SSH_BUG_PKAUTH) { in sign_and_send_pubkey()
1056 buffer_ptr(&b), buffer_len(&b), datafellows); in sign_and_send_pubkey()
1065 if (datafellows & SSH_BUG_PKSERVICE) { in sign_and_send_pubkey()
1074 if (!(datafellows & SSH_BUG_PKAUTH)) in sign_and_send_pubkey()
1119 if (!(datafellows & SSH_BUG_PKAUTH)) in send_pubkey_test()
1337 (datafellows & SSH_BUG_RSASIGMD5) != 0) { in userauth_pubkey()
1352 (datafellows & SSH_BUG_RSASIGMD5) != 0) { in userauth_pubkey()
1653 service = datafellows & SSH_BUG_HBSERVICE ? "ssh-userauth" : in userauth_hostbased()
1685 sshbuf_ptr(b), sshbuf_len(b), datafellows)) != 0) in userauth_hostbased()