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

  /external/dropbear/
algo.h 51 extern const struct dropbear_hash dropbear_nohash;
59 struct dropbear_hash { struct
common-algo.c 70 static const struct dropbear_hash dropbear_sha1 =
74 static const struct dropbear_hash dropbear_sha1_96 =
78 static const struct dropbear_hash dropbear_md5 =
82 const struct dropbear_hash dropbear_nohash =
session.h 64 const struct dropbear_hash *recv_algo_mac; /* NULL for none */
65 const struct dropbear_hash *trans_algo_mac; /* NULL for none */
common-kex.c 695 (struct dropbear_hash*)s2c_hash_algo->data;
697 (struct dropbear_hash*)c2s_hash_algo->data;
707 (struct dropbear_hash*)c2s_hash_algo->data;
709 (struct dropbear_hash*)s2c_hash_algo->data;

Completed in 795 milliseconds