HomeSort by relevance Sort by last modified time
    Searched full:buf_match_algo (Results 1 - 5 of 5) sorted by null

  /external/dropbear/
common-kex.c 580 /* read the other side's algo list. buf_match_algo is a callback to match
606 algo = ses.buf_match_algo(ses.payload, sshkex, &goodguess);
616 algo = ses.buf_match_algo(ses.payload, sshhostkey, &goodguess);
626 c2s_cipher_algo = ses.buf_match_algo(ses.payload, sshciphers, &goodguess);
634 s2c_cipher_algo = ses.buf_match_algo(ses.payload, sshciphers, &goodguess);
642 c2s_hash_algo = ses.buf_match_algo(ses.payload, sshhashes, &goodguess);
650 s2c_hash_algo = ses.buf_match_algo(ses.payload, sshhashes, &goodguess);
658 c2s_comp_algo = ses.buf_match_algo(ses.payload, sshcompress, &goodguess);
666 s2c_comp_algo = ses.buf_match_algo(ses.payload, sshcompress, &goodguess);
svr-algo.c 50 TRACE(("buf_match_algo: %s", algolist))
svr-session.c 105 ses.buf_match_algo = svr_buf_match_algo;
cli-session.c 130 ses.buf_match_algo = cli_buf_match_algo;
session.h 141 algo_type*(*buf_match_algo)(buffer*buf, algo_type localalgos[], member in struct:sshsession

Completed in 170 milliseconds