crypto/openssh/auth-options.c
720
if ((r = sshbuf_put_u32(m, n)) != 0 ||
crypto/openssh/auth-options.c
819
(r = sshbuf_put_u32(m, (opts->force_tun_device < 0) ?
crypto/openssh/auth-pam.c
557
if ((r = sshbuf_put_u32(buffer, sshpam_account_status)) != 0 ||
crypto/openssh/auth-pam.c
558
(r = sshbuf_put_u32(buffer, sshpam_authctxt->force_pwchange)) != 0)
crypto/openssh/auth-pam.c
567
if ((r = sshbuf_put_u32(buffer, i)) != 0)
crypto/openssh/auth-pam.c
580
if ((r = sshbuf_put_u32(buffer, i)) != 0)
crypto/openssh/authfd.c
424
(r = sshbuf_put_u32(msg, flags)) != 0)
crypto/openssh/authfd.c
524
(r = sshbuf_put_u32(m, life)) != 0)
crypto/openssh/channels.c
1594
(r = sshbuf_put_u32(output, ntohl(INADDR_ANY))) != 0) /* ignored */
crypto/openssh/channels.c
1759
(r = sshbuf_put_u32(output, ntohl(INADDR_ANY))) != 0 || /* addr */
crypto/openssh/channels.c
3268
(r = sshbuf_put_u32(modified, c->self)) != 0 ||
crypto/openssh/channels.c
3296
if ((r = sshbuf_put_u32(modified, remote_id)) != 0 ||
crypto/openssh/channels.c
3297
(r = sshbuf_put_u32(modified, c->self)) != 0 ||
crypto/openssh/channels.c
3422
(r = sshbuf_put_u32(b, c->mux_downstream_id)) != 0 ||
crypto/openssh/clientloop.c
1759
(r = sshbuf_put_u32(b, rchan)) != 0 ||
crypto/openssh/clientloop.c
1760
(r = sshbuf_put_u32(b, rwindow)) != 0 ||
crypto/openssh/clientloop.c
1761
(r = sshbuf_put_u32(b, rmaxpack)) != 0 ||
crypto/openssh/clientloop.c
1763
(r = sshbuf_put_u32(b, listen_port)) != 0 ||
crypto/openssh/clientloop.c
1765
(r = sshbuf_put_u32(b, originator_port)) != 0 ||
crypto/openssh/kex.c
166
(r = sshbuf_put_u32(b, 0)) != 0) /* uint32 reserved */
crypto/openssh/kex.c
300
if ((r = sshbuf_put_u32(m, 4)) != 0 ||
crypto/openssh/kex.c
321
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
1025
if ((r = sshbuf_put_u32(m, authenticated)) != 0)
crypto/openssh/monitor.c
1028
if ((r = sshbuf_put_u32(m, sshpam_get_maxtries_reached())) != 0)
crypto/openssh/monitor.c
1060
if ((r = sshbuf_put_u32(m, success)) != 0)
crypto/openssh/monitor.c
1100
if ((r = sshbuf_put_u32(m, authok)) != 0)
crypto/openssh/monitor.c
1140
if ((r = sshbuf_put_u32(m, ret)) != 0 ||
crypto/openssh/monitor.c
1172
if ((r = sshbuf_put_u32(m, ok)) != 0)
crypto/openssh/monitor.c
1197
if ((r = sshbuf_put_u32(m, ret)) != 0 ||
crypto/openssh/monitor.c
1200
(r = sshbuf_put_u32(m, sshpam_get_maxtries_reached())) != 0 ||
crypto/openssh/monitor.c
1201
(r = sshbuf_put_u32(m, num)) != 0)
crypto/openssh/monitor.c
1207
(r = sshbuf_put_u32(m, echo_on[i])) != 0)
crypto/openssh/monitor.c
1251
if ((r = sshbuf_put_u32(m, ret)) != 0)
crypto/openssh/monitor.c
1361
if ((r = sshbuf_put_u32(m, allowed)) != 0)
crypto/openssh/monitor.c
1622
if ((r = sshbuf_put_u32(m, encoded_ret)) != 0 ||
crypto/openssh/monitor.c
1626
if ((r = sshbuf_put_u32(m, sig_details->sk_counter)) != 0 ||
crypto/openssh/monitor.c
1697
if ((r = sshbuf_put_u32(m, 1)) != 0 ||
crypto/openssh/monitor.c
1740
if ((r = sshbuf_put_u32(m, 0)) != 0)
crypto/openssh/monitor.c
1989
if ((r = sshbuf_put_u32(m, major)) != 0)
crypto/openssh/monitor.c
2018
if ((r = sshbuf_put_u32(m, major)) != 0 ||
crypto/openssh/monitor.c
2020
(r = sshbuf_put_u32(m, flags)) != 0)
crypto/openssh/monitor.c
2054
if ((r = sshbuf_put_u32(m, ret)) != 0)
crypto/openssh/monitor.c
2077
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
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
231
if ((r = sshbuf_put_u32(m, min)) != 0 ||
crypto/openssh/monitor_wrap.c
232
(r = sshbuf_put_u32(m, nbits)) != 0 ||
crypto/openssh/monitor_wrap.c
233
(r = sshbuf_put_u32(m, max)) != 0)
crypto/openssh/monitor_wrap.c
266
if ((r = sshbuf_put_u32(m, ssh->compat)) != 0)
crypto/openssh/monitor_wrap.c
286
(r = sshbuf_put_u32(m, compat)) != 0)
crypto/openssh/monitor_wrap.c
509
if ((r = sshbuf_put_u32(m, type)) != 0 ||
crypto/openssh/monitor_wrap.c
513
(r = sshbuf_put_u32(m, pubkey_auth_attempt)) != 0)
crypto/openssh/monitor_wrap.c
803
if ((r = sshbuf_put_u32(m, num)) != 0)
crypto/openssh/monitor_wrap.c
986
if ((r = sshbuf_put_u32(m, event)) != 0)
crypto/openssh/mux.c
1119
if ((r = sshbuf_put_u32(reply, MUX_S_SESSION_OPENED)) != 0 ||
crypto/openssh/mux.c
1120
(r = sshbuf_put_u32(reply, cctx->rid)) != 0 ||
crypto/openssh/mux.c
1121
(r = sshbuf_put_u32(reply, c->self)) != 0)
crypto/openssh/mux.c
1186
if ((r = sshbuf_put_u32(reply, MUX_S_PROXY)) != 0 ||
crypto/openssh/mux.c
1187
(r = sshbuf_put_u32(reply, rid)) != 0)
crypto/openssh/mux.c
1213
if ((r = sshbuf_put_u32(out, MUX_MSG_HELLO)) != 0 ||
crypto/openssh/mux.c
1214
(r = sshbuf_put_u32(out, SSHMUX_VER)) != 0)
crypto/openssh/mux.c
1288
if ((r = sshbuf_put_u32(m, MUX_S_EXIT_MESSAGE)) != 0 ||
crypto/openssh/mux.c
1289
(r = sshbuf_put_u32(m, c->self)) != 0 ||
crypto/openssh/mux.c
1290
(r = sshbuf_put_u32(m, exitval)) != 0 ||
crypto/openssh/mux.c
1311
if ((r = sshbuf_put_u32(m, MUX_S_TTY_ALLOC_FAIL)) != 0 ||
crypto/openssh/mux.c
1312
(r = sshbuf_put_u32(m, c->self)) != 0 ||
crypto/openssh/mux.c
1456
if ((r = sshbuf_put_u32(reply, MUX_S_SESSION_OPENED)) != 0 ||
crypto/openssh/mux.c
1457
(r = sshbuf_put_u32(reply, cctx->rid)) != 0 ||
crypto/openssh/mux.c
1458
(r = sshbuf_put_u32(reply, c->self)) != 0)
crypto/openssh/mux.c
1649
if ((r = sshbuf_put_u32(m, MUX_MSG_HELLO)) != 0 ||
crypto/openssh/mux.c
1650
(r = sshbuf_put_u32(m, SSHMUX_VER)) != 0)
crypto/openssh/mux.c
1718
if ((r = sshbuf_put_u32(m, MUX_C_ALIVE_CHECK)) != 0 ||
crypto/openssh/mux.c
1719
(r = sshbuf_put_u32(m, muxclient_request_id)) != 0)
crypto/openssh/mux.c
1769
if ((r = sshbuf_put_u32(m, MUX_C_EXT_INFO)) != 0 ||
crypto/openssh/mux.c
1770
(r = sshbuf_put_u32(m, muxclient_request_id)) != 0 ||
crypto/openssh/mux.c
1820
if ((r = sshbuf_put_u32(m, MUX_C_TERMINATE)) != 0 ||
crypto/openssh/mux.c
1821
(r = sshbuf_put_u32(m, muxclient_request_id)) != 0)
crypto/openssh/mux.c
1896
if ((r = sshbuf_put_u32(m, type)) != 0 ||
crypto/openssh/mux.c
1897
(r = sshbuf_put_u32(m, muxclient_request_id)) != 0 ||
crypto/openssh/mux.c
1898
(r = sshbuf_put_u32(m, ftype)) != 0 ||
crypto/openssh/mux.c
1900
(r = sshbuf_put_u32(m, fwd->listen_port)) != 0 ||
crypto/openssh/mux.c
1902
(r = sshbuf_put_u32(m, fwd->connect_port)) != 0)
crypto/openssh/mux.c
2016
if ((r = sshbuf_put_u32(m, MUX_C_NEW_SESSION)) != 0 ||
crypto/openssh/mux.c
2017
(r = sshbuf_put_u32(m, muxclient_request_id)) != 0 ||
crypto/openssh/mux.c
2019
(r = sshbuf_put_u32(m, tty_flag)) != 0 ||
crypto/openssh/mux.c
2020
(r = sshbuf_put_u32(m, options.forward_x11)) != 0 ||
crypto/openssh/mux.c
2021
(r = sshbuf_put_u32(m, options.forward_agent)) != 0 ||
crypto/openssh/mux.c
2022
(r = sshbuf_put_u32(m, options.session_type == SESSION_TYPE_SUBSYSTEM)) != 0 ||
crypto/openssh/mux.c
2023
(r = sshbuf_put_u32(m, echar)) != 0 ||
crypto/openssh/mux.c
2184
if ((r = sshbuf_put_u32(m, MUX_C_PROXY)) != 0 ||
crypto/openssh/mux.c
2185
(r = sshbuf_put_u32(m, muxclient_request_id)) != 0)
crypto/openssh/mux.c
2237
if ((r = sshbuf_put_u32(m, MUX_C_NEW_STDIO_FWD)) != 0 ||
crypto/openssh/mux.c
2238
(r = sshbuf_put_u32(m, muxclient_request_id)) != 0 ||
crypto/openssh/mux.c
2241
(r = sshbuf_put_u32(m, options.stdio_forward_port)) != 0)
crypto/openssh/mux.c
2328
if ((r = sshbuf_put_u32(m, MUX_C_STOP_LISTENING)) != 0 ||
crypto/openssh/mux.c
2329
(r = sshbuf_put_u32(m, muxclient_request_id)) != 0)
crypto/openssh/mux.c
310
if ((r = sshbuf_put_u32(reply, MUX_S_OK)) != 0 ||
crypto/openssh/mux.c
311
(r = sshbuf_put_u32(reply, rid)) != 0)
crypto/openssh/mux.c
321
if ((r = sshbuf_put_u32(reply, type)) != 0 ||
crypto/openssh/mux.c
322
(r = sshbuf_put_u32(reply, rid)) != 0 ||
crypto/openssh/mux.c
495
if ((r = sshbuf_put_u32(reply, MUX_S_ALIVE)) != 0 ||
crypto/openssh/mux.c
496
(r = sshbuf_put_u32(reply, rid)) != 0 ||
crypto/openssh/mux.c
497
(r = sshbuf_put_u32(reply, (u_int)getpid())) != 0)
crypto/openssh/mux.c
530
if ((r = sshbuf_put_u32(reply, MUX_S_EXT_INFO)) != 0 ||
crypto/openssh/mux.c
531
(r = sshbuf_put_u32(reply, rid)) != 0 ||
crypto/openssh/mux.c
532
(r = sshbuf_put_u32(reply, status)) != 0 ||
crypto/openssh/mux.c
670
if ((r = sshbuf_put_u32(out,
crypto/openssh/mux.c
672
(r = sshbuf_put_u32(out, fctx->rid)) != 0 ||
crypto/openssh/mux.c
673
(r = sshbuf_put_u32(out,
crypto/openssh/mux.c
820
if ((r = sshbuf_put_u32(reply,
crypto/openssh/mux.c
822
(r = sshbuf_put_u32(reply, rid)) != 0 ||
crypto/openssh/mux.c
823
(r = sshbuf_put_u32(reply,
crypto/openssh/packet.c
2423
if ((r = sshbuf_put_u32(m, kex->we_need)) != 0 ||
crypto/openssh/packet.c
2425
(r = sshbuf_put_u32(m, kex->hostkey_type)) != 0 ||
crypto/openssh/packet.c
2426
(r = sshbuf_put_u32(m, kex->hostkey_nid)) != 0 ||
crypto/openssh/packet.c
2427
(r = sshbuf_put_u32(m, kex->kex_type)) != 0 ||
crypto/openssh/packet.c
2428
(r = sshbuf_put_u32(m, kex->kex_strict)) != 0 ||
crypto/openssh/packet.c
2434
(r = sshbuf_put_u32(m, kex->flags)) != 0)
crypto/openssh/packet.c
2463
(r = sshbuf_put_u32(b, enc->enabled)) != 0 ||
crypto/openssh/packet.c
2464
(r = sshbuf_put_u32(b, enc->block_size)) != 0 ||
crypto/openssh/packet.c
2470
(r = sshbuf_put_u32(b, mac->enabled)) != 0 ||
crypto/openssh/packet.c
2474
if ((r = sshbuf_put_u32(b, comp->type)) != 0 ||
crypto/openssh/packet.c
2495
(r = sshbuf_put_u32(m, state->rekey_interval)) != 0 ||
crypto/openssh/packet.c
2496
(r = sshbuf_put_u32(m, state->p_send.seqnr)) != 0 ||
crypto/openssh/packet.c
2498
(r = sshbuf_put_u32(m, state->p_send.packets)) != 0 ||
crypto/openssh/packet.c
2500
(r = sshbuf_put_u32(m, state->p_read.seqnr)) != 0 ||
crypto/openssh/packet.c
2502
(r = sshbuf_put_u32(m, state->p_read.packets)) != 0 ||
crypto/openssh/packet.c
2506
(r = sshbuf_put_u32(m, ENCODE_INT(state->interactive_mode))) != 0 ||
crypto/openssh/packet.c
2507
(r = sshbuf_put_u32(m, ENCODE_INT(state->qos_interactive))) != 0 ||
crypto/openssh/packet.c
2508
(r = sshbuf_put_u32(m, ENCODE_INT(state->qos_other))) != 0)
crypto/openssh/packet.c
2718
return sshbuf_put_u32(ssh->state->outgoing_packet, val);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf.c
252
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0xdeadbeef), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf.c
253
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0x01020304), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf.c
254
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0xfeedface), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
103
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0x12345678), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
42
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0x12345678), SSH_ERR_BUFFER_READ_ONLY);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
229
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0x11223344), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
239
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0x11223344), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
249
r = sshbuf_put_u32(p1, 0x11223344);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
287
ASSERT_INT_EQ(sshbuf_put_u32(p1, sizeof(x)), 0);
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
303
ASSERT_INT_EQ(sshbuf_put_u32(p1, sizeof(x)), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
317
ASSERT_INT_EQ(sshbuf_put_u32(p1, sizeof(x)), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
331
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0xffffffff), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
343
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0xffffffff), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
355
ASSERT_INT_EQ(sshbuf_put_u32(p1, sizeof(x)), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
366
ASSERT_INT_EQ(sshbuf_put_u32(p1, sizeof(x) - 1), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
132
ASSERT_INT_EQ(sshbuf_put_u32(p1, BN_num_bytes(bn)), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
149
ASSERT_INT_EQ(sshbuf_put_u32(p1, BN_num_bytes(bn)), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
164
ASSERT_INT_EQ(sshbuf_put_u32(p1, 65536), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
179
ASSERT_INT_EQ(sshbuf_put_u32(p1, BN_num_bytes(bn) + 1), 0); /* MSB */
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
197
ASSERT_INT_EQ(sshbuf_put_u32(p1, BN_num_bytes(bn) + 1), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
213
ASSERT_INT_EQ(sshbuf_put_u32(p1, BN_num_bytes(bn)), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
36
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0x12345678), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
60
ASSERT_INT_EQ(sshbuf_put_u32(p1, 0x12345678), 0);
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
94
ASSERT_INT_EQ(sshbuf_put_u32(b, SSH2_CERT_TYPE_USER), 0); /* type */
crypto/openssh/servconf.c
2746
(r = sshbuf_put_u32(buf, uv)) != 0)
crypto/openssh/servconf.c
2806
if ((r = sshbuf_put_u32(buf, n)) != 0)
crypto/openssh/servconf.c
2821
if ((r = sshbuf_put_u32(buf, options->num_host_key_files)) != 0) {
crypto/openssh/servconf.c
2858
if ((r = sshbuf_put_u32(buf, options->num_queued_listens)) != 0) {
crypto/openssh/servconf.c
2908
if ((r = sshbuf_put_u32(buf, options->num_ports)) != 0) {
crypto/openssh/servconf.c
3049
if ((r = sshbuf_put_u32(buf, options->num_subsystems)) != 0) {
crypto/openssh/servconf.c
3090
if ((r = sshbuf_put_u32(buf, SSHD_CONFIG_BLOB_VERSION)) != 0) {
crypto/openssh/serverloop.c
799
(r = sshbuf_put_u32(resp, allocated_listen_port)) != 0)
crypto/openssh/sftp-client.c
1011
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1133
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1135
(r = sshbuf_put_u32(msg, SSH2_FXF_READ)) != 0 ||
crypto/openssh/sftp-client.c
1153
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1155
(r = sshbuf_put_u32(msg, SSH2_FXF_WRITE|SSH2_FXF_CREAT|
crypto/openssh/sftp-client.c
1175
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1219
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1227
(r = sshbuf_put_u32(msg, id)) != 0)
crypto/openssh/sftp-client.c
1267
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1304
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1338
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1432
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1462
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1491
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1516
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1519
(r = sshbuf_put_u32(msg, len)) != 0)
crypto/openssh/sftp-client.c
1550
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
1552
(r = sshbuf_put_u32(msg, openmode)) != 0 ||
crypto/openssh/sftp-client.c
2136
(r = sshbuf_put_u32(msg, ack->id)) != 0 ||
crypto/openssh/sftp-client.c
230
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
248
(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
2873
if ((r = sshbuf_put_u32(uidbuf, uids[i])) != 0)
crypto/openssh/sftp-client.c
2877
if ((r = sshbuf_put_u32(gidbuf, gids[i])) != 0)
crypto/openssh/sftp-client.c
2881
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
466
(r = sshbuf_put_u32(msg, SSH2_FILEXFER_VERSION)) != 0)
crypto/openssh/sftp-client.c
623
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
671
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
706
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-client.c
731
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-common.c
159
if ((r = sshbuf_put_u32(b, a->flags)) != 0)
crypto/openssh/sftp-common.c
166
if ((r = sshbuf_put_u32(b, a->uid)) != 0 ||
crypto/openssh/sftp-common.c
167
(r = sshbuf_put_u32(b, a->gid)) != 0)
crypto/openssh/sftp-common.c
171
if ((r = sshbuf_put_u32(b, a->perm)) != 0)
crypto/openssh/sftp-common.c
175
if ((r = sshbuf_put_u32(b, a->atime)) != 0 ||
crypto/openssh/sftp-common.c
176
(r = sshbuf_put_u32(b, a->mtime)) != 0)
crypto/openssh/sftp-server.c
1529
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-server.c
1783
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-server.c
553
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-server.c
554
(r = sshbuf_put_u32(msg, status)) != 0)
crypto/openssh/sftp-server.c
581
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-server.c
616
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-server.c
617
(r = sshbuf_put_u32(msg, count)) != 0)
crypto/openssh/sftp-server.c
640
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-server.c
660
(r = sshbuf_put_u32(msg, id)) != 0 ||
crypto/openssh/sftp-server.c
713
(r = sshbuf_put_u32(msg, SSH2_FILEXFER_VERSION)) != 0)
crypto/openssh/ssh-agent.c
1539
(r = sshbuf_put_u32(msg, 0)) != 0 ||
crypto/openssh/ssh-agent.c
626
if ((r = sshbuf_put_u32(e->output, 1)) != 0 ||
crypto/openssh/ssh-agent.c
674
(r = sshbuf_put_u32(msg, nentries)) != 0 ||
crypto/openssh/ssh-ecdsa-sk.c
366
(ret = sshbuf_put_u32(original_signed, sig_counter)) != 0 ||
crypto/openssh/ssh-ed25519-sk.c
208
sshbuf_put_u32(encoded, sig_counter) != 0 ||
crypto/openssh/ssh-pkcs11-client.c
254
(r = sshbuf_put_u32(msg, compat)) != 0)
crypto/openssh/ssh-pkcs11-helper.c
81
(r = sshbuf_put_u32(msg, nkeys)) != 0)
crypto/openssh/ssh-pkcs11-helper.c
92
(r = sshbuf_put_u32(msg, -nkeys)) != 0)
crypto/openssh/ssh-sk-client.c
177
if ((r = sshbuf_put_u32(req, type)) != 0 ||
crypto/openssh/ssh-sk-client.c
179
(r = sshbuf_put_u32(req, ll < 0 ? 0 : ll)) != 0 ||
crypto/openssh/ssh-sk-client.c
276
(r = sshbuf_put_u32(req, compat)) != 0 ||
crypto/openssh/ssh-sk-client.c
339
if ((r = sshbuf_put_u32(req, (u_int)type)) != 0 ||
crypto/openssh/ssh-sk-client.c
437
(r = sshbuf_put_u32(req, flags)) != 0) {
crypto/openssh/ssh-sk-helper.c
151
if ((r = sshbuf_put_u32(resp, SSH_SK_HELPER_SIGN)) != 0 ||
crypto/openssh/ssh-sk-helper.c
211
if ((r = sshbuf_put_u32(resp, SSH_SK_HELPER_ENROLL)) != 0 ||
crypto/openssh/ssh-sk-helper.c
263
if ((r = sshbuf_put_u32(resp, SSH_SK_HELPER_LOAD_RESIDENT)) != 0)
crypto/openssh/ssh-sk-helper.c
74
if (sshbuf_put_u32(resp, SSH_SK_HELPER_ERROR) != 0 ||
crypto/openssh/ssh-sk-helper.c
75
sshbuf_put_u32(resp, (u_int)-r) != 0)
crypto/openssh/ssh-sk.c
466
(r = sshbuf_put_u32(attest, 0)) != 0 || /* resvd flags */
crypto/openssh/ssh-sk.c
603
(r = sshbuf_put_u32(sig, resp->counter)) != 0) {
crypto/openssh/ssh-sk.c
636
(r = sshbuf_put_u32(sig, resp->counter)) != 0) {
crypto/openssh/sshbuf.h
182
int sshbuf_put_u32(struct sshbuf *buf, uint32_t val);
crypto/openssh/sshconnect2.c
2093
if ((r = sshbuf_put_u32(b, sock)) != 0 ||
crypto/openssh/sshd.c
718
if ((r = sshbuf_put_u32(m, 0)) != 0 ||
crypto/openssh/sshd.c
753
if ((r = sshbuf_put_u32(m, 0)) != 0 ||
crypto/openssh/sshkey.c
2341
(ret = sshbuf_put_u32(cert, k->cert->type)) != 0 ||
crypto/openssh/sshkey.c
2880
(r = sshbuf_put_u32(kdf, rounds)) != 0)
crypto/openssh/sshkey.c
2895
(r = sshbuf_put_u32(encoded, 1)) != 0 || /* number of keys */
crypto/openssh/sshkey.c
2904
if ((r = sshbuf_put_u32(encrypted, check)) != 0 ||
crypto/openssh/sshkey.c
2905
(r = sshbuf_put_u32(encrypted, check)) != 0)
crypto/openssh/sshkey.c
2921
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
303
(r = sshbuf_put_u32(buf, obaud)) != 0 ||
crypto/openssh/ttymodes.c
305
(r = sshbuf_put_u32(buf, ibaud)) != 0)
crypto/openssh/ttymodes.c
311
(r = sshbuf_put_u32(buf, \
crypto/openssh/ttymodes.c
321
(r = sshbuf_put_u32(buf, ((tio.FIELD & NAME) != 0))) != 0) \