Home
last modified time | relevance | path

Searched refs:s2c_cipher_algo (Results 1 – 1 of 1) sorted by relevance

/external/dropbear/
Dcommon-kex.c588 algo_type * s2c_cipher_algo = NULL; in read_kex_algos() local
634 s2c_cipher_algo = ses.buf_match_algo(ses.payload, sshciphers, &goodguess); in read_kex_algos()
635 if (s2c_cipher_algo == NULL) { in read_kex_algos()
639 TRACE(("enc s2c is %s", s2c_cipher_algo->name)) in read_kex_algos()
691 (struct dropbear_cipher*)s2c_cipher_algo->data; in read_kex_algos()
705 (struct dropbear_cipher*)s2c_cipher_algo->data; in read_kex_algos()