HomeSort by relevance Sort by last modified time
    Searched refs:dropbear_cipher (Results 1 - 4 of 4) sorted by null

  /external/dropbear/
common-algo.c 38 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 =
algo.h 50 extern const struct dropbear_cipher dropbear_nocipher;
53 struct dropbear_cipher { struct
session.h 62 const struct dropbear_cipher *recv_algo_crypt; /* NULL for none */
63 const struct dropbear_cipher *trans_algo_crypt; /* NULL for none */
common-kex.c 691 (struct dropbear_cipher*)s2c_cipher_algo->data;
693 (struct dropbear_cipher*)c2s_cipher_algo->data;
703 (struct dropbear_cipher*)c2s_cipher_algo->data;
705 (struct dropbear_cipher*)s2c_cipher_algo->data;

Completed in 133 milliseconds