OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c2s_cipher_algo
(Results
1 - 1
of
1
) sorted by null
/external/dropbear/
common-kex.c
587
algo_type *
c2s_cipher_algo
= NULL;
local
626
c2s_cipher_algo
= ses.buf_match_algo(ses.payload, sshciphers, &goodguess);
627
if (
c2s_cipher_algo
== NULL) {
631
TRACE(("enc c2s is %s",
c2s_cipher_algo
->name))
693
(struct dropbear_cipher*)
c2s_cipher_algo
->data;
703
(struct dropbear_cipher*)
c2s_cipher_algo
->data;
Completed in 628 milliseconds