Home
last modified time | relevance | path

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

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