Home
last modified time | relevance | path

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

/external/dropbear/
Dalgo.h46 extern algo_type sshciphers[];
Dcommon-kex.c82 buf_put_algolist(ses.writepayload, sshciphers); in send_msg_kexinit()
85 buf_put_algolist(ses.writepayload, sshciphers); in send_msg_kexinit()
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()
Dcommon-algo.c88 algo_type sshciphers[] = { variable