Searched refs:sshbuf_get_u64 (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | sftp-client.c | 420 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 …]
|
| D | krl.c | 907 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()
|
| D | sftp-common.c | 117 if ((r = sshbuf_get_u64(b, &a->size)) != 0) in decode_attrib()
|
| D | sftp-server.c | 804 (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()
|
| D | packet.c | 2549 (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()
|
| D | sshbuf.h | 165 int sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp);
|
| D | sshbuf-getput-basic.c | 46 sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp) in sshbuf_get_u64() function
|
| D | auth-options.c | 879 if ((r = sshbuf_get_u64(m, &opts->valid_before)) != 0) in sshauthopt_deserialise()
|
| D | sshkey.c | 1848 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()
|
| D | sshd-session.c | 696 (r = sshbuf_get_u64(m, timing_secretp)) != 0 || in recv_rexec_state()
|
| D | monitor_wrap.c | 883 (r = sshbuf_get_u64(m, timing_secretp)) != 0 || in mm_get_state()
|
| /netbsd/src/crypto/external/bsd/openssh/lib/ |
| D | ssh.expsym | 575 sshbuf_get_u64
|