HomeSort by: relevance | last modified time | path
    Searched refs:sshbuf_get_u64 (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
krl.c 907 if ((r = sshbuf_get_u64(subsect, &serial)) != 0)
915 if ((r = sshbuf_get_u64(subsect, &serial_lo)) != 0 ||
916 (r = sshbuf_get_u64(subsect, &serial_hi)) != 0)
927 if ((r = sshbuf_get_u64(subsect, &serial_lo)) != 0 ||
1087 if ((r = sshbuf_get_u64(copy, &krl->krl_version)) != 0 ||
1088 (r = sshbuf_get_u64(copy, &krl->generated_date)) != 0 ||
1089 (r = sshbuf_get_u64(copy, &krl->flags)) != 0 ||
sftp-common.c 118 if ((r = sshbuf_get_u64(b, &a->size)) != 0)
sftp-client.c 419 if ((r = sshbuf_get_u64(msg, &st->f_bsize)) != 0 ||
420 (r = sshbuf_get_u64(msg, &st->f_frsize)) != 0 ||
421 (r = sshbuf_get_u64(msg, &st->f_blocks)) != 0 ||
422 (r = sshbuf_get_u64(msg, &st->f_bfree)) != 0 ||
423 (r = sshbuf_get_u64(msg, &st->f_bavail)) != 0 ||
424 (r = sshbuf_get_u64(msg, &st->f_files)) != 0 ||
425 (r = sshbuf_get_u64(msg, &st->f_ffree)) != 0 ||
426 (r = sshbuf_get_u64(msg, &st->f_favail)) != 0 ||
427 (r = sshbuf_get_u64(msg, &st->f_fsid)) != 0 ||
428 (r = sshbuf_get_u64(msg, &flag)) != 0 |
    [all...]
sshbuf.h 184 int sshbuf_get_u64(struct sshbuf *buf, uint64_t *valp);
sftp-server.c 804 (r = sshbuf_get_u64(iqueue, &off)) != 0 ||
858 (r = sshbuf_get_u64(iqueue, &off)) != 0 ||
1592 (r = sshbuf_get_u64(iqueue, &read_off)) != 0 ||
1593 (r = sshbuf_get_u64(iqueue, &read_len)) != 0 ||
1595 (r = sshbuf_get_u64(iqueue, &write_off)) != 0)
packet.c 2620 (r = sshbuf_get_u64(m, &state->rekey_limit)) != 0 ||
2623 (r = sshbuf_get_u64(m, &state->p_send.blocks)) != 0 ||
2625 (r = sshbuf_get_u64(m, &state->p_send.bytes)) != 0 ||
2627 (r = sshbuf_get_u64(m, &state->p_read.blocks)) != 0 ||
2629 (r = sshbuf_get_u64(m, &state->p_read.bytes)) != 0)
2763 return sshbuf_get_u64(ssh->state->incoming_packet, valp);
sshbuf-getput-basic.c 46 sshbuf_get_u64(struct sshbuf *buf, uint64_t *valp) function
auth-options.c 880 if ((r = sshbuf_get_u64(m, &opts->valid_before)) != 0)
sshd-session.c 678 (r = sshbuf_get_u64(m, timing_secretp)) != 0 ||
monitor_wrap.c 915 (r = sshbuf_get_u64(m, timing_secretp)) != 0 ||
sshkey.c 1833 if ((ret = sshbuf_get_u64(b, &key->cert->serial)) != 0 ||
1837 (ret = sshbuf_get_u64(b, &key->cert->valid_after)) != 0 ||
1838 (ret = sshbuf_get_u64(b, &key->cert->valid_before)) != 0 ||

Completed in 31 milliseconds