Lines Matching refs:goodguess
597 int goodguess = 0; in read_kex_algos() local
606 algo = ses.buf_match_algo(ses.payload, sshkex, &goodguess); in read_kex_algos()
607 allgood &= goodguess; in read_kex_algos()
616 algo = ses.buf_match_algo(ses.payload, sshhostkey, &goodguess); in read_kex_algos()
617 allgood &= 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()