Searched refs:buf_match_algo (Results 1 – 4 of 4) sorted by relevance
/external/dropbear/ |
D | common-kex.c | 606 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()
|
D | session.h | 141 algo_type*(*buf_match_algo)(buffer*buf, algo_type localalgos[], member
|
D | svr-session.c | 105 ses.buf_match_algo = svr_buf_match_algo; in svr_session()
|
D | cli-session.c | 130 ses.buf_match_algo = cli_buf_match_algo; in cli_session_init()
|