Searched refs:our_version (Results 1 – 1 of 1) sorted by relevance
1494 struct sshbuf *our_version = ssh->kex->server ? in kex_exchange_identification() local1502 sshbuf_reset(our_version); in kex_exchange_identification()1505 if ((r = sshbuf_putf(our_version, "SSH-%d.%d-%s%s%s\r\n", in kex_exchange_identification()1515 sshbuf_mutable_ptr(our_version), in kex_exchange_identification()1516 sshbuf_len(our_version)) != sshbuf_len(our_version)) { in kex_exchange_identification()1522 if ((r = sshbuf_consume_end(our_version, 2)) != 0) { /* trim \r\n */ in kex_exchange_identification()1527 our_version_string = sshbuf_dup_string(our_version); in kex_exchange_identification()