Home
last modified time | relevance | path

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

/external/openssh/
Dkex.c114 kex_buf2prop(Buffer *raw, int *first_kex_follows) in kex_buf2prop() argument
134 if (first_kex_follows != NULL) in kex_buf2prop()
135 *first_kex_follows = i; in kex_buf2prop()
409 int first_kex_follows, type; in kex_choose_conf() local
412 peer = kex_buf2prop(&kex->peer, &first_kex_follows); in kex_choose_conf()
467 if (first_kex_follows && !proposals_match(my, peer) && in kex_choose_conf()