Searched refs:first_kex_follows (Results 1 – 1 of 1) sorted by relevance
87 kex_buf2prop(Buffer *raw, int *first_kex_follows) in kex_buf2prop() argument107 if (first_kex_follows != NULL) in kex_buf2prop()108 *first_kex_follows = i; in kex_buf2prop()474 int first_kex_follows, type; in kex_choose_conf() local477 peer = kex_buf2prop(&kex->peer, &first_kex_follows); in kex_choose_conf()522 if (first_kex_follows && !proposals_match(my, peer) && in kex_choose_conf()