Home
last modified time | relevance | path

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

/external/dropbear/
Dcommon-kex.c606 algo = ses.buf_match_algo(ses.payload, sshkex, &goodguess); in read_kex_algos()
616 algo = ses.buf_match_algo(ses.payload, sshhostkey, &goodguess); in read_kex_algos()
626 c2s_cipher_algo = ses.buf_match_algo(ses.payload, sshciphers, &goodguess); in read_kex_algos()
634 s2c_cipher_algo = ses.buf_match_algo(ses.payload, sshciphers, &goodguess); in read_kex_algos()
642 c2s_hash_algo = ses.buf_match_algo(ses.payload, sshhashes, &goodguess); in read_kex_algos()
650 s2c_hash_algo = ses.buf_match_algo(ses.payload, sshhashes, &goodguess); in read_kex_algos()
658 c2s_comp_algo = ses.buf_match_algo(ses.payload, sshcompress, &goodguess); in read_kex_algos()
666 s2c_comp_algo = ses.buf_match_algo(ses.payload, sshcompress, &goodguess); in read_kex_algos()
Dsession.h141 algo_type*(*buf_match_algo)(buffer*buf, algo_type localalgos[], member
Dsvr-session.c105 ses.buf_match_algo = svr_buf_match_algo; in svr_session()
Dcli-session.c130 ses.buf_match_algo = cli_buf_match_algo; in cli_session_init()