Symbol: sshbuf_get_u32
crypto/openssh/auth-options.c
741
if ((r = sshbuf_get_u32(m, &tmp)) != 0 ||
crypto/openssh/auth-options.c
884
(r = sshbuf_get_u32(m, &tmp)) != 0)
crypto/openssh/auth-pam.c
338
if ((r = sshbuf_get_u32(b, &n)) != 0)
crypto/openssh/auth-pam.c
343
if ((r = sshbuf_get_u32(b, &n)) != 0)
crypto/openssh/auth-pam.c
348
if ((r = sshbuf_get_u32(b, &num_env)) != 0)
crypto/openssh/auth-pam.c
363
if ((r = sshbuf_get_u32(b, &num_env)) != 0)
crypto/openssh/authfd.c
294
if ((r = sshbuf_get_u32(msg, &num)) != 0)
crypto/openssh/channels.c
3171
(r = sshbuf_get_u32(original, &id)) != 0) {
crypto/openssh/channels.c
3197
if ((r = sshbuf_get_u32(original, &remote_id)) != 0 ||
crypto/openssh/channels.c
3198
(r = sshbuf_get_u32(original, &id)) != 0) {
crypto/openssh/channels.c
3231
(r = sshbuf_get_u32(original, &listen_port)) != 0) {
crypto/openssh/kex.c
206
(r = sshbuf_get_u32(b, &i)) != 0) { /* reserved */
crypto/openssh/kexdh.c
127
(r = sshbuf_get_u32(buf, NULL)) != 0)
crypto/openssh/kexdh.c
161
(r = sshbuf_get_u32(server_blob, NULL)) != 0)
crypto/openssh/kexecdh.c
124
(r = sshbuf_get_u32(server_blob, NULL)) != 0)
crypto/openssh/kexecdh.c
74
(r = sshbuf_get_u32(buf, NULL)) != 0)
crypto/openssh/krl.c
1071
(r = sshbuf_get_u32(copy, &format_version)) != 0)
crypto/openssh/monitor.c
1115
if ((r = sshbuf_get_u32(m, &num)) != 0)
crypto/openssh/monitor.c
1177
if ((r = sshbuf_get_u32(m, &type)) != 0 ||
crypto/openssh/monitor.c
1181
(r = sshbuf_get_u32(m, &pubkey_auth_attempt)) != 0)
crypto/openssh/monitor.c
1686
if ((r = sshbuf_get_u32(m, &n)) != 0)
crypto/openssh/monitor.c
445
if ((r = sshbuf_get_u32(logmsg, &len)) != 0)
crypto/openssh/monitor.c
456
if ((r = sshbuf_get_u32(logmsg, &level)) != 0 ||
crypto/openssh/monitor.c
457
(r = sshbuf_get_u32(logmsg, &forced)) != 0 ||
crypto/openssh/monitor.c
579
if ((r = sshbuf_get_u32(m, &min)) != 0 ||
crypto/openssh/monitor.c
580
(r = sshbuf_get_u32(m, &want)) != 0 ||
crypto/openssh/monitor.c
581
(r = sshbuf_get_u32(m, &max)) != 0)
crypto/openssh/monitor.c
626
if ((r = sshbuf_get_u32(m, &keyid)) != 0 ||
crypto/openssh/monitor.c
629
(r = sshbuf_get_u32(m, &compat)) != 0)
crypto/openssh/monitor_wrap.c
1019
if ((r = sshbuf_get_u32(m, &major)) != 0 ||
crypto/openssh/monitor_wrap.c
1023
if ((r = sshbuf_get_u32(m, &flags)) != 0)
crypto/openssh/monitor_wrap.c
1050
if ((r = sshbuf_get_u32(m, &major)) != 0)
crypto/openssh/monitor_wrap.c
1069
if ((r = sshbuf_get_u32(m, &authenticated)) != 0)
crypto/openssh/monitor_wrap.c
477
if ((r = sshbuf_get_u32(m, &authenticated)) != 0)
crypto/openssh/monitor_wrap.c
480
if ((r = sshbuf_get_u32(m, &maxtries)) != 0)
crypto/openssh/monitor_wrap.c
536
if ((r = sshbuf_get_u32(m, &allowed)) != 0)
crypto/openssh/monitor_wrap.c
587
if ((r = sshbuf_get_u32(m, &encoded_ret)) != 0 ||
crypto/openssh/monitor_wrap.c
591
if ((r = sshbuf_get_u32(m, &counter)) != 0 ||
crypto/openssh/monitor_wrap.c
648
if ((r = sshbuf_get_u32(m, &success)) != 0)
crypto/openssh/monitor_wrap.c
734
if ((r = sshbuf_get_u32(m, &ret)) != 0 ||
crypto/openssh/monitor_wrap.c
760
if ((r = sshbuf_get_u32(m, &success)) != 0)
crypto/openssh/monitor_wrap.c
785
if ((r = sshbuf_get_u32(m, &ret)) != 0 ||
crypto/openssh/monitor_wrap.c
788
(r = sshbuf_get_u32(m, &n)) != 0 ||
crypto/openssh/monitor_wrap.c
789
(r = sshbuf_get_u32(m, num)) != 0)
crypto/openssh/monitor_wrap.c
800
(r = sshbuf_get_u32(m, &((*echo_on)[i]))) != 0)
crypto/openssh/monitor_wrap.c
827
if ((r = sshbuf_get_u32(m, &n)) != 0)
crypto/openssh/monitor_wrap.c
893
if ((r = sshbuf_get_u32(m, &success)) != 0)
crypto/openssh/monitor_wrap.c
933
if ((r = sshbuf_get_u32(m, &authok)) != 0)
crypto/openssh/monitor_wrap.c
995
if ((r = sshbuf_get_u32(m, &major)) != 0)
crypto/openssh/mux.c
1186
if ((r = sshbuf_get_u32(in, &type)) != 0)
crypto/openssh/mux.c
1199
if ((r = sshbuf_get_u32(in, &rid)) != 0)
crypto/openssh/mux.c
1623
if ((r = sshbuf_get_u32(m, &type)) != 0)
crypto/openssh/mux.c
1629
if ((r = sshbuf_get_u32(m, &ver)) != 0)
crypto/openssh/mux.c
1683
if ((r = sshbuf_get_u32(m, &type)) != 0)
crypto/openssh/mux.c
1691
if ((r = sshbuf_get_u32(m, &rid)) != 0)
crypto/openssh/mux.c
1696
if ((r = sshbuf_get_u32(m, &pid)) != 0)
crypto/openssh/mux.c
1738
if ((r = sshbuf_get_u32(m, &type)) != 0 ||
crypto/openssh/mux.c
1739
(r = sshbuf_get_u32(m, &rid)) != 0)
crypto/openssh/mux.c
1815
if ((r = sshbuf_get_u32(m, &type)) != 0 ||
crypto/openssh/mux.c
1816
(r = sshbuf_get_u32(m, &rid)) != 0)
crypto/openssh/mux.c
1828
if ((r = sshbuf_get_u32(m, &fwd->allocated_port)) != 0)
crypto/openssh/mux.c
1960
if ((r = sshbuf_get_u32(m, &type)) != 0 ||
crypto/openssh/mux.c
1961
(r = sshbuf_get_u32(m, &rid)) != 0)
crypto/openssh/mux.c
1969
if ((r = sshbuf_get_u32(m, &sid)) != 0)
crypto/openssh/mux.c
2022
if ((r = sshbuf_get_u32(m, &type)) != 0)
crypto/openssh/mux.c
2026
if ((r = sshbuf_get_u32(m, &esid)) != 0)
crypto/openssh/mux.c
2036
if ((r = sshbuf_get_u32(m, &esid)) != 0)
crypto/openssh/mux.c
2043
if ((r = sshbuf_get_u32(m, &exitval)) != 0)
crypto/openssh/mux.c
2096
if ((r = sshbuf_get_u32(m, &type)) != 0 ||
crypto/openssh/mux.c
2097
(r = sshbuf_get_u32(m, &rid)) != 0)
crypto/openssh/mux.c
2166
if ((r = sshbuf_get_u32(m, &type)) != 0 ||
crypto/openssh/mux.c
2167
(r = sshbuf_get_u32(m, &rid)) != 0)
crypto/openssh/mux.c
2174
if ((r = sshbuf_get_u32(m, &sid)) != 0)
crypto/openssh/mux.c
2238
if ((r = sshbuf_get_u32(m, &type)) != 0 ||
crypto/openssh/mux.c
2239
(r = sshbuf_get_u32(m, &rid)) != 0)
crypto/openssh/mux.c
280
if ((r = sshbuf_get_u32(m, &ver)) != 0) {
crypto/openssh/mux.c
350
(r = sshbuf_get_u32(m, &cctx->want_tty)) != 0 ||
crypto/openssh/mux.c
351
(r = sshbuf_get_u32(m, &cctx->want_x_fwd)) != 0 ||
crypto/openssh/mux.c
352
(r = sshbuf_get_u32(m, &cctx->want_agent_fwd)) != 0 ||
crypto/openssh/mux.c
353
(r = sshbuf_get_u32(m, &cctx->want_subsys)) != 0 ||
crypto/openssh/mux.c
354
(r = sshbuf_get_u32(m, &escape_char)) != 0 ||
crypto/openssh/mux.c
696
if ((r = sshbuf_get_u32(m, &ftype)) != 0 ||
crypto/openssh/mux.c
698
(r = sshbuf_get_u32(m, &lport)) != 0 ||
crypto/openssh/mux.c
700
(r = sshbuf_get_u32(m, &cport)) != 0 ||
crypto/openssh/mux.c
861
if ((r = sshbuf_get_u32(m, &ftype)) != 0 ||
crypto/openssh/mux.c
863
(r = sshbuf_get_u32(m, &lport)) != 0 ||
crypto/openssh/mux.c
865
(r = sshbuf_get_u32(m, &cport)) != 0 ||
crypto/openssh/mux.c
971
(r = sshbuf_get_u32(m, &_cport)) != 0) {
crypto/openssh/packet.c
2457
(r = sshbuf_get_u32(b, (u_int *)&enc->enabled)) != 0 ||
crypto/openssh/packet.c
2458
(r = sshbuf_get_u32(b, &enc->block_size)) != 0 ||
crypto/openssh/packet.c
2471
if ((r = sshbuf_get_u32(b, (u_int *)&mac->enabled)) != 0 ||
crypto/openssh/packet.c
2480
if ((r = sshbuf_get_u32(b, &comp->type)) != 0 ||
crypto/openssh/packet.c
2507
if ((r = sshbuf_get_u32(m, &kex->we_need)) != 0 ||
crypto/openssh/packet.c
2509
(r = sshbuf_get_u32(m, (u_int *)&kex->hostkey_type)) != 0 ||
crypto/openssh/packet.c
2510
(r = sshbuf_get_u32(m, (u_int *)&kex->hostkey_nid)) != 0 ||
crypto/openssh/packet.c
2511
(r = sshbuf_get_u32(m, &kex->kex_type)) != 0 ||
crypto/openssh/packet.c
2512
(r = sshbuf_get_u32(m, &kex->kex_strict)) != 0 ||
crypto/openssh/packet.c
2518
(r = sshbuf_get_u32(m, &kex->flags)) != 0)
crypto/openssh/packet.c
2551
(r = sshbuf_get_u32(m, &state->rekey_interval)) != 0 ||
crypto/openssh/packet.c
2552
(r = sshbuf_get_u32(m, &state->p_send.seqnr)) != 0 ||
crypto/openssh/packet.c
2554
(r = sshbuf_get_u32(m, &state->p_send.packets)) != 0 ||
crypto/openssh/packet.c
2556
(r = sshbuf_get_u32(m, &state->p_read.seqnr)) != 0 ||
crypto/openssh/packet.c
2558
(r = sshbuf_get_u32(m, &state->p_read.packets)) != 0 ||
crypto/openssh/packet.c
2680
return sshbuf_get_u32(ssh->state->incoming_packet, valp);
crypto/openssh/sftp-client.c
1039
(r = sshbuf_get_u32(msg, &id)) != 0)
crypto/openssh/sftp-client.c
1049
if ((r = sshbuf_get_u32(msg, &status)) != 0 ||
crypto/openssh/sftp-client.c
1061
if ((r = sshbuf_get_u32(msg, &count)) != 0)
crypto/openssh/sftp-client.c
1389
(r = sshbuf_get_u32(msg, &id)) != 0)
crypto/openssh/sftp-client.c
1398
if ((r = sshbuf_get_u32(msg, &status)) != 0)
crypto/openssh/sftp-client.c
1407
if ((r = sshbuf_get_u32(msg, &count)) != 0)
crypto/openssh/sftp-client.c
1723
(r = sshbuf_get_u32(msg, &id)) != 0)
crypto/openssh/sftp-client.c
1733
if ((r = sshbuf_get_u32(msg, &status)) != 0)
crypto/openssh/sftp-client.c
205
if ((r = sshbuf_get_u32(m, &msg_len)) != 0)
crypto/openssh/sftp-client.c
2167
(r = sshbuf_get_u32(msg, &rid)) != 0)
crypto/openssh/sftp-client.c
2174
if ((r = sshbuf_get_u32(msg, &status)) != 0)
crypto/openssh/sftp-client.c
2416
(r = sshbuf_get_u32(msg, &id)) != 0)
crypto/openssh/sftp-client.c
2423
if ((r = sshbuf_get_u32(msg, &status)) != 0)
crypto/openssh/sftp-client.c
2559
(r = sshbuf_get_u32(msg, &id)) != 0)
crypto/openssh/sftp-client.c
2570
if ((r = sshbuf_get_u32(msg, &status)) != 0)
crypto/openssh/sftp-client.c
282
(r = sshbuf_get_u32(msg, &id)) != 0)
crypto/openssh/sftp-client.c
2886
(r = sshbuf_get_u32(msg, &id)) != 0)
crypto/openssh/sftp-client.c
2894
if ((r = sshbuf_get_u32(msg, &status)) != 0 ||
crypto/openssh/sftp-client.c
291
if ((r = sshbuf_get_u32(msg, &status)) != 0)
crypto/openssh/sftp-client.c
321
(r = sshbuf_get_u32(msg, &id)) != 0)
crypto/openssh/sftp-client.c
328
if ((r = sshbuf_get_u32(msg, &status)) != 0)
crypto/openssh/sftp-client.c
361
(r = sshbuf_get_u32(msg, &id)) != 0)
crypto/openssh/sftp-client.c
369
if ((r = sshbuf_get_u32(msg, &status)) != 0)
crypto/openssh/sftp-client.c
411
(r = sshbuf_get_u32(msg, &id)) != 0)
crypto/openssh/sftp-client.c
420
if ((r = sshbuf_get_u32(msg, &status)) != 0)
crypto/openssh/sftp-client.c
495
if ((r = sshbuf_get_u32(msg, &ret->version)) != 0)
crypto/openssh/sftp-client.c
647
(r = sshbuf_get_u32(msg, &msg_id)) != 0)
crypto/openssh/sftp-client.c
756
(r = sshbuf_get_u32(msg, &id)) != 0)
crypto/openssh/sftp-client.c
767
if ((r = sshbuf_get_u32(msg, &rstatus)) != 0)
crypto/openssh/sftp-client.c
778
if ((r = sshbuf_get_u32(msg, &count)) != 0)
crypto/openssh/sftp-common.c
111
if ((r = sshbuf_get_u32(b, &a->flags)) != 0)
crypto/openssh/sftp-common.c
118
if ((r = sshbuf_get_u32(b, &a->uid)) != 0 ||
crypto/openssh/sftp-common.c
119
(r = sshbuf_get_u32(b, &a->gid)) != 0)
crypto/openssh/sftp-common.c
123
if ((r = sshbuf_get_u32(b, &a->perm)) != 0)
crypto/openssh/sftp-common.c
127
if ((r = sshbuf_get_u32(b, &a->atime)) != 0 ||
crypto/openssh/sftp-common.c
128
(r = sshbuf_get_u32(b, &a->mtime)) != 0)
crypto/openssh/sftp-common.c
138
if ((r = sshbuf_get_u32(b, &count)) != 0)
crypto/openssh/sftp-server.c
1744
if ((r = sshbuf_get_u32(uids, &n)) != 0)
crypto/openssh/sftp-server.c
1754
if ((r = sshbuf_get_u32(gids, &n)) != 0)
crypto/openssh/sftp-server.c
1839
if ((r = sshbuf_get_u32(iqueue, &id)) != 0)
crypto/openssh/sftp-server.c
1846
if ((r = sshbuf_get_u32(iqueue, &id)) != 0)
crypto/openssh/sftp-server.c
715
if ((r = sshbuf_get_u32(iqueue, &version)) != 0)
crypto/openssh/sftp-server.c
750
(r = sshbuf_get_u32(iqueue, &pflags)) != 0 || /* portable flags */
crypto/openssh/sftp-server.c
809
(r = sshbuf_get_u32(iqueue, &len)) != 0)
crypto/openssh/ssh-agent.c
1293
if ((r = sshbuf_get_u32(m, &seconds)) != 0) {
crypto/openssh/ssh-agent.c
1319
if ((r = sshbuf_get_u32(m, &maxsign)) != 0) {
crypto/openssh/ssh-agent.c
857
(r = sshbuf_get_u32(e->request, &flags)) != 0) {
crypto/openssh/ssh-ecdsa-sk.c
282
sshbuf_get_u32(b, &sig_counter) != 0) {
crypto/openssh/ssh-ed25519-sk.c
160
sshbuf_get_u32(b, &sig_counter) != 0) {
crypto/openssh/ssh-keygen.c
464
if ((r = sshbuf_get_u32(b, &bignum_bits)) != 0)
crypto/openssh/ssh-keygen.c
494
if ((r = sshbuf_get_u32(b, &magic)) != 0)
crypto/openssh/ssh-keygen.c
502
if ((r = sshbuf_get_u32(b, &i1)) != 0 ||
crypto/openssh/ssh-keygen.c
505
(r = sshbuf_get_u32(b, &i2)) != 0 ||
crypto/openssh/ssh-keygen.c
506
(r = sshbuf_get_u32(b, &i3)) != 0 ||
crypto/openssh/ssh-keygen.c
507
(r = sshbuf_get_u32(b, &i4)) != 0)
crypto/openssh/ssh-keysign.c
269
if ((r = sshbuf_get_u32(b, (u_int *)&fd)) != 0)
crypto/openssh/ssh-pkcs11-client.c
612
if ((r = sshbuf_get_u32(msg, &nkeys)) != 0)
crypto/openssh/ssh-pkcs11-client.c
633
if ((r = sshbuf_get_u32(msg, &nkeys)) != 0)
crypto/openssh/ssh-pkcs11-helper.c
196
(r = sshbuf_get_u32(iqueue, NULL)) != 0)
crypto/openssh/ssh-sk-client.c
184
if ((r = sshbuf_get_u32(resp, &rtype)) != 0) {
crypto/openssh/ssh-sk-client.c
189
if ((r = sshbuf_get_u32(resp, &rerr)) != 0) {
crypto/openssh/sshbuf-getput-basic.c
318
(r = sshbuf_get_u32(buf, &len)) != 0 ||
crypto/openssh/sshbuf.h
156
int sshbuf_get_u32(struct sshbuf *buf, u_int32_t *valp);
crypto/openssh/sshkey-xmss.c
1027
(r = sshbuf_get_u32(encoded, &index)) != 0 ||
crypto/openssh/sshkey-xmss.c
1028
(r = sshbuf_get_u32(encoded, &encrypted_len)) != 0)
crypto/openssh/sshkey-xmss.c
361
if ((r = sshbuf_get_u32(b, &state->idx)) != 0 ||
crypto/openssh/sshkey-xmss.c
362
(r = sshbuf_get_u32(b, &state->maxidx)) != 0)
crypto/openssh/sshkey-xmss.c
789
(r = sshbuf_get_u32(b, &state->idx)) != 0 ||
crypto/openssh/sshkey-xmss.c
791
(r = sshbuf_get_u32(b, &state->stackoffset)) != 0 ||
crypto/openssh/sshkey-xmss.c
797
(r = sshbuf_get_u32(b, &lh)) != 0)
crypto/openssh/sshkey-xmss.c
816
if ((r = sshbuf_get_u32(b, &th->h)) != 0 ||
crypto/openssh/sshkey-xmss.c
817
(r = sshbuf_get_u32(b, &th->next_idx)) != 0 ||
crypto/openssh/sshkey-xmss.c
818
(r = sshbuf_get_u32(b, &th->stackusage)) != 0 ||
crypto/openssh/sshkey-xmss.c
820
(r = sshbuf_get_u32(b, &node)) != 0)
crypto/openssh/sshkey-xmss.c
868
if ((r = sshbuf_get_u32(b, &state->maxidx)) != 0 ||
crypto/openssh/sshkey.c
1776
(ret = sshbuf_get_u32(b, &key->cert->type)) != 0 ||
crypto/openssh/sshkey.c
2978
(r = sshbuf_get_u32(decoded, &nkeys)) != 0)
crypto/openssh/sshkey.c
2988
(r = sshbuf_get_u32(decoded, &encrypted_len)) != 0)
crypto/openssh/sshkey.c
3027
(r = sshbuf_get_u32(kdf, &rounds)) != 0)
crypto/openssh/sshkey.c
3064
if ((r = sshbuf_get_u32(decrypted, &check1)) != 0 ||
crypto/openssh/sshkey.c
3065
(r = sshbuf_get_u32(decrypted, &check2)) != 0)
crypto/openssh/sshkey.c
3174
(r = sshbuf_get_u32(decoded, &nkeys)) != 0)
crypto/openssh/sshsig.c
244
(r = sshbuf_get_u32(buf, &sversion)) != 0) {
crypto/openssh/ttymodes.c
380
if ((r = sshbuf_get_u32(buf, &baud)) != 0)
crypto/openssh/ttymodes.c
388
if ((r = sshbuf_get_u32(buf, &baud)) != 0)
crypto/openssh/ttymodes.c
397
if ((r = sshbuf_get_u32(buf, &u)) != 0) \
crypto/openssh/ttymodes.c
403
if ((r = sshbuf_get_u32(buf, &u)) != 0) \
crypto/openssh/ttymodes.c
427
if ((r = sshbuf_get_u32(buf, NULL)) != 0)