Symbol: sshbuf_put_u64
crypto/openssh/auth-options.c
816
if ((r = sshbuf_put_u64(m, opts->valid_before)) != 0)
crypto/openssh/krl.c
655
if ((r = sshbuf_put_u64(sect,
crypto/openssh/krl.c
666
if ((r = sshbuf_put_u64(sect, rs->lo + i)) != 0)
crypto/openssh/krl.c
671
if ((r = sshbuf_put_u64(sect, rs->lo)) != 0 ||
crypto/openssh/krl.c
672
(r = sshbuf_put_u64(sect, rs->hi)) != 0)
crypto/openssh/krl.c
749
(r = sshbuf_put_u64(buf, krl->krl_version)) != 0 ||
crypto/openssh/krl.c
750
(r = sshbuf_put_u64(buf, krl->generated_date)) != 0 ||
crypto/openssh/krl.c
751
(r = sshbuf_put_u64(buf, krl->flags)) != 0 ||
crypto/openssh/monitor.c
641
(r = sshbuf_put_u64(m, options.timing_secret)) != 0 ||
crypto/openssh/packet.c
2421
(r = sshbuf_put_u64(m, state->rekey_limit)) != 0 ||
crypto/openssh/packet.c
2424
(r = sshbuf_put_u64(m, state->p_send.blocks)) != 0 ||
crypto/openssh/packet.c
2426
(r = sshbuf_put_u64(m, state->p_send.bytes)) != 0 ||
crypto/openssh/packet.c
2428
(r = sshbuf_put_u64(m, state->p_read.blocks)) != 0 ||
crypto/openssh/packet.c
2430
(r = sshbuf_put_u64(m, state->p_read.bytes)) != 0 ||
crypto/openssh/packet.c
2626
return sshbuf_put_u64(ssh->state->outgoing_packet, val);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
202
ASSERT_INT_EQ(sshbuf_put_u64(p1, 0x1122334455667788ULL), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
212
ASSERT_INT_EQ(sshbuf_put_u64(p1, 0x1122334455667788ULL), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
222
r = sshbuf_put_u64(p1, 0x1122334455667788ULL);
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
100
ASSERT_INT_EQ(sshbuf_put_u64(b, 0xffffffffffffffffULL), 0); /* end */
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
95
ASSERT_INT_EQ(sshbuf_put_u64(b, 1234), 0); /* serial */
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
99
ASSERT_INT_EQ(sshbuf_put_u64(b, 0), 0); /* start */
crypto/openssh/sftp-client.c
1193
(r = sshbuf_put_u64(msg, 0)) != 0 ||
crypto/openssh/sftp-client.c
1194
(r = sshbuf_put_u64(msg, 0)) != 0 ||
crypto/openssh/sftp-client.c
1196
(r = sshbuf_put_u64(msg, 0)) != 0)
crypto/openssh/sftp-client.c
1533
(r = sshbuf_put_u64(msg, offset)) != 0 ||
crypto/openssh/sftp-client.c
2149
(r = sshbuf_put_u64(msg, offset)) != 0 ||
crypto/openssh/sftp-client.c
2596
(r = sshbuf_put_u64(msg, req->offset)) != 0 ||
crypto/openssh/sftp-common.c
164
if ((r = sshbuf_put_u64(b, a->size)) != 0)
crypto/openssh/sftp-server.c
1538
(r = sshbuf_put_u64(msg, SFTP_MAX_MSG_LENGTH)) != 0 ||
crypto/openssh/sftp-server.c
1540
(r = sshbuf_put_u64(msg, SFTP_MAX_READ_LENGTH)) != 0 ||
crypto/openssh/sftp-server.c
1542
(r = sshbuf_put_u64(msg, SFTP_MAX_MSG_LENGTH - 1024)) != 0 ||
crypto/openssh/sftp-server.c
1544
(r = sshbuf_put_u64(msg, nfiles)) != 0)
crypto/openssh/sftp-server.c
669
(r = sshbuf_put_u64(msg, st->f_bsize)) != 0 ||
crypto/openssh/sftp-server.c
670
(r = sshbuf_put_u64(msg, st->f_frsize)) != 0 ||
crypto/openssh/sftp-server.c
671
(r = sshbuf_put_u64(msg, st->f_blocks)) != 0 ||
crypto/openssh/sftp-server.c
672
(r = sshbuf_put_u64(msg, st->f_bfree)) != 0 ||
crypto/openssh/sftp-server.c
673
(r = sshbuf_put_u64(msg, st->f_bavail)) != 0 ||
crypto/openssh/sftp-server.c
674
(r = sshbuf_put_u64(msg, st->f_files)) != 0 ||
crypto/openssh/sftp-server.c
675
(r = sshbuf_put_u64(msg, st->f_ffree)) != 0 ||
crypto/openssh/sftp-server.c
676
(r = sshbuf_put_u64(msg, st->f_favail)) != 0 ||
crypto/openssh/sftp-server.c
677
(r = sshbuf_put_u64(msg, FSID_TO_ULONG(st->f_fsid))) != 0 ||
crypto/openssh/sftp-server.c
678
(r = sshbuf_put_u64(msg, flag)) != 0 ||
crypto/openssh/sftp-server.c
679
(r = sshbuf_put_u64(msg, st->f_namemax)) != 0)
crypto/openssh/sshbuf.h
160
int sshbuf_put_u64(struct sshbuf *buf, u_int64_t val);
crypto/openssh/sshd.c
758
(r = sshbuf_put_u64(m, options.timing_secret)) != 0 ||
crypto/openssh/sshkey.c
2336
if ((ret = sshbuf_put_u64(cert, k->cert->serial)) != 0 ||
crypto/openssh/sshkey.c
2351
(ret = sshbuf_put_u64(cert, k->cert->valid_after)) != 0 ||
crypto/openssh/sshkey.c
2352
(ret = sshbuf_put_u64(cert, k->cert->valid_before)) != 0 ||