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
339
if ((r = sshbuf_get_u32(b, &n)) != 0)
crypto/openssh/auth-pam.c
344
if ((r = sshbuf_get_u32(b, &n)) != 0)
crypto/openssh/auth-pam.c
349
if ((r = sshbuf_get_u32(b, &num_env)) != 0)
crypto/openssh/auth-pam.c
364
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
3175
(r = sshbuf_get_u32(original, &id)) != 0) {
crypto/openssh/channels.c
3201
if ((r = sshbuf_get_u32(original, &remote_id)) != 0 ||
crypto/openssh/channels.c
3202
(r = sshbuf_get_u32(original, &id)) != 0) {
crypto/openssh/channels.c
3235
(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
1073
(r = sshbuf_get_u32(copy, &format_version)) != 0)
crypto/openssh/monitor.c
1222
if ((r = sshbuf_get_u32(m, &num)) != 0)
crypto/openssh/monitor.c
1284
if ((r = sshbuf_get_u32(m, &type)) != 0 ||
crypto/openssh/monitor.c
1288
(r = sshbuf_get_u32(m, &pubkey_auth_attempt)) != 0)
crypto/openssh/monitor.c
1793
if ((r = sshbuf_get_u32(m, &n)) != 0)
crypto/openssh/monitor.c
463
if ((r = sshbuf_get_u32(logmsg, &len)) != 0)
crypto/openssh/monitor.c
474
if ((r = sshbuf_get_u32(logmsg, &level)) != 0 ||
crypto/openssh/monitor.c
475
(r = sshbuf_get_u32(logmsg, &forced)) != 0 ||
crypto/openssh/monitor.c
674
if ((r = sshbuf_get_u32(m, &min)) != 0 ||
crypto/openssh/monitor.c
675
(r = sshbuf_get_u32(m, &want)) != 0 ||
crypto/openssh/monitor.c
676
(r = sshbuf_get_u32(m, &max)) != 0)
crypto/openssh/monitor.c
724
(r = sshbuf_get_u32(m, &compat)) != 0)
crypto/openssh/monitor_wrap.c
1051
if ((r = sshbuf_get_u32(m, &major)) != 0)
crypto/openssh/monitor_wrap.c
1075
if ((r = sshbuf_get_u32(m, &major)) != 0 ||
crypto/openssh/monitor_wrap.c
1079
if ((r = sshbuf_get_u32(m, &flags)) != 0)
crypto/openssh/monitor_wrap.c
1106
if ((r = sshbuf_get_u32(m, &major)) != 0)
crypto/openssh/monitor_wrap.c
1125
if ((r = sshbuf_get_u32(m, &authenticated)) != 0)
crypto/openssh/monitor_wrap.c
467
if ((r = sshbuf_get_u32(m, &authenticated)) != 0)
crypto/openssh/monitor_wrap.c
470
if ((r = sshbuf_get_u32(m, &maxtries)) != 0)
crypto/openssh/monitor_wrap.c
526
if ((r = sshbuf_get_u32(m, &allowed)) != 0)
crypto/openssh/monitor_wrap.c
577
if ((r = sshbuf_get_u32(m, &encoded_ret)) != 0 ||
crypto/openssh/monitor_wrap.c
581
if ((r = sshbuf_get_u32(m, &counter)) != 0 ||
crypto/openssh/monitor_wrap.c
638
if ((r = sshbuf_get_u32(m, &success)) != 0)
crypto/openssh/monitor_wrap.c
724
if ((r = sshbuf_get_u32(m, &ret)) != 0 ||
crypto/openssh/monitor_wrap.c
750
if ((r = sshbuf_get_u32(m, &success)) != 0)
crypto/openssh/monitor_wrap.c
775
if ((r = sshbuf_get_u32(m, &ret)) != 0 ||
crypto/openssh/monitor_wrap.c
778
(r = sshbuf_get_u32(m, &n)) != 0 ||
crypto/openssh/monitor_wrap.c
779
(r = sshbuf_get_u32(m, num)) != 0)
crypto/openssh/monitor_wrap.c
790
(r = sshbuf_get_u32(m, &((*echo_on)[i]))) != 0)
crypto/openssh/monitor_wrap.c
817
if ((r = sshbuf_get_u32(m, &n)) != 0)
crypto/openssh/monitor_wrap.c
949
if ((r = sshbuf_get_u32(m, &success)) != 0)
crypto/openssh/monitor_wrap.c
989
if ((r = sshbuf_get_u32(m, &authok)) != 0)
crypto/openssh/mux.c
1185
if ((r = sshbuf_get_u32(in, &type)) != 0)
crypto/openssh/mux.c
1198
if ((r = sshbuf_get_u32(in, &rid)) != 0)
crypto/openssh/mux.c
1622
if ((r = sshbuf_get_u32(m, &type)) != 0)
crypto/openssh/mux.c
1628
if ((r = sshbuf_get_u32(m, &ver)) != 0)
crypto/openssh/mux.c
1682
if ((r = sshbuf_get_u32(m, &type)) != 0)
crypto/openssh/mux.c
1690
if ((r = sshbuf_get_u32(m, &rid)) != 0)
crypto/openssh/mux.c
1695
if ((r = sshbuf_get_u32(m, &pid)) != 0)
crypto/openssh/mux.c
1737
if ((r = sshbuf_get_u32(m, &type)) != 0 ||
crypto/openssh/mux.c
1738
(r = sshbuf_get_u32(m, &rid)) != 0)
crypto/openssh/mux.c
1814
if ((r = sshbuf_get_u32(m, &type)) != 0 ||
crypto/openssh/mux.c
1815
(r = sshbuf_get_u32(m, &rid)) != 0)
crypto/openssh/mux.c
1827
if ((r = sshbuf_get_u32(m, &fwd->allocated_port)) != 0)
crypto/openssh/mux.c
1959
if ((r = sshbuf_get_u32(m, &type)) != 0 ||
crypto/openssh/mux.c
1960
(r = sshbuf_get_u32(m, &rid)) != 0)
crypto/openssh/mux.c
1968
if ((r = sshbuf_get_u32(m, &sid)) != 0)
crypto/openssh/mux.c
2021
if ((r = sshbuf_get_u32(m, &type)) != 0)
crypto/openssh/mux.c
2025
if ((r = sshbuf_get_u32(m, &esid)) != 0)
crypto/openssh/mux.c
2035
if ((r = sshbuf_get_u32(m, &esid)) != 0)
crypto/openssh/mux.c
2042
if ((r = sshbuf_get_u32(m, &exitval)) != 0)
crypto/openssh/mux.c
2095
if ((r = sshbuf_get_u32(m, &type)) != 0 ||
crypto/openssh/mux.c
2096
(r = sshbuf_get_u32(m, &rid)) != 0)
crypto/openssh/mux.c
2165
if ((r = sshbuf_get_u32(m, &type)) != 0 ||
crypto/openssh/mux.c
2166
(r = sshbuf_get_u32(m, &rid)) != 0)
crypto/openssh/mux.c
2173
if ((r = sshbuf_get_u32(m, &sid)) != 0)
crypto/openssh/mux.c
2237
if ((r = sshbuf_get_u32(m, &type)) != 0 ||
crypto/openssh/mux.c
2238
(r = sshbuf_get_u32(m, &rid)) != 0)
crypto/openssh/mux.c
279
if ((r = sshbuf_get_u32(m, &ver)) != 0) {
crypto/openssh/mux.c
349
(r = sshbuf_get_u32(m, &cctx->want_tty)) != 0 ||
crypto/openssh/mux.c
350
(r = sshbuf_get_u32(m, &cctx->want_x_fwd)) != 0 ||
crypto/openssh/mux.c
351
(r = sshbuf_get_u32(m, &cctx->want_agent_fwd)) != 0 ||
crypto/openssh/mux.c
352
(r = sshbuf_get_u32(m, &cctx->want_subsys)) != 0 ||
crypto/openssh/mux.c
353
(r = sshbuf_get_u32(m, &escape_char)) != 0 ||
crypto/openssh/mux.c
695
if ((r = sshbuf_get_u32(m, &ftype)) != 0 ||
crypto/openssh/mux.c
697
(r = sshbuf_get_u32(m, &lport)) != 0 ||
crypto/openssh/mux.c
699
(r = sshbuf_get_u32(m, &cport)) != 0 ||
crypto/openssh/mux.c
860
if ((r = sshbuf_get_u32(m, &ftype)) != 0 ||
crypto/openssh/mux.c
862
(r = sshbuf_get_u32(m, &lport)) != 0 ||
crypto/openssh/mux.c
864
(r = sshbuf_get_u32(m, &cport)) != 0 ||
crypto/openssh/mux.c
970
(r = sshbuf_get_u32(m, &_cport)) != 0) {
crypto/openssh/packet.c
2464
(r = sshbuf_get_u32(b, (u_int *)&enc->enabled)) != 0 ||
crypto/openssh/packet.c
2465
(r = sshbuf_get_u32(b, &enc->block_size)) != 0 ||
crypto/openssh/packet.c
2478
if ((r = sshbuf_get_u32(b, (u_int *)&mac->enabled)) != 0 ||
crypto/openssh/packet.c
2487
if ((r = sshbuf_get_u32(b, &comp->type)) != 0 ||
crypto/openssh/packet.c
2514
if ((r = sshbuf_get_u32(m, &kex->we_need)) != 0 ||
crypto/openssh/packet.c
2516
(r = sshbuf_get_u32(m, (u_int *)&kex->hostkey_type)) != 0 ||
crypto/openssh/packet.c
2517
(r = sshbuf_get_u32(m, (u_int *)&kex->hostkey_nid)) != 0 ||
crypto/openssh/packet.c
2518
(r = sshbuf_get_u32(m, &kex->kex_type)) != 0 ||
crypto/openssh/packet.c
2519
(r = sshbuf_get_u32(m, &kex->kex_strict)) != 0 ||
crypto/openssh/packet.c
2525
(r = sshbuf_get_u32(m, &kex->flags)) != 0)
crypto/openssh/packet.c
2558
(r = sshbuf_get_u32(m, &state->rekey_interval)) != 0 ||
crypto/openssh/packet.c
2559
(r = sshbuf_get_u32(m, &state->p_send.seqnr)) != 0 ||
crypto/openssh/packet.c
2561
(r = sshbuf_get_u32(m, &state->p_send.packets)) != 0 ||
crypto/openssh/packet.c
2563
(r = sshbuf_get_u32(m, &state->p_read.seqnr)) != 0 ||
crypto/openssh/packet.c
2565
(r = sshbuf_get_u32(m, &state->p_read.packets)) != 0 ||
crypto/openssh/packet.c
2686
return sshbuf_get_u32(ssh->state->incoming_packet, valp);
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
103
(r = sshbuf_get_u32(b, NULL)) != 0 || /* reserved flags */
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
57
ASSERT_INT_EQ(sshbuf_get_u32(p1, &i), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
88
ASSERT_INT_EQ(sshbuf_get_u32(p2, &i), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
135
ASSERT_INT_EQ(sshbuf_get_u32(p1, &v32), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
138
ASSERT_INT_EQ(sshbuf_get_u32(p1, &v32), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
145
r = sshbuf_get_u32(p1, &v32);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c
54
sshbuf_get_u32(p1, &u32);
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
2168
(r = sshbuf_get_u32(msg, &rid)) != 0)
crypto/openssh/sftp-client.c
2175
if ((r = sshbuf_get_u32(msg, &status)) != 0)
crypto/openssh/sftp-client.c
2417
(r = sshbuf_get_u32(msg, &id)) != 0)
crypto/openssh/sftp-client.c
2424
if ((r = sshbuf_get_u32(msg, &status)) != 0)
crypto/openssh/sftp-client.c
2560
(r = sshbuf_get_u32(msg, &id)) != 0)
crypto/openssh/sftp-client.c
2571
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
2887
(r = sshbuf_get_u32(msg, &id)) != 0)
crypto/openssh/sftp-client.c
2895
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
1327
if ((r = sshbuf_get_u32(m, &seconds)) != 0) {
crypto/openssh/ssh-agent.c
1353
if ((r = sshbuf_get_u32(m, &maxsign)) != 0) {
crypto/openssh/ssh-agent.c
880
(r = sshbuf_get_u32(e->request, &flags)) != 0) {
crypto/openssh/ssh-ecdsa-sk.c
284
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
471
if ((r = sshbuf_get_u32(b, &bignum_bits)) != 0)
crypto/openssh/ssh-keygen.c
503
if ((r = sshbuf_get_u32(b, &magic)) != 0)
crypto/openssh/ssh-keygen.c
511
if ((r = sshbuf_get_u32(b, &i1)) != 0 ||
crypto/openssh/ssh-keygen.c
514
(r = sshbuf_get_u32(b, &i2)) != 0 ||
crypto/openssh/ssh-keygen.c
515
(r = sshbuf_get_u32(b, &i3)) != 0 ||
crypto/openssh/ssh-keygen.c
516
(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
653
if ((r = sshbuf_get_u32(msg, &nkeys)) != 0)
crypto/openssh/ssh-pkcs11-client.c
674
if ((r = sshbuf_get_u32(msg, &nkeys)) != 0)
crypto/openssh/ssh-pkcs11-helper.c
206
(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/ssh-sk-helper.c
106
(r = sshbuf_get_u32(req, &compat)) != 0 ||
crypto/openssh/ssh-sk-helper.c
162
if ((r = sshbuf_get_u32(req, &type)) != 0 ||
crypto/openssh/ssh-sk-helper.c
228
(r = sshbuf_get_u32(req, &flags)) != 0)
crypto/openssh/ssh-sk-helper.c
327
if ((r = sshbuf_get_u32(req, &rtype)) != 0 ||
crypto/openssh/ssh-sk-helper.c
329
(r = sshbuf_get_u32(req, &ll)) != 0)
crypto/openssh/sshbuf-getput-basic.c
318
(r = sshbuf_get_u32(buf, &len)) != 0 ||
crypto/openssh/sshbuf.h
157
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
1881
(ret = sshbuf_get_u32(b, &key->cert->type)) != 0 ||
crypto/openssh/sshkey.c
3070
(r = sshbuf_get_u32(decoded, &nkeys)) != 0)
crypto/openssh/sshkey.c
3080
(r = sshbuf_get_u32(decoded, &encrypted_len)) != 0)
crypto/openssh/sshkey.c
3119
(r = sshbuf_get_u32(kdf, &rounds)) != 0)
crypto/openssh/sshkey.c
3156
if ((r = sshbuf_get_u32(decrypted, &check1)) != 0 ||
crypto/openssh/sshkey.c
3157
(r = sshbuf_get_u32(decrypted, &check2)) != 0)
crypto/openssh/sshkey.c
3266
(r = sshbuf_get_u32(decoded, &nkeys)) != 0)
crypto/openssh/sshsig.c
249
(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)