Home
last modified time | relevance | path

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

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