OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:datafellows
(Results
1 - 22
of
22
) sorted by null
/external/openssh/
compat.h
70
extern int
datafellows
;
compat.c
43
int
datafellows
= 0;
variable
57
/*
datafellows
bug compatibility */
172
datafellows
= check[i].bugs;
215
if (!(
datafellows
& SSH_BUG_BIGENDIANAES))
kexgexc.c
63
if (
datafellows
& SSH_OLD_DHGEX) {
168
if (
datafellows
& SSH_OLD_DHGEX)
ssh-dss.c
85
if (
datafellows
& SSH_BUG_SIGBLOB) {
127
if (
datafellows
& SSH_BUG_SIGBLOB) {
auth2-pubkey.c
83
if (
datafellows
& SSH_BUG_PKAUTH) {
117
if (
datafellows
& SSH_OLD_SESSIONID) {
126
datafellows
& SSH_BUG_PKSERVICE ?
129
if (
datafellows
& SSH_BUG_PKAUTH) {
ssh-rsa.c
55
nid = (
datafellows
& SSH_BUG_RSASIGMD5) ? NID_md5 : NID_sha1;
161
nid = (
datafellows
& SSH_BUG_RSASIGMD5) ? NID_md5 : NID_sha1;
auth2-hostbased.c
103
service =
datafellows
& SSH_BUG_HBSERVICE ? "ssh-userauth" :
kex.c
312
if (
datafellows
& SSH_BUG_HMAC)
468
!(
datafellows
& SSH_BUG_FIRSTKEX)) {
497
if (!(
datafellows
& SSH_BUG_DERIVEKEY))
511
if (!(
datafellows
& SSH_BUG_DERIVEKEY))
auth2.c
138
if (
datafellows
& SSH_BUG_BANNER)
155
(
datafellows
& SSH_BUG_BANNER) != 0)
nchan.c
395
if (!(
datafellows
& SSH_NEW_OPENSSH))
454
if ((
datafellows
& SSH_BUG_EXTEOF) &&
sshconnect2.c
564
if (
datafellows
& SSH_BUG_PKOK) {
1218
if (
datafellows
& SSH_OLD_SESSIONID) {
[
all
...]
ssh-agent.c
317
extern int
datafellows
;
323
datafellows
= 0;
329
odatafellows =
datafellows
;
331
datafellows
= SSH_BUG_SIGBLOB;
355
datafellows
= odatafellows;
[
all
...]
authfd.c
421
extern int
datafellows
;
431
if (
datafellows
& SSH_BUG_SIGBLOB)
packet.c
952
if (!(
datafellows
& SSH_BUG_NOREKEY))
[
all
...]
clientloop.c
1056
if (
datafellows
& SSH_BUG_NOREKEY)
[
all
...]
serverloop.c
589
if (!(
datafellows
& SSH_BUG_IGNOREMSG) && isatty(fdin))
1088
if (!(
datafellows
& SSH_BUG_OPENFAILURE)) {
[
all
...]
ssh.c
[
all
...]
channels.c
[
all
...]
ssh-keyscan.c
443
datafellows
= 0;
sshd.c
476
if (
datafellows
& SSH_BUG_PROBE) {
482
if (
datafellows
& SSH_BUG_SCANNER) {
[
all
...]
sshconnect.c
[
all
...]
monitor.c
1218
if (
datafellows
& SSH_OLD_SESSIONID) {
1244
if (
datafellows
& SSH_BUG_PKAUTH) {
[
all
...]
Completed in 132 milliseconds