Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dkex.c1221 struct sshbuf *our_version = ssh->kex->server ? in kex_exchange_identification() local
1229 sshbuf_reset(our_version); in kex_exchange_identification()
1232 if ((r = sshbuf_putf(our_version, "SSH-%d.%d-%.100s%s%s\r\n", in kex_exchange_identification()
1242 sshbuf_mutable_ptr(our_version), in kex_exchange_identification()
1243 sshbuf_len(our_version)) != sshbuf_len(our_version)) { in kex_exchange_identification()
1249 if ((r = sshbuf_consume_end(our_version, 2)) != 0) { /* trim \r\n */ in kex_exchange_identification()
1254 our_version_string = sshbuf_dup_string(our_version); in kex_exchange_identification()