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

  /external/dropbear/
algo.h 47 extern algo_type sshhashes[];
common-algo.c 111 algo_type sshhashes[] = { variable
common-kex.c 88 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 536 milliseconds