Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dkex.c87 kex_buf2prop(Buffer *raw, int *first_kex_follows) in kex_buf2prop() argument
107 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() local
477 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()