Symbol: sshbuf_putb
crypto/openssh/auth2-pubkey.c
192
if ((r = sshbuf_putb(b, ssh->kex->session_id)) != 0)
crypto/openssh/channels.c
3181
(r = sshbuf_putb(modified, original)) != 0) {
crypto/openssh/channels.c
3210
(r = sshbuf_putb(modified, original)) != 0) {
crypto/openssh/kexgen.c
72
(r = sshbuf_putb(b, client_kexinit)) != 0 ||
crypto/openssh/kexgen.c
75
(r = sshbuf_putb(b, server_kexinit)) != 0 ||
crypto/openssh/kexgen.c
79
(r = sshbuf_putb(b, shared_secret)) != 0) {
crypto/openssh/kexgex.c
74
(r = sshbuf_putb(b, client_kexinit)) != 0 ||
crypto/openssh/kexgex.c
77
(r = sshbuf_putb(b, server_kexinit)) != 0 ||
crypto/openssh/misc.c
2153
(r = sshbuf_putb(buf, arg)) != 0 ||
crypto/openssh/packet.c
1207
(r = sshbuf_putb(state->outgoing_packet,
crypto/openssh/packet.c
1750
if ((r = sshbuf_putb(state->incoming_packet,
crypto/openssh/packet.c
2601
return sshbuf_putb(ssh->state->outgoing_packet, b);
crypto/openssh/packet.c
2780
if ((r = sshbuf_putb(state->output,
crypto/openssh/ssh-agent.c
1757
if ((r = sshbuf_putb(e->session_ids[i].sid, sid)) != 0)
crypto/openssh/ssh-agent.c
654
(r = sshbuf_putb(msg, keys)) != 0)
crypto/openssh/ssh-ecdsa-sk.c
363
(ret = sshbuf_putb(original_signed, webauthn_exts)) != 0 ||
crypto/openssh/ssh-sk-client.c
162
(r = sshbuf_putb(req, msg)) != 0) {
crypto/openssh/ssh-sk-client.c
351
if (attest != NULL && (r = sshbuf_putb(attest, abuf)) != 0) {
crypto/openssh/ssh_api.c
430
if ((r = sshbuf_putb(ssh_packet_get_output(ssh), banner)) != 0)
crypto/openssh/sshbuf-misc.c
208
r = sshbuf_putb(b64, b);
crypto/openssh/sshbuf.h
147
int sshbuf_putb(struct sshbuf *buf, const struct sshbuf *v);
crypto/openssh/sshconnect2.c
1399
if ((r = sshbuf_putb(b, ssh->kex->session_id)) != 0)
crypto/openssh/sshkey-xmss.c
936
if ((r = sshbuf_putb(padded, b)) != 0)
crypto/openssh/sshkey-xmss.c
951
if ((r = sshbuf_putb(encoded, padded)) != 0)
crypto/openssh/sshkey.c
1437
if ((r = sshbuf_putb(to->certblob, from->certblob)) != 0 ||
crypto/openssh/sshkey.c
1438
(r = sshbuf_putb(to->critical, from->critical)) != 0 ||
crypto/openssh/sshkey.c
1439
(r = sshbuf_putb(to->extensions, from->extensions)) != 0)
crypto/openssh/sshkey.c
1771
if ((ret = sshbuf_putb(key->cert->certblob, certbuf)) != 0)
crypto/openssh/sshkey.c
1835
if ((ret = sshbuf_putb(key->cert->critical, crit)) != 0 ||
crypto/openssh/sshkey.c
1837
(ret = sshbuf_putb(key->cert->extensions, exts)) != 0))
crypto/openssh/sshkey.c
2479
r = sshbuf_putb(buf, b);
crypto/openssh/sshkey.c
3291
r = sshbuf_putb(buf, blob);
crypto/openssh/sshkey.c
760
if ((ret = sshbuf_putb(b, key->cert->certblob)) != 0)