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

/external/dropbear/
H A Dalgo.h47 extern algo_type sshhashes[];
H A Dcommon-algo.c111 algo_type sshhashes[] = { variable
H A Dcommon-kex.c88 buf_put_algolist(ses.writepayload, sshhashes);
91 buf_put_algolist(ses.writepayload, sshhashes);
642 c2s_hash_algo = ses.buf_match_algo(ses.payload, sshhashes, &goodguess);
650 s2c_hash_algo = ses.buf_match_algo(ses.payload, sshhashes, &goodguess);

Completed in 139 milliseconds