Home
last modified time | relevance | path

Searched refs:datafellows (Results 1 – 15 of 15) sorted by relevance

/external/openssh/
Dcompat.c43 int datafellows = 0; variable
179 datafellows = check[i].bugs; /* XXX for now */ in compat_datafellows()
250 if (!(datafellows & SSH_BUG_BIGENDIANAES)) in compat_cipher_proposal()
263 if (!(datafellows & SSH_BUG_RSASIGMD5)) in compat_pkalg_proposal()
276 if (!(datafellows & SSH_BUG_CURVE25519PAD)) in compat_kex_proposal()
Dsshconnect2.c569 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()
[all …]
Dauth2-pubkey.c90 if (datafellows & SSH_BUG_PKAUTH) { in userauth_pubkey()
121 (datafellows & SSH_BUG_RSASIGMD5) != 0) { in userauth_pubkey()
141 if (datafellows & SSH_OLD_SESSIONID) { in userauth_pubkey()
154 datafellows & SSH_BUG_PKSERVICE ? in userauth_pubkey()
157 if (datafellows & SSH_BUG_PKAUTH) { in userauth_pubkey()
Dcompat.h74 extern int datafellows;
Dauth2-hostbased.c106 (datafellows & SSH_BUG_RSASIGMD5) != 0) { in userauth_hostbased()
119 service = datafellows & SSH_BUG_HBSERVICE ? "ssh-userauth" : in userauth_hostbased()
Dnchan.c395 if (!(datafellows & SSH_NEW_OPENSSH)) in chan_send_eow2()
454 if ((datafellows & SSH_BUG_EXTEOF) && in chan_is_dead()
Dkey.c146 data, datalen, datafellows)) != 0) { in key_sign()
167 data, datalen, datafellows)) != 0) { in key_verify()
Dauth2.c139 if (datafellows & SSH_BUG_BANNER) in userauth_send_banner()
154 if (options.banner == NULL || (datafellows & SSH_BUG_BANNER) != 0) in userauth_banner()
Dsshd.c490 if ((datafellows & SSH_BUG_PROBE) != 0) { in sshd_exchange_identification()
495 if ((datafellows & SSH_BUG_SCANNER) != 0) { in sshd_exchange_identification()
500 if ((datafellows & SSH_BUG_RSASIGMD5) != 0) { in sshd_exchange_identification()
504 if ((datafellows & SSH_BUG_DERIVEKEY) != 0) { in sshd_exchange_identification()
2520 data, dlen, datafellows)) != 0)
Dmonitor.c751 datafellows)) != 0) in mm_answer_sign()
757 p, datlen, datafellows)) != 0) { in mm_answer_sign()
1215 (datafellows & SSH_BUG_RSASIGMD5) != 0) in mm_answer_keyallowed()
1306 if (datafellows & SSH_OLD_SESSIONID) { in monitor_valid_userblob()
1336 if (datafellows & SSH_BUG_PKAUTH) { in monitor_valid_userblob()
Dsshconnect.c672 if ((datafellows & SSH_BUG_DERIVEKEY) != 0) in ssh_exchange_identification()
675 if ((datafellows & SSH_BUG_RSASIGMD5) != 0) in ssh_exchange_identification()
1373 if (datafellows & SSH_BUG_PASSWORDPAD) { in ssh_put_password()
Dchannels.c1386 if (datafellows & SSH_BUG_X11FWD) { in channel_post_x11_listener()
1632 if (!(datafellows & SSH_BUG_OPENFAILURE)) { in channel_post_connecting()
2429 if (datafellows & SSH_BUG_EXTEOF)
2618 if (!(datafellows & SSH_BUG_OPENFAILURE)) {
2761 if (((datafellows & SSH_OLD_FORWARD_ADDR) &&
2928 !(datafellows & SSH_BUG_DYNAMIC_RPORT))
3173 if (datafellows & SSH_BUG_RFWD_ADDR)
3178 if (datafellows & SSH_BUG_RFWD_ADDR)
3503 (datafellows & SSH_BUG_DYNAMIC_RPORT) ? 0 : newport;
Dserverloop.c596 if (!(datafellows & SSH_BUG_IGNOREMSG) && isatty(fdin)) in server_loop()
1143 if (!(datafellows & SSH_BUG_OPENFAILURE)) { in server_input_channel_open()
Dclientloop.c1154 if (datafellows & SSH_BUG_NOREKEY) in process_escapes()
1898 if (datafellows & SSH_BUG_X11FWD) { in client_request_x11()
2034 if (!(datafellows & SSH_BUG_OPENFAILURE)) { in client_input_channel_open()
Dssh.c1896 if (!no_shell_flag || (datafellows & SSH_BUG_DUMMYCHAN)) in ssh_session2()
1906 (datafellows & SSH_NEW_OPENSSH)) { in ssh_session2()