Searched refs:first_kex_follows (Results 1 – 2 of 2) sorted by relevance
272 kex_buf2prop(struct sshbuf *raw, int *first_kex_follows, char ***propp) in kex_buf2prop() argument299 if (first_kex_follows != NULL) in kex_buf2prop()300 *first_kex_follows = v; in kex_buf2prop()779 int r, first_kex_follows; in kex_choose_conf() local785 if ((r = kex_buf2prop(kex->peer, &first_kex_follows, &peer)) != 0) in kex_choose_conf()873 if (first_kex_follows && !proposals_match(my, peer) && in kex_choose_conf()
5561 first_kex_follows; fix from Matt Johnston va bz#2515