OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s2c_cipher_algo
(Results
1 - 1
of
1
) sorted by null
/external/dropbear/
common-kex.c
588
algo_type *
s2c_cipher_algo
= NULL;
local
634
s2c_cipher_algo
= ses.buf_match_algo(ses.payload, sshciphers, &goodguess);
635
if (
s2c_cipher_algo
== NULL) {
639
TRACE(("enc s2c is %s",
s2c_cipher_algo
->name))
691
(struct dropbear_cipher*)
s2c_cipher_algo
->data;
705
(struct dropbear_cipher*)
s2c_cipher_algo
->data;
Completed in 3422 milliseconds