OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:goodguess
(Results
1 - 5
of
5
) sorted by null
/external/dropbear/
algo.h
70
int *
goodguess
);
72
int *
goodguess
);
cli-algo.c
37
int *
goodguess
) {
45
*
goodguess
= 0;
86
*
goodguess
= 1;
svr-algo.c
32
* (*
goodguess
) is set to 1 if the preferred client/server algos match,
36
int *
goodguess
)
45
*
goodguess
= 0;
87
*
goodguess
= 1;
common-kex.c
597
int
goodguess
= 0;
local
598
int allgood = 1; /* we AND this with each
goodguess
and see if its still
606
algo = ses.buf_match_algo(ses.payload, sshkex, &
goodguess
);
607
allgood &=
goodguess
;
616
algo = ses.buf_match_algo(ses.payload, sshhostkey, &
goodguess
);
617
allgood &=
goodguess
;
626
c2s_cipher_algo = ses.buf_match_algo(ses.payload, sshciphers, &
goodguess
);
634
s2c_cipher_algo = ses.buf_match_algo(ses.payload, sshciphers, &
goodguess
);
642
c2s_hash_algo = ses.buf_match_algo(ses.payload, sshhashes, &
goodguess
);
650
s2c_hash_algo = ses.buf_match_algo(ses.payload, sshhashes, &
goodguess
);
[
all
...]
session.h
142
int *
goodguess
); /* The function to use to choose which algorithm
Completed in 3592 milliseconds