Home
last modified time | relevance | path

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

/external/dropbear/
Dcommon-algo.c38 static const struct dropbear_cipher dropbear_aes256 =
42 static const struct dropbear_cipher dropbear_aes128 =
46 static const struct dropbear_cipher dropbear_blowfish =
50 static const struct dropbear_cipher dropbear_twofish256 =
54 static const struct dropbear_cipher dropbear_twofish128 =
58 static const struct dropbear_cipher dropbear_3des =
63 const struct dropbear_cipher dropbear_nocipher =
Dalgo.h50 extern const struct dropbear_cipher dropbear_nocipher;
53 struct dropbear_cipher { struct
Dsession.h62 const struct dropbear_cipher *recv_algo_crypt; /* NULL for none */
63 const struct dropbear_cipher *trans_algo_crypt; /* NULL for none */
Dcommon-kex.c691 (struct dropbear_cipher*)s2c_cipher_algo->data; in read_kex_algos()
693 (struct dropbear_cipher*)c2s_cipher_algo->data; in read_kex_algos()
703 (struct dropbear_cipher*)c2s_cipher_algo->data; in read_kex_algos()
705 (struct dropbear_cipher*)s2c_cipher_algo->data; in read_kex_algos()