OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buf_match_algo
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/
common-kex.c
580
/* read the other side's algo list.
buf_match_algo
is a callback to match
606
algo = ses.
buf_match_algo
(ses.payload, sshkex, &goodguess);
616
algo = ses.
buf_match_algo
(ses.payload, sshhostkey, &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);
658
c2s_comp_algo = ses.
buf_match_algo
(ses.payload, sshcompress, &goodguess);
666
s2c_comp_algo = ses.
buf_match_algo
(ses.payload, sshcompress, &goodguess);
session.h
141
algo_type*(*
buf_match_algo
)(buffer*buf, algo_type localalgos[],
member in struct:sshsession
svr-session.c
105
ses.
buf_match_algo
= svr_buf_match_algo;
cli-session.c
130
ses.
buf_match_algo
= cli_buf_match_algo;
Completed in 49 milliseconds