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

  /external/dropbear/
algo.h 46 extern algo_type sshciphers[];
common-algo.c 88 algo_type sshciphers[] = { variable
common-kex.c 82 buf_put_algolist(ses.writepayload, sshciphers);
85 buf_put_algolist(ses.writepayload, sshciphers);
626 c2s_cipher_algo = ses.buf_match_algo(ses.payload, sshciphers, &goodguess);
634 s2c_cipher_algo = ses.buf_match_algo(ses.payload, sshciphers, &goodguess);

Completed in 71 milliseconds