Searched refs:sshciphers (Results 1 – 3 of 3) sorted by relevance
46 extern algo_type sshciphers[];
82 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()
88 algo_type sshciphers[] = { variable