Symbol: sshbuf_put_string
crypto/openssh/auth2-hostbased.c
136
(r = sshbuf_put_string(b, pkalg, alen)) != 0 ||
crypto/openssh/auth2-hostbased.c
137
(r = sshbuf_put_string(b, pkblob, blen)) != 0 ||
crypto/openssh/auth2-pubkey.c
213
(r = sshbuf_put_string(b, pkblob, blen)) != 0)
crypto/openssh/authfd.c
423
(r = sshbuf_put_string(msg, data, datalen)) != 0 ||
crypto/openssh/authfd.c
475
(r = sshbuf_put_string(b, NULL, 0)) != 0) /* reserved */
crypto/openssh/authfd.c
501
(r = sshbuf_put_string(b, NULL, 0)) != 0) /* reserved */
crypto/openssh/authfd.c
660
(r = sshbuf_put_string(msg, blob, blen)) != 0)
crypto/openssh/channels.c
2264
if ((r = sshbuf_put_string(c->input, buf, len)) != 0)
crypto/openssh/channels.c
3549
if ((r = sshbuf_put_string(c->output, data, data_len)) != 0)
crypto/openssh/kexmlkem768x25519.c
154
if ((r = sshbuf_put_string(buf, hash,
crypto/openssh/kexmlkem768x25519.c
224
if ((r = sshbuf_put_string(buf, hash,
crypto/openssh/kexsntrup761x25519.c
145
if ((r = sshbuf_put_string(buf, hash,
crypto/openssh/kexsntrup761x25519.c
209
if ((r = sshbuf_put_string(buf, hash,
crypto/openssh/krl.c
588
if ((r = sshbuf_put_string(buf, NULL, 0)) != 0)
crypto/openssh/krl.c
594
if ((r = sshbuf_put_string(buf, NULL, 0)) != 0)
crypto/openssh/krl.c
752
(r = sshbuf_put_string(buf, NULL, 0)) != 0 ||
crypto/openssh/krl.c
770
if ((r = sshbuf_put_string(sect, rb->blob, rb->len)) != 0)
crypto/openssh/krl.c
781
if ((r = sshbuf_put_string(sect, rb->blob, rb->len)) != 0)
crypto/openssh/krl.c
793
if ((r = sshbuf_put_string(sect, rb->blob, rb->len)) != 0)
crypto/openssh/monitor.c
2019
(r = sshbuf_put_string(m, out.value, out.length)) != 0 ||
crypto/openssh/monitor.c
770
(r = sshbuf_put_string(sigbuf, session_id2,
crypto/openssh/monitor.c
805
if ((r = sshbuf_put_string(m, signature, siglen)) != 0)
crypto/openssh/monitor.c
822
if ((r = sshbuf_put_string(b, \
crypto/openssh/monitor_wrap.c
1024
if ((r = sshbuf_put_string(m, goid->elements, goid->length)) != 0)
crypto/openssh/monitor_wrap.c
1048
if ((r = sshbuf_put_string(m, in->value, in->length)) != 0)
crypto/openssh/monitor_wrap.c
1077
if ((r = sshbuf_put_string(m, gssbuf->value, gssbuf->length)) != 0 ||
crypto/openssh/monitor_wrap.c
1078
(r = sshbuf_put_string(m, gssmic->value, gssmic->length)) != 0)
crypto/openssh/monitor_wrap.c
284
(r = sshbuf_put_string(m, data, datalen)) != 0 ||
crypto/openssh/monitor_wrap.c
562
(r = sshbuf_put_string(m, sig, siglen)) != 0 ||
crypto/openssh/monitor_wrap.c
563
(r = sshbuf_put_string(m, data, datalen)) != 0 ||
crypto/openssh/mux.c
2018
(r = sshbuf_put_string(m, NULL, 0)) != 0 || /* reserved */
crypto/openssh/mux.c
2239
(r = sshbuf_put_string(m, NULL, 0)) != 0 || /* reserved */
crypto/openssh/openbsd-compat/port-net.c
347
if ((r = sshbuf_put_string(c->input, ptr, len)) != 0)
crypto/openssh/packet.c
2465
(r = sshbuf_put_string(b, enc->key, enc->key_len)) != 0 ||
crypto/openssh/packet.c
2466
(r = sshbuf_put_string(b, enc->iv, enc->iv_len)) != 0)
crypto/openssh/packet.c
2471
(r = sshbuf_put_string(b, mac->key, mac->key_len)) != 0)
crypto/openssh/packet.c
2730
return sshbuf_put_string(ssh->state->outgoing_packet, v, len);
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
228
if ((r = sshbuf_put_string(b, pubkey, pubkey_len)) != 0) {
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
379
ASSERT_INT_EQ(sshbuf_put_string(p1, x, sizeof(x)), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
390
r = sshbuf_put_string(p1, x, sizeof(x));
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
399
r = sshbuf_put_string(p1, (void *)0x01, 0xfffffffc);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
253
ASSERT_INT_EQ(sshbuf_put_string(p1, expec256, sizeof(expec256)), 0);
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
101
ASSERT_INT_EQ(sshbuf_put_string(b, NULL, 0), 0); /* reserved */
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
105
ASSERT_INT_EQ(sshbuf_put_string(b, sigblob, siglen), 0); /* signature */
crypto/openssh/serverloop.c
737
(r = sshbuf_put_string(resp, sig, slen)) != 0) {
crypto/openssh/sftp-client.c
1177
(r = sshbuf_put_string(msg, old_handle, old_handle_len)) != 0 ||
crypto/openssh/sftp-client.c
1180
(r = sshbuf_put_string(msg, new_handle, new_handle_len)) != 0 ||
crypto/openssh/sftp-client.c
1340
(r = sshbuf_put_string(msg, handle, handle_len)) != 0)
crypto/openssh/sftp-client.c
1464
(r = sshbuf_put_string(msg, handle, handle_len)) != 0)
crypto/openssh/sftp-client.c
1517
(r = sshbuf_put_string(msg, handle, handle_len)) != 0 ||
crypto/openssh/sftp-client.c
2137
(r = sshbuf_put_string(msg, handle,
crypto/openssh/sftp-client.c
2140
(r = sshbuf_put_string(msg, data, len)) != 0)
crypto/openssh/sftp-client.c
231
(r = sshbuf_put_string(msg, s, len)) != 0)
crypto/openssh/sftp-client.c
249
(r = sshbuf_put_string(msg, s, len)) != 0 ||
crypto/openssh/sftp-client.c
2594
(r = sshbuf_put_string(msg, to_handle,
crypto/openssh/sftp-client.c
2597
(r = sshbuf_put_string(msg, data, len)) != 0)
crypto/openssh/sftp-client.c
672
(r = sshbuf_put_string(msg, handle, handle_len)) != 0)
crypto/openssh/sftp-client.c
732
(r = sshbuf_put_string(msg, handle, handle_len)) != 0)
crypto/openssh/sftp-server.c
582
(r = sshbuf_put_string(msg, data, dlen)) != 0)
crypto/openssh/ssh-agent.c
991
(r = sshbuf_put_string(msg, signature, slen)) != 0)
crypto/openssh/ssh-ed25519.c
207
(r = sshbuf_put_string(b, sig, slen)) != 0)
crypto/openssh/ssh-ed25519.c
61
if ((r = sshbuf_put_string(b, key->ed25519_pk, ED25519_PK_SZ)) != 0)
crypto/openssh/ssh-ed25519.c
73
if ((r = sshbuf_put_string(b, key->ed25519_pk, ED25519_PK_SZ)) != 0 ||
crypto/openssh/ssh-ed25519.c
74
(r = sshbuf_put_string(b, key->ed25519_sk, ED25519_SK_SZ)) != 0)
crypto/openssh/ssh-keygen.c
1633
(r = sshbuf_put_string(c, NULL, 0)) != 0)
crypto/openssh/ssh-keysign.c
302
if ((r = sshbuf_put_string(b, signature, slen)) != 0)
crypto/openssh/ssh-mldsa-eddsa.c
265
if ((r = sshbuf_put_string(b, key->mldsa_ed25519_pk,
crypto/openssh/ssh-mldsa-eddsa.c
285
if ((r = sshbuf_put_string(b, key->mldsa_ed25519_sk,
crypto/openssh/ssh-mldsa-eddsa.c
401
(r = sshbuf_put_string(b, sig, sizeof(sig))) != 0)
crypto/openssh/ssh-pkcs11-client.c
252
(r = sshbuf_put_string(msg, data, datalen)) != 0 ||
crypto/openssh/ssh-pkcs11-helper.c
137
(r = sshbuf_put_string(msg, signature, slen)) != 0)
crypto/openssh/ssh-rsa.c
473
(ret = sshbuf_put_string(b, sig, slen)) != 0)
crypto/openssh/ssh-sk-client.c
274
(r = sshbuf_put_string(req, data, datalen)) != 0 ||
crypto/openssh/ssh-sk-helper.c
152
(r = sshbuf_put_string(resp, sig, siglen)) != 0)
crypto/openssh/ssh-sk-helper.c
275
(r = sshbuf_put_string(resp, srks[i]->user_id,
crypto/openssh/ssh-sk.c
229
if ((r = sshbuf_put_string(b,
crypto/openssh/ssh-sk.c
460
(r = sshbuf_put_string(attest,
crypto/openssh/ssh-sk.c
462
(r = sshbuf_put_string(attest,
crypto/openssh/ssh-sk.c
464
(r = sshbuf_put_string(attest,
crypto/openssh/ssh-sk.c
467
(r = sshbuf_put_string(attest, NULL, 0)) != 0 /* resvd */) {
crypto/openssh/ssh-sk.c
633
if ((r = sshbuf_put_string(sig,
crypto/openssh/sshbuf-getput-basic.c
532
return sshbuf_put_string(buf, v, v == NULL ? 0 : strlen(v));
crypto/openssh/sshbuf-getput-basic.c
539
return sshbuf_put_string(buf, NULL, 0);
crypto/openssh/sshbuf-getput-basic.c
541
return sshbuf_put_string(buf, sshbuf_ptr(v), sshbuf_len(v));
crypto/openssh/sshbuf-getput-crypto.c
144
if ((r = sshbuf_put_string(buf, d + 1 - prepend, len + prepend)) < 0) {
crypto/openssh/sshbuf-getput-crypto.c
168
ret = sshbuf_put_string(buf, d, len);
crypto/openssh/sshbuf.h
214
int sshbuf_put_string(struct sshbuf *buf, const void *v, size_t len);
crypto/openssh/sshconnect2.c
1462
if ((r = sshbuf_put_string(b, signature, slen)) != 0)
crypto/openssh/sshconnect2.c
2094
(r = sshbuf_put_string(b, data, datalen)) != 0)
crypto/openssh/sshconnect2.c
2234
(r = sshbuf_put_string(b, keyblob, keylen)) != 0 ||
crypto/openssh/sshd-session.c
284
if ((r = sshbuf_put_string(hostkeys, NULL, 0)) != 0)
crypto/openssh/sshd-session.c
294
if ((r = sshbuf_put_string(hostkeys, NULL, 0)) != 0)
crypto/openssh/sshd.c
703
if ((r = sshbuf_put_string(hostkeys, NULL, 0)) != 0)
crypto/openssh/sshd.c
713
if ((r = sshbuf_put_string(hostkeys, NULL, 0)) != 0)
crypto/openssh/sshkey.c
2331
if ((ret = sshbuf_put_string(cert, nonce, sizeof(nonce))) != 0)
crypto/openssh/sshkey.c
2359
(ret = sshbuf_put_string(cert, NULL, 0)) != 0 || /* Reserved */
crypto/openssh/sshkey.c
2360
(ret = sshbuf_put_string(cert, ca_blob, ca_len)) != 0)
crypto/openssh/sshkey.c
2379
if ((ret = sshbuf_put_string(cert, sig_blob, sig_len)) != 0)
crypto/openssh/sshkey.c
2879
if ((r = sshbuf_put_string(kdf, salt, SALT_LEN)) != 0 ||
crypto/openssh/sshkey.c
2897
(r = sshbuf_put_string(encoded, pubkeyblob, pubkeylen)) != 0)
crypto/openssh/sshsig.c
185
(r = sshbuf_put_string(tosign, NULL, 0)) != 0 || /* reserved */
crypto/openssh/sshsig.c
221
(r = sshbuf_put_string(blob, NULL, 0)) != 0 || /* reserved */
crypto/openssh/sshsig.c
223
(r = sshbuf_put_string(blob, sig, slen)) != 0) {
crypto/openssh/sshsig.c
330
(r = sshbuf_put_string(toverify, NULL, 0)) != 0 || /* reserved */