Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dsftp-client.c420 if ((r = sshbuf_get_u64(msg, &st->f_bsize)) != 0 || in get_decode_statvfs()
421 (r = sshbuf_get_u64(msg, &st->f_frsize)) != 0 || in get_decode_statvfs()
422 (r = sshbuf_get_u64(msg, &st->f_blocks)) != 0 || in get_decode_statvfs()
423 (r = sshbuf_get_u64(msg, &st->f_bfree)) != 0 || in get_decode_statvfs()
424 (r = sshbuf_get_u64(msg, &st->f_bavail)) != 0 || in get_decode_statvfs()
425 (r = sshbuf_get_u64(msg, &st->f_files)) != 0 || in get_decode_statvfs()
426 (r = sshbuf_get_u64(msg, &st->f_ffree)) != 0 || in get_decode_statvfs()
427 (r = sshbuf_get_u64(msg, &st->f_favail)) != 0 || in get_decode_statvfs()
428 (r = sshbuf_get_u64(msg, &st->f_fsid)) != 0 || in get_decode_statvfs()
429 (r = sshbuf_get_u64(msg, &flag)) != 0 || in get_decode_statvfs()
[all …]
Dkrl.c907 if ((r = sshbuf_get_u64(subsect, &serial)) != 0) in parse_revoked_certs()
915 if ((r = sshbuf_get_u64(subsect, &serial_lo)) != 0 || in parse_revoked_certs()
916 (r = sshbuf_get_u64(subsect, &serial_hi)) != 0) in parse_revoked_certs()
927 if ((r = sshbuf_get_u64(subsect, &serial_lo)) != 0 || in parse_revoked_certs()
1087 if ((r = sshbuf_get_u64(copy, &krl->krl_version)) != 0 || in ssh_krl_from_blob()
1088 (r = sshbuf_get_u64(copy, &krl->generated_date)) != 0 || in ssh_krl_from_blob()
1089 (r = sshbuf_get_u64(copy, &krl->flags)) != 0 || in ssh_krl_from_blob()
Dsftp-common.c117 if ((r = sshbuf_get_u64(b, &a->size)) != 0) in decode_attrib()
Dsftp-server.c804 (r = sshbuf_get_u64(iqueue, &off)) != 0 || in process_read()
858 (r = sshbuf_get_u64(iqueue, &off)) != 0 || in process_write()
1592 (r = sshbuf_get_u64(iqueue, &read_off)) != 0 || in process_extended_copy_data()
1593 (r = sshbuf_get_u64(iqueue, &read_len)) != 0 || in process_extended_copy_data()
1595 (r = sshbuf_get_u64(iqueue, &write_off)) != 0) in process_extended_copy_data()
Dpacket.c2549 (r = sshbuf_get_u64(m, &state->rekey_limit)) != 0 || in ssh_packet_set_state()
2552 (r = sshbuf_get_u64(m, &state->p_send.blocks)) != 0 || in ssh_packet_set_state()
2554 (r = sshbuf_get_u64(m, &state->p_send.bytes)) != 0 || in ssh_packet_set_state()
2556 (r = sshbuf_get_u64(m, &state->p_read.blocks)) != 0 || in ssh_packet_set_state()
2558 (r = sshbuf_get_u64(m, &state->p_read.bytes)) != 0) in ssh_packet_set_state()
2682 return sshbuf_get_u64(ssh->state->incoming_packet, valp); in sshpkt_get_u64()
Dsshbuf.h165 int sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp);
Dsshbuf-getput-basic.c46 sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp) in sshbuf_get_u64() function
Dauth-options.c879 if ((r = sshbuf_get_u64(m, &opts->valid_before)) != 0) in sshauthopt_deserialise()
Dsshkey.c1848 if ((ret = sshbuf_get_u64(b, &key->cert->serial)) != 0 || in cert_parse()
1852 (ret = sshbuf_get_u64(b, &key->cert->valid_after)) != 0 || in cert_parse()
1853 (ret = sshbuf_get_u64(b, &key->cert->valid_before)) != 0 || in cert_parse()
Dsshd-session.c696 (r = sshbuf_get_u64(m, timing_secretp)) != 0 || in recv_rexec_state()
Dmonitor_wrap.c883 (r = sshbuf_get_u64(m, timing_secretp)) != 0 || in mm_get_state()
/netbsd/src/crypto/external/bsd/openssh/lib/
Dssh.expsym575 sshbuf_get_u64