Symbol: sshbuf_put_u32
crypto/openssh/auth-options.c
722
if ((r = sshbuf_put_u32(m, n)) != 0 ||
crypto/openssh/auth-options.c
821
(r = sshbuf_put_u32(m, (opts->force_tun_device < 0) ?
crypto/openssh/auth-pam.c
543
if ((r = sshbuf_put_u32(buffer, sshpam_account_status)) != 0 ||
crypto/openssh/auth-pam.c
544
(r = sshbuf_put_u32(buffer, sshpam_authctxt->force_pwchange)) != 0)
crypto/openssh/auth-pam.c
553
if ((r = sshbuf_put_u32(buffer, i)) != 0)
crypto/openssh/auth-pam.c
566
if ((r = sshbuf_put_u32(buffer, i)) != 0)
crypto/openssh/authfd.c
425
(r = sshbuf_put_u32(msg, flags)) != 0)
crypto/openssh/authfd.c
518
(r = sshbuf_put_u32(m, life)) != 0)
crypto/openssh/authfd.c
527
(r = sshbuf_put_u32(m, maxsign)) != 0)
crypto/openssh/channels.c
1685
(r = sshbuf_put_u32(output, ntohl(INADDR_ANY))) != 0 ||
crypto/openssh/channels.c
3184
(r = sshbuf_put_u32(modified, c->self)) != 0 ||
crypto/openssh/channels.c
3212
if ((r = sshbuf_put_u32(modified, remote_id)) != 0 ||
crypto/openssh/channels.c
3213
(r = sshbuf_put_u32(modified, c->self)) != 0 ||
crypto/openssh/channels.c
3338
(r = sshbuf_put_u32(b, c->mux_downstream_id)) != 0 ||
crypto/openssh/clientloop.c
1727
(r = sshbuf_put_u32(b, rchan)) != 0 ||
crypto/openssh/clientloop.c
1728
(r = sshbuf_put_u32(b, rwindow)) != 0 ||
crypto/openssh/clientloop.c
1729
(r = sshbuf_put_u32(b, rmaxpack)) != 0 ||
crypto/openssh/clientloop.c
1731
(r = sshbuf_put_u32(b, listen_port)) != 0 ||
crypto/openssh/clientloop.c
1733
(r = sshbuf_put_u32(b, originator_port)) != 0 ||
crypto/openssh/kex.c
170
(r = sshbuf_put_u32(b, 0)) != 0) /* uint32 reserved */
crypto/openssh/kex.c
304
if ((r = sshbuf_put_u32(m, 3)) != 0 ||
crypto/openssh/kex.c
323
if ((r = sshbuf_put_u32(m, 1)) != 0 ||
crypto/openssh/kexgen.c
70
(r = sshbuf_put_u32(b, sshbuf_len(client_kexinit) + 1)) != 0 ||
crypto/openssh/kexgen.c
73
(r = sshbuf_put_u32(b, sshbuf_len(server_kexinit) + 1)) != 0 ||
crypto/openssh/kexgex.c
72
(r = sshbuf_put_u32(b, sshbuf_len(client_kexinit) + 1)) != 0 ||
crypto/openssh/kexgex.c
75
(r = sshbuf_put_u32(b, sshbuf_len(server_kexinit) + 1)) != 0 ||
crypto/openssh/kexgex.c
79
(min != -1 && (r = sshbuf_put_u32(b, min)) != 0) ||
crypto/openssh/kexgex.c
80
(r = sshbuf_put_u32(b, wantbits)) != 0 ||
crypto/openssh/kexgex.c
81
(max != -1 && (r = sshbuf_put_u32(b, max)) != 0) ||
crypto/openssh/krl.c
748
(r = sshbuf_put_u32(buf, KRL_FORMAT_VERSION)) != 0 ||
crypto/openssh/monitor.c
1017
if ((r = sshbuf_put_u32(m, authenticated)) != 0)
crypto/openssh/monitor.c
1020
if ((r = sshbuf_put_u32(m, sshpam_get_maxtries_reached())) != 0)
crypto/openssh/monitor.c
1053
if ((r = sshbuf_put_u32(m, success)) != 0)
crypto/openssh/monitor.c
1093
if ((r = sshbuf_put_u32(m, authok)) != 0)
crypto/openssh/monitor.c
1133
if ((r = sshbuf_put_u32(m, ret)) != 0 ||
crypto/openssh/monitor.c
1164
if ((r = sshbuf_put_u32(m, ok)) != 0)
crypto/openssh/monitor.c
1189
if ((r = sshbuf_put_u32(m, ret)) != 0 ||
crypto/openssh/monitor.c
1192
(r = sshbuf_put_u32(m, sshpam_get_maxtries_reached())) != 0 ||
crypto/openssh/monitor.c
1193
(r = sshbuf_put_u32(m, num)) != 0)
crypto/openssh/monitor.c
1199
(r = sshbuf_put_u32(m, echo_on[i])) != 0)
crypto/openssh/monitor.c
1243
if ((r = sshbuf_put_u32(m, ret)) != 0)
crypto/openssh/monitor.c
1353
if ((r = sshbuf_put_u32(m, allowed)) != 0)
crypto/openssh/monitor.c
1614
if ((r = sshbuf_put_u32(m, encoded_ret)) != 0 ||
crypto/openssh/monitor.c
1618
if ((r = sshbuf_put_u32(m, sig_details->sk_counter)) != 0 ||
crypto/openssh/monitor.c
1689
if ((r = sshbuf_put_u32(m, 1)) != 0 ||
crypto/openssh/monitor.c
1732
if ((r = sshbuf_put_u32(m, 0)) != 0)
crypto/openssh/monitor.c
1974
if ((r = sshbuf_put_u32(m, major)) != 0)
crypto/openssh/monitor.c
2003
if ((r = sshbuf_put_u32(m, major)) != 0 ||
crypto/openssh/monitor.c
2005
(r = sshbuf_put_u32(m, flags)) != 0)
crypto/openssh/monitor.c
2039
if ((r = sshbuf_put_u32(m, ret)) != 0)
crypto/openssh/monitor.c
2062
if ((r = sshbuf_put_u32(m, authenticated)) != 0)
crypto/openssh/monitor_wrap.c
100
if ((r = sshbuf_put_u32(log_msg, 0)) != 0 || /* length; filled below */
crypto/openssh/monitor_wrap.c
1007
if ((r = sshbuf_put_u32(m, event)) != 0)
crypto/openssh/monitor_wrap.c
101
(r = sshbuf_put_u32(log_msg, level)) != 0 ||
crypto/openssh/monitor_wrap.c
102
(r = sshbuf_put_u32(log_msg, forced)) != 0 ||
crypto/openssh/monitor_wrap.c
226
if ((r = sshbuf_put_u32(m, min)) != 0 ||
crypto/openssh/monitor_wrap.c
227
(r = sshbuf_put_u32(m, nbits)) != 0 ||
crypto/openssh/monitor_wrap.c
228
(r = sshbuf_put_u32(m, max)) != 0)
crypto/openssh/monitor_wrap.c
266
(r = sshbuf_put_u32(m, compat)) != 0)
crypto/openssh/monitor_wrap.c
513
if ((r = sshbuf_put_u32(m, type)) != 0 ||
crypto/openssh/monitor_wrap.c
517
(r = sshbuf_put_u32(m, pubkey_auth_attempt)) != 0)
crypto/openssh/monitor_wrap.c
807
if ((r = sshbuf_put_u32(m, num)) != 0)
crypto/openssh/mux.c
1083
if ((r = sshbuf_put_u32(reply, MUX_S_SESSION_OPENED)) != 0 ||
crypto/openssh/mux.c
1084
(r = sshbuf_put_u32(reply, cctx->rid)) != 0 ||
crypto/openssh/mux.c
1085
(r = sshbuf_put_u32(reply, c->self)) != 0)
crypto/openssh/mux.c
1140
if ((r = sshbuf_put_u32(reply, MUX_S_PROXY)) != 0 ||
crypto/openssh/mux.c
1141
(r = sshbuf_put_u32(reply, rid)) != 0)
crypto/openssh/mux.c
1167
if ((r = sshbuf_put_u32(out, MUX_MSG_HELLO)) != 0 ||
crypto/openssh/mux.c
1168
(r = sshbuf_put_u32(out, SSHMUX_VER)) != 0)
crypto/openssh/mux.c
1239
if ((r = sshbuf_put_u32(m, MUX_S_EXIT_MESSAGE)) != 0 ||
crypto/openssh/mux.c
1240
(r = sshbuf_put_u32(m, c->self)) != 0 ||
crypto/openssh/mux.c
1241
(r = sshbuf_put_u32(m, exitval)) != 0 ||
crypto/openssh/mux.c
1262
if ((r = sshbuf_put_u32(m, MUX_S_TTY_ALLOC_FAIL)) != 0 ||
crypto/openssh/mux.c
1263
(r = sshbuf_put_u32(m, c->self)) != 0 ||
crypto/openssh/mux.c
1411
if ((r = sshbuf_put_u32(reply, MUX_S_SESSION_OPENED)) != 0 ||
crypto/openssh/mux.c
1412
(r = sshbuf_put_u32(reply, cctx->rid)) != 0 ||
crypto/openssh/mux.c
1413
(r = sshbuf_put_u32(reply, c->self)) != 0)
crypto/openssh/mux.c
1604
if ((r = sshbuf_put_u32(m, MUX_MSG_HELLO)) != 0 ||
crypto/openssh/mux.c
1605
(r = sshbuf_put_u32(m, SSHMUX_VER)) != 0)
crypto/openssh/mux.c
1667
if ((r = sshbuf_put_u32(m, MUX_C_ALIVE_CHECK)) != 0 ||
crypto/openssh/mux.c
1668
(r = sshbuf_put_u32(m, muxclient_request_id)) != 0)
crypto/openssh/mux.c
1718
if ((r = sshbuf_put_u32(m, MUX_C_TERMINATE)) != 0 ||
crypto/openssh/mux.c
1719
(r = sshbuf_put_u32(m, muxclient_request_id)) != 0)
crypto/openssh/mux.c
1794
if ((r = sshbuf_put_u32(m, type)) != 0 ||
crypto/openssh/mux.c
1795
(r = sshbuf_put_u32(m, muxclient_request_id)) != 0 ||
crypto/openssh/mux.c
1796
(r = sshbuf_put_u32(m, ftype)) != 0 ||
crypto/openssh/mux.c
1798
(r = sshbuf_put_u32(m, fwd->listen_port)) != 0 ||
crypto/openssh/mux.c
1800
(r = sshbuf_put_u32(m, fwd->connect_port)) != 0)
crypto/openssh/mux.c
1914
if ((r = sshbuf_put_u32(m, MUX_C_NEW_SESSION)) != 0 ||
crypto/openssh/mux.c
1915
(r = sshbuf_put_u32(m, muxclient_request_id)) != 0 ||
crypto/openssh/mux.c
1917
(r = sshbuf_put_u32(m, tty_flag)) != 0 ||
crypto/openssh/mux.c
1918
(r = sshbuf_put_u32(m, options.forward_x11)) != 0 ||
crypto/openssh/mux.c
1919
(r = sshbuf_put_u32(m, options.forward_agent)) != 0 ||
crypto/openssh/mux.c
1920
(r = sshbuf_put_u32(m, options.session_type == SESSION_TYPE_SUBSYSTEM)) != 0 ||
crypto/openssh/mux.c
1921
(r = sshbuf_put_u32(m, echar)) != 0 ||
crypto/openssh/mux.c
2082
if ((r = sshbuf_put_u32(m, MUX_C_PROXY)) != 0 ||
crypto/openssh/mux.c
2083
(r = sshbuf_put_u32(m, muxclient_request_id)) != 0)
crypto/openssh/mux.c
2135
if ((r = sshbuf_put_u32(m, MUX_C_NEW_STDIO_FWD)) != 0 ||
crypto/openssh/mux.c
2136
(r = sshbuf_put_u32(m, muxclient_request_id)) != 0 ||
crypto/openssh/mux.c
2139
(r = sshbuf_put_u32(m, options.stdio_forward_port)) != 0)
crypto/openssh/mux.c
2224
if ((r = sshbuf_put_u32(m, MUX_C_STOP_LISTENING)) != 0 ||
crypto/openssh/mux.c
2225
(r = sshbuf_put_u32(m, muxclient_request_id)) != 0)
crypto/openssh/mux.c
314
if ((r = sshbuf_put_u32(reply, MUX_S_OK)) != 0 ||
crypto/openssh/mux.c
315
(r = sshbuf_put_u32(reply, rid)) != 0)
crypto/openssh/mux.c
325
if ((r = sshbuf_put_u32(reply, type)) != 0 ||
crypto/openssh/mux.c
326
(r = sshbuf_put_u32(reply, rid)) != 0 ||
crypto/openssh/mux.c
497
if ((r = sshbuf_put_u32(reply, MUX_S_ALIVE)) != 0 ||
crypto/openssh/mux.c
498
(r = sshbuf_put_u32(reply, rid)) != 0 ||
crypto/openssh/mux.c
499
(r = sshbuf_put_u32(reply, (u_int)getpid())) != 0)
crypto/openssh/mux.c
635
if ((r = sshbuf_put_u32(out,
crypto/openssh/mux.c
637
(r = sshbuf_put_u32(out, fctx->rid)) != 0 ||
crypto/openssh/mux.c
638
(r = sshbuf_put_u32(out,
crypto/openssh/mux.c
784
if ((r = sshbuf_put_u32(reply,
crypto/openssh/mux.c
786
(r = sshbuf_put_u32(reply, rid)) != 0 ||
crypto/openssh/mux.c
787
(r = sshbuf_put_u32(reply,
crypto/openssh/packet.c
2351
if ((r = sshbuf_put_u32(m, kex->we_need)) != 0 ||
crypto/openssh/packet.c
2353
(r = sshbuf_put_u32(m, kex->hostkey_type)) != 0 ||
crypto/openssh/packet.c
2354
(r = sshbuf_put_u32(m, kex->hostkey_nid)) != 0 ||
crypto/openssh/packet.c
2355
(r = sshbuf_put_u32(m, kex->kex_type)) != 0 ||
crypto/openssh/packet.c
2356
(r = sshbuf_put_u32(m, kex->kex_strict)) != 0 ||
crypto/openssh/packet.c
2362
(r = sshbuf_put_u32(m, kex->flags)) != 0)
crypto/openssh/packet.c
2391
(r = sshbuf_put_u32(b, enc->enabled)) != 0 ||
crypto/openssh/packet.c
2392
(r = sshbuf_put_u32(b, enc->block_size)) != 0 ||
crypto/openssh/packet.c
2398
(r = sshbuf_put_u32(b, mac->enabled)) != 0 ||
crypto/openssh/packet.c
2402
if ((r = sshbuf_put_u32(b, comp->type)) != 0 ||
crypto/openssh/packet.c
2422
(r = sshbuf_put_u32(m, state->rekey_interval)) != 0 ||
crypto/openssh/packet.c
2423
(r = sshbuf_put_u32(m, state->p_send.seqnr)) != 0 ||
crypto/openssh/packet.c
2425
(r = sshbuf_put_u32(m, state->p_send.packets)) != 0 ||
crypto/openssh/packet.c
2427
(r = sshbuf_put_u32(m, state->p_read.seqnr)) != 0 ||
crypto/openssh/packet.c
2429
(r = sshbuf_put_u32(m, state->p_read.packets)) != 0 ||
crypto/openssh/packet.c
2620
return sshbuf_put_u32(ssh->state->outgoing_packet, val);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
105
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0x12345678), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
44
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0x12345678), SSH_ERR_BUFFER_READ_ONLY);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
231
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0x11223344), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
241
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0x11223344), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
251
r = sshbuf_put_u32(p1, 0x11223344);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
289
ASSERT_INT_EQ(sshbuf_put_u32(p1, sizeof(x)), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
291
ASSERT_INT_EQ(sshbuf_put_u32(p1, sizeof(x)), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
305
ASSERT_INT_EQ(sshbuf_put_u32(p1, sizeof(x)), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
319
ASSERT_INT_EQ(sshbuf_put_u32(p1, sizeof(x)), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
333
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0xffffffff), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
345
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0xffffffff), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
357
ASSERT_INT_EQ(sshbuf_put_u32(p1, sizeof(x)), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
368
ASSERT_INT_EQ(sshbuf_put_u32(p1, sizeof(x) - 1), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
133
ASSERT_INT_EQ(sshbuf_put_u32(p1, BN_num_bytes(bn)), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
150
ASSERT_INT_EQ(sshbuf_put_u32(p1, BN_num_bytes(bn)), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
165
ASSERT_INT_EQ(sshbuf_put_u32(p1, 65536), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
180
ASSERT_INT_EQ(sshbuf_put_u32(p1, BN_num_bytes(bn) + 1), 0); /* MSB */
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
198
ASSERT_INT_EQ(sshbuf_put_u32(p1, BN_num_bytes(bn) + 1), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
214
ASSERT_INT_EQ(sshbuf_put_u32(p1, BN_num_bytes(bn)), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
38
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0x12345678), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
55
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0x12345678), 0);
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
96
ASSERT_INT_EQ(sshbuf_put_u32(b, SSH2_CERT_TYPE_USER), 0); /* type */
crypto/openssh/serverloop.c
774
(r = sshbuf_put_u32(resp, allocated_listen_port)) != 0)
crypto/openssh/sftp-client.c
1026
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1148
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1150
(r = sshbuf_put_u32(msg, SSH2_FXF_READ)) != 0 ||
crypto/openssh/sftp-client.c
1168
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1170
(r = sshbuf_put_u32(msg, SSH2_FXF_WRITE|SSH2_FXF_CREAT|
crypto/openssh/sftp-client.c
1190
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1234
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1242
(r = sshbuf_put_u32(msg, id)) != 0)
crypto/openssh/sftp-client.c
1282
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1319
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1353
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1447
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1477
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1506
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1531
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1534
(r = sshbuf_put_u32(msg, len)) != 0)
crypto/openssh/sftp-client.c
1565
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1567
(r = sshbuf_put_u32(msg, openmode)) != 0 ||
crypto/openssh/sftp-client.c
2146
(r = sshbuf_put_u32(msg, ack->id)) != 0 ||
crypto/openssh/sftp-client.c
242
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
2593
(r = sshbuf_put_u32(msg, to->msg_id++)) != 0 ||
crypto/openssh/sftp-client.c
260
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
2870
if ((r = sshbuf_put_u32(uidbuf, uids[i])) != 0)
crypto/openssh/sftp-client.c
2874
if ((r = sshbuf_put_u32(gidbuf, gids[i])) != 0)
crypto/openssh/sftp-client.c
2878
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
478
(r = sshbuf_put_u32(msg, SSH2_FILEXFER_VERSION)) != 0)
crypto/openssh/sftp-client.c
638
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
686
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
721
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
746
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-common.c
161
if ((r = sshbuf_put_u32(b, a->flags)) != 0)
crypto/openssh/sftp-common.c
168
if ((r = sshbuf_put_u32(b, a->uid)) != 0 ||
crypto/openssh/sftp-common.c
169
(r = sshbuf_put_u32(b, a->gid)) != 0)
crypto/openssh/sftp-common.c
173
if ((r = sshbuf_put_u32(b, a->perm)) != 0)
crypto/openssh/sftp-common.c
177
if ((r = sshbuf_put_u32(b, a->atime)) != 0 ||
crypto/openssh/sftp-common.c
178
(r = sshbuf_put_u32(b, a->mtime)) != 0)
crypto/openssh/sftp-server.c
1536
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-server.c
1766
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-server.c
561
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-server.c
562
(r = sshbuf_put_u32(msg, status)) != 0)
crypto/openssh/sftp-server.c
589
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-server.c
624
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-server.c
625
(r = sshbuf_put_u32(msg, count)) != 0)
crypto/openssh/sftp-server.c
648
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-server.c
668
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-server.c
721
(r = sshbuf_put_u32(msg, SSH2_FILEXFER_VERSION)) != 0)
crypto/openssh/ssh-agent.c
1557
(r = sshbuf_put_u32(msg, 0)) != 0 ||
crypto/openssh/ssh-agent.c
633
if ((r = sshbuf_put_u32(e->output, 1)) != 0 ||
crypto/openssh/ssh-agent.c
676
(r = sshbuf_put_u32(msg, nentries)) != 0 ||
crypto/openssh/ssh-ecdsa-sk.c
364
(ret = sshbuf_put_u32(original_signed, sig_counter)) != 0 ||
crypto/openssh/ssh-ed25519-sk.c
210
sshbuf_put_u32(encoded, sig_counter) != 0 ||
crypto/openssh/ssh-pkcs11-client.c
287
(r = sshbuf_put_u32(msg, 0)) != 0)
crypto/openssh/ssh-pkcs11-client.c
371
(r = sshbuf_put_u32(msg, 0)) != 0)
crypto/openssh/ssh-pkcs11-helper.c
140
(r = sshbuf_put_u32(msg, nkeys)) != 0)
crypto/openssh/ssh-pkcs11-helper.c
155
(r = sshbuf_put_u32(msg, -nkeys)) != 0)
crypto/openssh/ssh-sk-client.c
159
if ((r = sshbuf_put_u32(req, type)) != 0 ||
crypto/openssh/ssh-sk-client.c
161
(r = sshbuf_put_u32(req, ll < 0 ? 0 : ll)) != 0 ||
crypto/openssh/ssh-sk-client.c
258
(r = sshbuf_put_u32(req, compat)) != 0 ||
crypto/openssh/ssh-sk-client.c
321
if ((r = sshbuf_put_u32(req, (u_int)type)) != 0 ||
crypto/openssh/ssh-sk-client.c
419
(r = sshbuf_put_u32(req, flags)) != 0) {
crypto/openssh/ssh-sk-helper.c
134
if ((r = sshbuf_put_u32(resp, SSH_SK_HELPER_SIGN)) != 0 ||
crypto/openssh/ssh-sk-helper.c
194
if ((r = sshbuf_put_u32(resp, SSH_SK_HELPER_ENROLL)) != 0 ||
crypto/openssh/ssh-sk-helper.c
246
if ((r = sshbuf_put_u32(resp, SSH_SK_HELPER_LOAD_RESIDENT)) != 0)
crypto/openssh/ssh-sk-helper.c
73
if (sshbuf_put_u32(resp, SSH_SK_HELPER_ERROR) != 0 ||
crypto/openssh/ssh-sk-helper.c
74
sshbuf_put_u32(resp, (u_int)-r) != 0)
crypto/openssh/ssh-sk.c
468
(r = sshbuf_put_u32(attest, 0)) != 0 || /* resvd flags */
crypto/openssh/ssh-sk.c
605
(r = sshbuf_put_u32(sig, resp->counter)) != 0) {
crypto/openssh/ssh-sk.c
638
(r = sshbuf_put_u32(sig, resp->counter)) != 0) {
crypto/openssh/sshbuf.h
161
int sshbuf_put_u32(struct sshbuf *buf, u_int32_t val);
crypto/openssh/sshconnect2.c
2077
if ((r = sshbuf_put_u32(b, sock)) != 0 ||
crypto/openssh/sshd.c
720
if ((r = sshbuf_put_u32(m, 0)) != 0 ||
crypto/openssh/sshd.c
755
if ((r = sshbuf_put_u32(m, 0)) != 0 ||
crypto/openssh/sshkey-xmss.c
339
(r = sshbuf_put_u32(b, idx)) != 0 ||
crypto/openssh/sshkey-xmss.c
340
(r = sshbuf_put_u32(b, state->maxidx)) != 0)
crypto/openssh/sshkey-xmss.c
691
(r = sshbuf_put_u32(b, state->idx)) != 0 ||
crypto/openssh/sshkey-xmss.c
693
(r = sshbuf_put_u32(b, state->stackoffset)) != 0 ||
crypto/openssh/sshkey-xmss.c
699
(r = sshbuf_put_u32(b, num_treehash(state))) != 0)
crypto/openssh/sshkey-xmss.c
704
if ((r = sshbuf_put_u32(b, th->h)) != 0 ||
crypto/openssh/sshkey-xmss.c
705
(r = sshbuf_put_u32(b, th->next_idx)) != 0 ||
crypto/openssh/sshkey-xmss.c
706
(r = sshbuf_put_u32(b, th->stackusage)) != 0 ||
crypto/openssh/sshkey-xmss.c
708
(r = sshbuf_put_u32(b, node)) != 0)
crypto/openssh/sshkey-xmss.c
757
if ((r = sshbuf_put_u32(b, state->maxidx)) != 0 ||
crypto/openssh/sshkey-xmss.c
932
(r = sshbuf_put_u32(encoded, state->idx)) != 0)
crypto/openssh/sshkey-xmss.c
946
if ((r = sshbuf_put_u32(encoded, encrypted_len)) != 0)
crypto/openssh/sshkey.c
2337
(ret = sshbuf_put_u32(cert, k->cert->type)) != 0 ||
crypto/openssh/sshkey.c
2888
(r = sshbuf_put_u32(kdf, rounds)) != 0)
crypto/openssh/sshkey.c
2903
(r = sshbuf_put_u32(encoded, 1)) != 0 || /* number of keys */
crypto/openssh/sshkey.c
2912
if ((r = sshbuf_put_u32(encrypted, check)) != 0 ||
crypto/openssh/sshkey.c
2913
(r = sshbuf_put_u32(encrypted, check)) != 0)
crypto/openssh/sshkey.c
2930
if ((r = sshbuf_put_u32(encoded, sshbuf_len(encrypted))) != 0)
crypto/openssh/sshsig.c
218
(r = sshbuf_put_u32(blob, SIG_VERSION)) != 0 ||
crypto/openssh/ttymodes.c
304
(r = sshbuf_put_u32(buf, obaud)) != 0 ||
crypto/openssh/ttymodes.c
306
(r = sshbuf_put_u32(buf, ibaud)) != 0)
crypto/openssh/ttymodes.c
312
(r = sshbuf_put_u32(buf, \
crypto/openssh/ttymodes.c
322
(r = sshbuf_put_u32(buf, ((tio.FIELD & NAME) != 0))) != 0) \