Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dkex.c1235 struct sshbuf *our_version = ssh->kex->server ? in kex_exchange_identification() local
1243 sshbuf_reset(our_version); in kex_exchange_identification()
1246 if ((r = sshbuf_putf(our_version, "SSH-%d.%d-%s%s%s\r\n", in kex_exchange_identification()
1256 sshbuf_mutable_ptr(our_version), in kex_exchange_identification()
1257 sshbuf_len(our_version)) != sshbuf_len(our_version)) { in kex_exchange_identification()
1263 if ((r = sshbuf_consume_end(our_version, 2)) != 0) { /* trim \r\n */ in kex_exchange_identification()
1268 our_version_string = sshbuf_dup_string(our_version); in kex_exchange_identification()