Searched refs:sshbuf_get_u64 (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_fuzz.c52 sshbuf_get_u64(p1, &u64);
H A Dtest_sshbuf_getput_basic.c113 TEST_START("sshbuf_get_u64");
118 ASSERT_INT_EQ(sshbuf_get_u64(p1, &v64), 0);
123 TEST_START("sshbuf_get_u64 truncated");
125 r = sshbuf_get_u64(p1, &v64);
/freebsd-10-stable/crypto/openssh/
H A Dbufaux.c79 if ((ret = sshbuf_get_u64(buffer, v)) != 0) {
H A Dsftp-client.c355 if ((r = sshbuf_get_u64(msg, &st->f_bsize)) != 0 ||
356 (r = sshbuf_get_u64(msg, &st->f_frsize)) != 0 ||
357 (r = sshbuf_get_u64(msg, &st->f_blocks)) != 0 ||
358 (r = sshbuf_get_u64(msg, &st->f_bfree)) != 0 ||
359 (r = sshbuf_get_u64(msg, &st->f_bavail)) != 0 ||
360 (r = sshbuf_get_u64(msg, &st->f_files)) != 0 ||
361 (r = sshbuf_get_u64(msg, &st->f_ffree)) != 0 ||
362 (r = sshbuf_get_u64(msg, &st->f_favail)) != 0 ||
363 (r = sshbuf_get_u64(msg, &st->f_fsid)) != 0 ||
364 (r = sshbuf_get_u64(ms
[all...]
H A Dkrl.c840 if ((r = sshbuf_get_u64(subsect, &serial)) != 0)
848 if ((r = sshbuf_get_u64(subsect, &serial_lo)) != 0 ||
849 (r = sshbuf_get_u64(subsect, &serial_hi)) != 0)
860 if ((r = sshbuf_get_u64(subsect, &serial_lo)) != 0 ||
961 if ((r = sshbuf_get_u64(copy, &krl->krl_version)) != 0 ||
962 (r = sshbuf_get_u64(copy, &krl->generated_date)) != 0 ||
963 (r = sshbuf_get_u64(copy, &krl->flags)) != 0 ||
H A Dsftp-common.c114 if ((r = sshbuf_get_u64(b, &a->size)) != 0)
H A Dsshbuf.h171 int sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp);
H A Dpacket.c2749 (r = sshbuf_get_u64(m, &state->rekey_limit)) != 0 ||
2752 (r = sshbuf_get_u64(m, &state->p_send.blocks)) != 0 ||
2754 (r = sshbuf_get_u64(m, &state->p_send.bytes)) != 0 ||
2756 (r = sshbuf_get_u64(m, &state->p_read.blocks)) != 0 ||
2758 (r = sshbuf_get_u64(m, &state->p_read.bytes)) != 0)
2896 return sshbuf_get_u64(ssh->state->incoming_packet, valp);
H A Dsshbuf-getput-basic.c45 sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp) function
H A Dsftp-server.c742 (r = sshbuf_get_u64(iqueue, &off)) != 0 ||
783 (r = sshbuf_get_u64(iqueue, &off)) != 0 ||
H A Dssh_namespace.h759 #define sshbuf_get_u64 Fssh_sshbuf_get_u64 macro
H A Dsshkey.c1844 if ((ret = sshbuf_get_u64(b, &key->cert->serial)) != 0 ||
1848 (ret = sshbuf_get_u64(b, &key->cert->valid_after)) != 0 ||
1849 (ret = sshbuf_get_u64(b, &key->cert->valid_before)) != 0 ||

Completed in 198 milliseconds