Searched refs:c2s_hash_algo (Results 1 - 1 of 1) sorted by relevance

/external/dropbear/
H A Dcommon-kex.c585 algo_type * c2s_hash_algo = NULL; local
642 c2s_hash_algo = ses.buf_match_algo(ses.payload, sshhashes, &goodguess);
643 if (c2s_hash_algo == NULL) {
647 TRACE(("hash c2s is %s", c2s_hash_algo->name))
697 (struct dropbear_hash*)c2s_hash_algo->data;
707 (struct dropbear_hash*)c2s_hash_algo->data;

Completed in 104 milliseconds