Symbol: sshbuf_put_u8
crypto/openssh/auth-options.c
778
if ((r = sshbuf_put_u8(m, s == NULL)) != 0 ||
crypto/openssh/auth-options.c
804
if ((r = sshbuf_put_u8(m, opts->permit_port_forwarding_flag)) != 0 ||
crypto/openssh/auth-options.c
805
(r = sshbuf_put_u8(m, opts->permit_agent_forwarding_flag)) != 0 ||
crypto/openssh/auth-options.c
806
(r = sshbuf_put_u8(m, opts->permit_x11_forwarding_flag)) != 0 ||
crypto/openssh/auth-options.c
807
(r = sshbuf_put_u8(m, opts->permit_pty_flag)) != 0 ||
crypto/openssh/auth-options.c
808
(r = sshbuf_put_u8(m, opts->permit_user_rc)) != 0 ||
crypto/openssh/auth-options.c
809
(r = sshbuf_put_u8(m, opts->restricted)) != 0 ||
crypto/openssh/auth-options.c
810
(r = sshbuf_put_u8(m, opts->cert_authority)) != 0 ||
crypto/openssh/auth-options.c
811
(r = sshbuf_put_u8(m, opts->no_require_user_presence)) != 0 ||
crypto/openssh/auth-options.c
812
(r = sshbuf_put_u8(m, opts->require_verify)) != 0)
crypto/openssh/auth-options.c
820
if ((r = sshbuf_put_u8(m, opts->force_tun_device == -1)) != 0 ||
crypto/openssh/auth2-hostbased.c
131
(r = sshbuf_put_u8(b, SSH2_MSG_USERAUTH_REQUEST)) != 0 ||
crypto/openssh/auth2-pubkey.c
207
if ((r = sshbuf_put_u8(b, SSH2_MSG_USERAUTH_REQUEST)) != 0 ||
crypto/openssh/auth2-pubkey.c
211
(r = sshbuf_put_u8(b, have_sig)) != 0 ||
crypto/openssh/auth2.c
789
if ((r = sshbuf_put_u8(authctxt->session_info, ' ')) != 0 ||
crypto/openssh/auth2.c
799
if ((r = sshbuf_put_u8(authctxt->session_info, ' ')) != 0 ||
crypto/openssh/auth2.c
805
if ((r = sshbuf_put_u8(authctxt->session_info, '\n')) != 0)
crypto/openssh/authfd.c
223
if ((r = sshbuf_put_u8(msg, type)) != 0 ||
crypto/openssh/authfd.c
276
if ((r = sshbuf_put_u8(msg, SSH2_AGENTC_REQUEST_IDENTITIES)) != 0)
crypto/openssh/authfd.c
422
if ((r = sshbuf_put_u8(msg, SSH2_AGENTC_SIGN_REQUEST)) != 0 ||
crypto/openssh/authfd.c
473
(r = sshbuf_put_u8(b, dch->key_is_ca[i] != 0)) != 0)
crypto/openssh/authfd.c
517
if ((r = sshbuf_put_u8(m, SSH_AGENT_CONSTRAIN_LIFETIME)) != 0 ||
crypto/openssh/authfd.c
522
if ((r = sshbuf_put_u8(m, SSH_AGENT_CONSTRAIN_CONFIRM)) != 0)
crypto/openssh/authfd.c
526
if ((r = sshbuf_put_u8(m, SSH_AGENT_CONSTRAIN_MAXSIGN)) != 0 ||
crypto/openssh/authfd.c
531
if ((r = sshbuf_put_u8(m,
crypto/openssh/authfd.c
548
if ((r = sshbuf_put_u8(m,
crypto/openssh/authfd.c
566
if ((r = sshbuf_put_u8(m,
crypto/openssh/authfd.c
570
(r = sshbuf_put_u8(m, cert_only != 0)) != 0 ||
crypto/openssh/authfd.c
620
if ((r = sshbuf_put_u8(msg, type)) != 0 ||
crypto/openssh/authfd.c
661
if ((r = sshbuf_put_u8(msg,
crypto/openssh/authfd.c
703
if ((r = sshbuf_put_u8(msg, type)) != 0 ||
crypto/openssh/authfd.c
740
if ((r = sshbuf_put_u8(msg, type)) != 0)
crypto/openssh/authfd.c
764
if ((r = sshbuf_put_u8(msg, SSH_AGENTC_EXTENSION)) != 0 ||
crypto/openssh/authfd.c
769
(r = sshbuf_put_u8(msg, forwarding ? 1 : 0)) != 0)
crypto/openssh/channels.c
1603
if ((r = sshbuf_put_u8(output, 0x05)) != 0 ||
crypto/openssh/channels.c
1604
(r = sshbuf_put_u8(output, SSH_SOCKS5_NOAUTH)) != 0)
crypto/openssh/channels.c
3332
if ((r = sshbuf_put_u8(b, 0)) != 0 || /* padlen */
crypto/openssh/channels.c
3333
(r = sshbuf_put_u8(b, type)) != 0 ||
crypto/openssh/clientloop.c
1311
if ((r = sshbuf_put_u8(bin, 4)) != 0)
crypto/openssh/clientloop.c
1344
if ((r = sshbuf_put_u8(bin,
crypto/openssh/clientloop.c
1372
if ((r = sshbuf_put_u8(bin, ch)) != 0)
crypto/openssh/clientloop.c
1723
if ((r = sshbuf_put_u8(b, 0)) != 0 || /* padlen */
crypto/openssh/clientloop.c
1724
(r = sshbuf_put_u8(b, SSH2_MSG_CHANNEL_OPEN)) != 0 ||
crypto/openssh/gss-genr.c
130
(r = sshbuf_put_u8(b, '\n')) != 0)
crypto/openssh/gss-genr.c
142
(r = sshbuf_put_u8(b, '\n')) != 0)
crypto/openssh/gss-genr.c
148
if ((r = sshbuf_put_u8(b, '\n')) != 0)
crypto/openssh/gss-genr.c
266
(r = sshbuf_put_u8(b, SSH2_MSG_USERAUTH_REQUEST)) != 0 ||
crypto/openssh/kex.c
1339
if ((r = sshbuf_put_u8(peer_version, c)) != 0) {
crypto/openssh/kex.c
162
if ((r = sshbuf_put_u8(b, 0)) != 0)
crypto/openssh/kex.c
169
if ((r = sshbuf_put_u8(b, 0)) != 0 || /* first_kex_packet_follows */
crypto/openssh/kexgen.c
71
(r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 ||
crypto/openssh/kexgen.c
74
(r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 ||
crypto/openssh/kexgex.c
73
(r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 ||
crypto/openssh/kexgex.c
76
(r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 ||
crypto/openssh/krl.c
633
if ((r = sshbuf_put_u8(buf, state)) != 0 ||
crypto/openssh/krl.c
705
if ((r = sshbuf_put_u8(buf, state)) != 0 ||
crypto/openssh/krl.c
719
if ((r = sshbuf_put_u8(buf, KRL_SECTION_CERT_KEY_ID)) != 0 ||
crypto/openssh/krl.c
760
if ((r = sshbuf_put_u8(buf, KRL_SECTION_CERTIFICATES)) != 0 ||
crypto/openssh/krl.c
773
if ((r = sshbuf_put_u8(buf, KRL_SECTION_EXPLICIT_KEY)) != 0 ||
crypto/openssh/krl.c
784
if ((r = sshbuf_put_u8(buf,
crypto/openssh/krl.c
796
if ((r = sshbuf_put_u8(buf,
crypto/openssh/misc.c
1338
if ((r = sshbuf_put_u8(buf, *string)) != 0)
crypto/openssh/misc.c
2136
r = sshbuf_put_u8(arg, c);
crypto/openssh/misc.c
2141
if ((r = sshbuf_put_u8(arg, '\\')) != 0)
crypto/openssh/misc.c
2145
r = sshbuf_put_u8(arg, c);
crypto/openssh/misc.c
2151
if ((i != 0 && (r = sshbuf_put_u8(buf, ' ')) != 0) ||
crypto/openssh/misc.c
2152
(ws != 0 && (r = sshbuf_put_u8(buf, '"')) != 0) ||
crypto/openssh/misc.c
2154
(ws != 0 && (r = sshbuf_put_u8(buf, '"')) != 0))
crypto/openssh/monitor.c
1508
(r = sshbuf_put_u8(m, sig_details != NULL)) != 0)
crypto/openssh/monitor.c
1512
(r = sshbuf_put_u8(m, sig_details->sk_flags)) != 0)
crypto/openssh/monitor.c
593
if ((r = sshbuf_put_u8(m, 0)) != 0)
crypto/openssh/monitor.c
599
if ((r = sshbuf_put_u8(m, 1)) != 0 ||
crypto/openssh/monitor.c
763
if ((r = sshbuf_put_u8(m, 0)) != 0)
crypto/openssh/monitor.c
774
if ((r = sshbuf_put_u8(m, 1)) != 0)
crypto/openssh/packet.c
2607
return sshbuf_put_u8(ssh->state->outgoing_packet, val);
crypto/openssh/servconf.c
2735
if ((r = sshbuf_put_u8(conf, 0)) != 0)
crypto/openssh/session.c
264
if ((r = sshbuf_put_u8(loginmsg, 0)) != 0)
crypto/openssh/sftp-client.c
1025
if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED)) != 0 ||
crypto/openssh/sftp-client.c
1147
if ((r = sshbuf_put_u8(msg, SSH2_FXP_OPEN)) != 0 ||
crypto/openssh/sftp-client.c
1167
if ((r = sshbuf_put_u8(msg, SSH2_FXP_OPEN)) != 0 ||
crypto/openssh/sftp-client.c
1189
if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED)) != 0 ||
crypto/openssh/sftp-client.c
1233
if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED)) != 0 ||
crypto/openssh/sftp-client.c
1241
if ((r = sshbuf_put_u8(msg, SSH2_FXP_RENAME)) != 0 ||
crypto/openssh/sftp-client.c
1281
if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED)) != 0 ||
crypto/openssh/sftp-client.c
1318
if ((r = sshbuf_put_u8(msg, SSH2_FXP_SYMLINK)) != 0 ||
crypto/openssh/sftp-client.c
1352
if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED)) != 0 ||
crypto/openssh/sftp-client.c
1446
if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED)) != 0 ||
crypto/openssh/sftp-client.c
1476
if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED)) != 0 ||
crypto/openssh/sftp-client.c
1505
if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED)) != 0 ||
crypto/openssh/sftp-client.c
1530
if ((r = sshbuf_put_u8(msg, SSH2_FXP_READ)) != 0 ||
crypto/openssh/sftp-client.c
1564
if ((r = sshbuf_put_u8(msg, SSH2_FXP_OPEN)) != 0 ||
crypto/openssh/sftp-client.c
2144
if ((r = sshbuf_put_u8(msg, SSH2_FXP_WRITE)) != 0 ||
crypto/openssh/sftp-client.c
241
if ((r = sshbuf_put_u8(msg, code)) != 0 ||
crypto/openssh/sftp-client.c
259
if ((r = sshbuf_put_u8(msg, code)) != 0 ||
crypto/openssh/sftp-client.c
2591
if ((r = sshbuf_put_u8(msg, SSH2_FXP_WRITE)) != 0 ||
crypto/openssh/sftp-client.c
2876
if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED)) != 0 ||
crypto/openssh/sftp-client.c
477
if ((r = sshbuf_put_u8(msg, SSH2_FXP_INIT)) != 0 ||
crypto/openssh/sftp-client.c
637
if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED)) != 0 ||
crypto/openssh/sftp-client.c
685
if ((r = sshbuf_put_u8(msg, SSH2_FXP_CLOSE)) != 0 ||
crypto/openssh/sftp-client.c
720
if ((r = sshbuf_put_u8(msg, SSH2_FXP_OPENDIR)) != 0 ||
crypto/openssh/sftp-client.c
745
if ((r = sshbuf_put_u8(msg, SSH2_FXP_READDIR)) != 0 ||
crypto/openssh/sftp-server.c
1535
if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED_REPLY)) != 0 ||
crypto/openssh/sftp-server.c
1765
if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED_REPLY)) != 0 ||
crypto/openssh/sftp-server.c
560
if ((r = sshbuf_put_u8(msg, SSH2_FXP_STATUS)) != 0 ||
crypto/openssh/sftp-server.c
588
if ((r = sshbuf_put_u8(msg, type)) != 0 ||
crypto/openssh/sftp-server.c
623
if ((r = sshbuf_put_u8(msg, SSH2_FXP_NAME)) != 0 ||
crypto/openssh/sftp-server.c
647
if ((r = sshbuf_put_u8(msg, SSH2_FXP_ATTRS)) != 0 ||
crypto/openssh/sftp-server.c
667
if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED_REPLY)) != 0 ||
crypto/openssh/sftp-server.c
720
if ((r = sshbuf_put_u8(msg, SSH2_FXP_VERSION)) != 0 ||
crypto/openssh/ssh-agent.c
1522
if ((r = sshbuf_put_u8(msg, SSH2_AGENT_IDENTITIES_ANSWER)) != 0 ||
crypto/openssh/ssh-agent.c
611
(r = sshbuf_put_u8(e->output, success ?
crypto/openssh/ssh-agent.c
652
if ((r = sshbuf_put_u8(msg, SSH2_AGENT_IDENTITIES_ANSWER)) != 0 ||
crypto/openssh/ssh-agent.c
968
if ((r = sshbuf_put_u8(msg, SSH2_AGENT_SIGN_RESPONSE)) != 0 ||
crypto/openssh/ssh-agent.c
971
} else if ((r = sshbuf_put_u8(msg, SSH_AGENT_FAILURE)) != 0)
crypto/openssh/ssh-ecdsa-sk.c
361
(ret = sshbuf_put_u8(original_signed, sig_flags)) != 0 ||
crypto/openssh/ssh-ed25519-sk.c
209
sshbuf_put_u8(encoded, sig_flags) != 0 ||
crypto/openssh/ssh-pkcs11-client.c
281
if ((r = sshbuf_put_u8(msg, SSH2_AGENTC_SIGN_REQUEST)) != 0 ||
crypto/openssh/ssh-pkcs11-client.c
364
if ((r = sshbuf_put_u8(msg, SSH2_AGENTC_SIGN_REQUEST)) != 0 ||
crypto/openssh/ssh-pkcs11-client.c
603
if ((r = sshbuf_put_u8(msg, SSH_AGENTC_ADD_SMARTCARD_KEY)) != 0 ||
crypto/openssh/ssh-pkcs11-helper.c
135
if ((r = sshbuf_put_u8(msg,
crypto/openssh/ssh-pkcs11-helper.c
151
} else if ((r = sshbuf_put_u8(msg, SSH_AGENT_FAILURE)) != 0 ||
crypto/openssh/ssh-pkcs11-helper.c
175
if ((r = sshbuf_put_u8(msg, pkcs11_del_provider(name) == 0 ?
crypto/openssh/ssh-pkcs11-helper.c
239
if ((r = sshbuf_put_u8(msg, SSH2_AGENT_SIGN_RESPONSE)) != 0 ||
crypto/openssh/ssh-pkcs11-helper.c
243
if ((r = sshbuf_put_u8(msg, SSH2_AGENT_FAILURE)) != 0)
crypto/openssh/ssh-sk-client.c
160
(r = sshbuf_put_u8(req, log_is_on_stderr() != 0)) != 0 ||
crypto/openssh/ssh-sk-client.c
326
(r = sshbuf_put_u8(req, flags)) != 0 ||
crypto/openssh/ssh_api.c
365
if ((r = sshbuf_put_u8(banner, c)) != 0)
crypto/openssh/sshbuf-misc.c
113
if ((r = sshbuf_put_u8(b64, s[i])) != 0)
crypto/openssh/sshbuf-misc.c
115
if (i % 70 == 69 && (r = sshbuf_put_u8(b64, '\n')) != 0)
crypto/openssh/sshbuf-misc.c
118
if ((i - 1) % 70 != 69 && (r = sshbuf_put_u8(b64, '\n')) != 0)
crypto/openssh/sshbuf.h
162
int sshbuf_put_u8(struct sshbuf *buf, u_char val);
crypto/openssh/sshconnect2.c
1407
if ((r = sshbuf_put_u8(b, SSH2_MSG_USERAUTH_REQUEST)) != 0 ||
crypto/openssh/sshconnect2.c
1411
(r = sshbuf_put_u8(b, 1)) != 0 ||
crypto/openssh/sshconnect2.c
2211
(r = sshbuf_put_u8(b, SSH2_MSG_USERAUTH_REQUEST)) != 0 ||
crypto/openssh/sshkey-xmss.c
338
if ((r = sshbuf_put_u8(b, have_info)) != 0 ||
crypto/openssh/sshkey-xmss.c
707
(r = sshbuf_put_u8(b, th->completed)) != 0 ||
crypto/openssh/sshkey-xmss.c
724
if ((r = sshbuf_put_u8(b, opts)) != 0)
crypto/openssh/sshkey-xmss.c
738
if ((r = sshbuf_put_u8(b, have_stack)) != 0)
crypto/openssh/sshkey-xmss.c
746
if ((r = sshbuf_put_u8(b, have_filename)) != 0)
crypto/openssh/sshkey-xmss.c
752
if ((r = sshbuf_put_u8(b, have_enc)) != 0)
crypto/openssh/sshkey-xmss.c
758
(r = sshbuf_put_u8(b, state->allow_update)) != 0)
crypto/openssh/sshkey-xmss.c
940
if ((r = sshbuf_put_u8(padded, ++i & 0xff)) != 0)
crypto/openssh/sshkey.c
1591
if ((r = sshbuf_put_u8(prvbuf, ++i & 0xff)) != 0)
crypto/openssh/sshkey.c
2433
(r = sshbuf_put_u8(b, key->sk_flags)) != 0 ||
crypto/openssh/sshkey.c
2833
if ((r = sshbuf_put_u8(encrypted, ++i & 0xff)) != 0)
crypto/openssh/sshkey.c
2907
if ((r = sshbuf_put_u8(encoded, *cp)) != 0)
crypto/openssh/sshkey.c
2917
if ((r = sshbuf_put_u8(encoded, 0)) != 0)
crypto/openssh/sshsig.c
74
(r = sshbuf_put_u8(buf, '\n')) != 0) {
crypto/openssh/ttymodes.c
303
if ((r = sshbuf_put_u8(buf, TTY_OP_OSPEED)) != 0 ||
crypto/openssh/ttymodes.c
305
(r = sshbuf_put_u8(buf, TTY_OP_ISPEED)) != 0 ||
crypto/openssh/ttymodes.c
311
if ((r = sshbuf_put_u8(buf, OP)) != 0 || \
crypto/openssh/ttymodes.c
321
} else if ((r = sshbuf_put_u8(buf, OP)) != 0 || \
crypto/openssh/ttymodes.c
332
if ((r = sshbuf_put_u8(buf, TTY_OP_END)) != 0 ||