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

/external/dropbear/
H A Dcommon-kex.c586 algo_type * s2c_hash_algo = NULL; local
650 s2c_hash_algo = ses.buf_match_algo(ses.payload, sshhashes, &goodguess);
651 if (s2c_hash_algo == NULL) {
655 TRACE(("hash s2c is %s", s2c_hash_algo->name))
695 (struct dropbear_hash*)s2c_hash_algo->data;
709 (struct dropbear_hash*)s2c_hash_algo->data;

Completed in 37 milliseconds