Symbol: sshbuf_put
crypto/openssh/auth-pam.c
917
if ((r = sshbuf_put(loginmsg, **prompts,
crypto/openssh/auth2.c
415
if ((r = sshbuf_put(loginmsg, "\0", 1)) != 0)
crypto/openssh/authfd.c
173
if ((r = sshbuf_put(reply, buf, l)) != 0)
crypto/openssh/channels.c
1546
if ((r = sshbuf_put(output, &s4_rsp, sizeof(s4_rsp))) != 0)
crypto/openssh/channels.c
1680
if ((r = sshbuf_put(output, &s5_rsp, sizeof(s5_rsp))) != 0 ||
crypto/openssh/channels.c
1682
(r = sshbuf_put(output, &dest_port, sizeof(dest_port))) != 0)
crypto/openssh/channels.c
2181
} else if ((r = sshbuf_put(c->input, buf, len)) != 0)
crypto/openssh/channels.c
2332
else if ((r = sshbuf_put(c->extended, buf, len)) != 0)
crypto/openssh/channels.c
2409
} else if ((r = sshbuf_put(c->input, buf, len)) != 0)
crypto/openssh/channels.c
3335
(r = sshbuf_put(b, cp, len)) != 0 ||
crypto/openssh/channels.c
3460
} else if ((r = sshbuf_put(c->output, data, data_len)) != 0)
crypto/openssh/channels.c
3513
if ((r = sshbuf_put(c->extended, data, data_len)) != 0)
crypto/openssh/clientloop.c
1325
if ((r = sshbuf_put(berr, s, strlen(s))) != 0)
crypto/openssh/clientloop.c
855
if ((r = sshbuf_put(c->extended, errmsg,
crypto/openssh/gss-genr.c
129
if ((r = sshbuf_put(b, msg.value, msg.length)) != 0 ||
crypto/openssh/gss-genr.c
141
if ((r = sshbuf_put(b, msg.value, msg.length)) != 0 ||
crypto/openssh/kex.c
1140
if ((r = sshbuf_put(kex->session_id, hash, hashlen)) != 0)
crypto/openssh/kex.c
625
if ((r = sshbuf_put(kex->peer, ptr, dlen)) != 0)
crypto/openssh/kexc25519.c
77
r = sshbuf_put(out, shared_key, CURVE25519_SIZE);
crypto/openssh/kexgen.c
235
if ((r = sshbuf_put(kex->initial_sig, signature, slen)) != 0)
crypto/openssh/kexgex.c
86
(r = sshbuf_put(b, shared_secret, secretlen)) != 0) {
crypto/openssh/kexgexc.c
223
if ((r = sshbuf_put(kex->initial_sig, signature, slen)) != 0)
crypto/openssh/krl.c
746
if ((r = sshbuf_put(buf, KRL_MAGIC, sizeof(KRL_MAGIC) - 1)) != 0 ||
crypto/openssh/misc.c
1323
if ((r = sshbuf_put(buf, val, strlen(val))) !=0)
crypto/openssh/misc.c
1352
if ((r = sshbuf_put(buf, keys[i].repl,
crypto/openssh/monitor_wrap.c
663
if ((r = sshbuf_put(loginmsg, msg, strlen(msg))) != 0)
crypto/openssh/monitor_wrap.c
736
(r = sshbuf_put(loginmsg, msg, msglen)) != 0)
crypto/openssh/mux.c
1584
(r = sshbuf_put(m, ptr, have)) != 0)
crypto/openssh/mux.c
394
if ((r = sshbuf_put(cctx->cmd, cmd, strlen(cmd))) != 0)
crypto/openssh/packet.c
1205
if ((r = sshbuf_put(state->outgoing_packet,
crypto/openssh/packet.c
1294
if ((r = sshbuf_put(state->output, macbuf, mac->mac_len)) != 0)
crypto/openssh/packet.c
1544
if ((r = sshbuf_put(state->incoming_packet, cp + 4,
crypto/openssh/packet.c
1904
if ((r = sshbuf_put(state->input, buf, len)) != 0)
crypto/openssh/packet.c
2578
(r = sshbuf_put(state->input, input, ilen)) != 0 ||
crypto/openssh/packet.c
2579
(r = sshbuf_put(state->output, output, olen)) != 0)
crypto/openssh/packet.c
2595
return sshbuf_put(ssh->state->outgoing_packet, v, len);
crypto/openssh/packet.c
2756
return sshbuf_put(ssh->state->outgoing_packet, buf, sizeof(buf));
crypto/openssh/packet.c
392
if ((r = sshbuf_put(state->incoming_packet, buf,
crypto/openssh/packet.c
856
if ((r = sshbuf_put(out, buf, sizeof(buf) -
crypto/openssh/packet.c
892
if ((r = sshbuf_put(out, buf, sizeof(buf) -
crypto/openssh/servconf.c
2731
if ((r = sshbuf_put(conf, cp, strlen(cp))) != 0)
crypto/openssh/sftp-server.c
2080
} else if ((r = sshbuf_put(iqueue, buf, len)) != 0)
crypto/openssh/ssh-agent.c
1976
if ((r = sshbuf_put(sockets[socknum].input, buf, len)) != 0)
crypto/openssh/ssh-ecdsa-sk.c
203
if ((r = sshbuf_put(m, WEBAUTHN_0, sizeof(WEBAUTHN_0) - 1)) != 0 ||
crypto/openssh/ssh-ecdsa-sk.c
205
(r = sshbuf_put(m, WEBAUTHN_1, sizeof(WEBAUTHN_1) - 1)) != 0 ||
crypto/openssh/ssh-ecdsa-sk.c
206
(r = sshbuf_put(m, origin, strlen(origin))) != 0 ||
crypto/openssh/ssh-ecdsa-sk.c
207
(r = sshbuf_put(m, WEBAUTHN_2, sizeof(WEBAUTHN_2) - 1)) != 0)
crypto/openssh/ssh-ecdsa-sk.c
359
if ((ret = sshbuf_put(original_signed,
crypto/openssh/ssh-ecdsa-sk.c
364
(ret = sshbuf_put(original_signed, msghash, sizeof(msghash))) != 0)
crypto/openssh/ssh-ed25519-sk.c
207
if (sshbuf_put(encoded, sigblob, len) != 0 ||
crypto/openssh/ssh-ed25519-sk.c
208
sshbuf_put(encoded, apphash, sizeof(apphash)) != 0 ||
crypto/openssh/ssh-ed25519-sk.c
211
sshbuf_put(encoded, msghash, sizeof(msghash)) != 0) {
crypto/openssh/ssh-pkcs11-client.c
227
if ((r = sshbuf_put(m, buf, l)) != 0)
crypto/openssh/ssh-pkcs11-helper.c
396
} else if ((r = sshbuf_put(iqueue, buf, len)) != 0)
crypto/openssh/ssh.c
1453
if ((r = sshbuf_put(command, options.remote_command,
crypto/openssh/ssh_api.c
249
return sshbuf_put(ssh_packet_get_input(ssh), data, len);
crypto/openssh/ssh_api.c
378
if ((r = sshbuf_put(ssh_packet_get_output(ssh),
crypto/openssh/sshbuf-getput-basic.c
343
return sshbuf_put(buf, sshbuf_ptr(v), sshbuf_len(v));
crypto/openssh/sshbuf-io.c
58
if ((r = sshbuf_put(blob, buf, len)) != 0)
crypto/openssh/sshbuf-misc.c
121
if ((r = sshbuf_put(b64, s, strlen(s))) != 0)
crypto/openssh/sshbuf-misc.c
163
if ((r = sshbuf_put(buf, p, nlen)) < 0) {
crypto/openssh/sshbuf.h
146
int sshbuf_put(struct sshbuf *buf, const void *v, size_t len);
crypto/openssh/sshd-session.c
758
if (conf != NULL && (r = sshbuf_put(conf, cp, len)))
crypto/openssh/sshkey-xmss.c
931
if ((r = sshbuf_put(encoded, XMSS_MAGIC, sizeof(XMSS_MAGIC))) != 0 ||
crypto/openssh/sshkey.c
2807
if ((r = sshbuf_put(encoded, AUTH_MAGIC, sizeof(AUTH_MAGIC))) != 0 ||
crypto/openssh/sshkey.c
2852
if ((r = sshbuf_put(blob, MARK_BEGIN, MARK_BEGIN_LEN)) != 0 ||
crypto/openssh/sshkey.c
2854
(r = sshbuf_put(blob, MARK_END, MARK_END_LEN)) != 0)
crypto/openssh/sshkey.c
3284
if ((r = sshbuf_put(blob, bptr, blen)) != 0)
crypto/openssh/sshlogin.c
107
if ((r = sshbuf_put(loginmsg,
crypto/openssh/sshsig.c
183
if ((r = sshbuf_put(tosign, MAGIC_PREAMBLE, MAGIC_PREAMBLE_LEN)) != 0 ||
crypto/openssh/sshsig.c
212
if ((r = sshbuf_put(blob, MAGIC_PREAMBLE, MAGIC_PREAMBLE_LEN)) != 0 ||
crypto/openssh/sshsig.c
322
if ((r = sshbuf_put(toverify, MAGIC_PREAMBLE,
crypto/openssh/sshsig.c
428
if ((r = sshbuf_put(b, hash, ssh_digest_bytes(alg))) != 0) {
crypto/openssh/sshsig.c
553
if ((r = sshbuf_put(b, hash, ssh_digest_bytes(alg))) != 0) {
crypto/openssh/sshsig.c
72
if ((r = sshbuf_put(buf, END_SIGNATURE,