Symbol: sshbuf_get_cstring
crypto/openssh/auth-options.c
126
if ((r = sshbuf_get_cstring(data, &command,
crypto/openssh/auth-options.c
141
if ((r = sshbuf_get_cstring(data, &allowed,
crypto/openssh/auth-options.c
752
if ((r = sshbuf_get_cstring(b, &a[i], NULL)) != 0)
crypto/openssh/auth-options.c
790
(r = sshbuf_get_cstring(m, flag ? NULL : sp, NULL)) != 0)
crypto/openssh/auth-options.c
90
if ((r = sshbuf_get_cstring(c, &name, NULL)) != 0 ||
crypto/openssh/auth-pam.c
339
if ((r = sshbuf_get_cstring(b, &(sshpam_env[i]), NULL)) != 0)
crypto/openssh/auth-pam.c
353
if ((r = sshbuf_get_cstring(b, &env, NULL)) != 0)
crypto/openssh/auth-pam.c
419
if ((r = sshbuf_get_cstring(buffer,
crypto/openssh/auth-pam.c
876
(r = sshbuf_get_cstring(buffer, &msg, &mlen)) != 0)
crypto/openssh/auth.c
618
if ((r = sshbuf_get_cstring(auth_debug, &msg, NULL)) != 0)
crypto/openssh/authfd.c
243
(r = sshbuf_get_cstring(ids, &comment, NULL)) != 0)
crypto/openssh/authfd.c
803
(r = sshbuf_get_cstring(msg, &cp, NULL)) != 0 ||
crypto/openssh/authfd.c
811
if ((r = sshbuf_get_cstring(msg, ret + i, NULL)) != 0) {
crypto/openssh/channels.c
3258
if ((r = sshbuf_get_cstring(original, &ctype, NULL)) != 0 ||
crypto/openssh/channels.c
3309
if ((r = sshbuf_get_cstring(original, &ctype, NULL)) != 0) {
crypto/openssh/channels.c
3318
(r = sshbuf_get_cstring(original, &listen_host, NULL)) != 0 ||
crypto/openssh/kex.c
194
if ((r = sshbuf_get_cstring(b, &(proposal[i]), NULL)) != 0) {
crypto/openssh/krl.c
1014
if ((r = sshbuf_get_cstring(sect, &name, NULL)) != 0 ||
crypto/openssh/krl.c
1084
(r = sshbuf_get_cstring(copy, &krl->comment, NULL)) != 0) {
crypto/openssh/krl.c
834
if ((r = sshbuf_get_cstring(subsect, &name, NULL)) != 0 ||
crypto/openssh/krl.c
946
if ((r = sshbuf_get_cstring(subsect,
crypto/openssh/monitor.c
1017
if ((r = sshbuf_get_cstring(m, &passwd, &plen)) != 0)
crypto/openssh/monitor.c
1091
if ((r = sshbuf_get_cstring(m, &response, NULL)) != 0)
crypto/openssh/monitor.c
1239
if ((r = sshbuf_get_cstring(m, &(resp[i]), NULL)) != 0)
crypto/openssh/monitor.c
1293
(r = sshbuf_get_cstring(m, &cuser, NULL)) != 0 ||
crypto/openssh/monitor.c
1294
(r = sshbuf_get_cstring(m, &chost, NULL)) != 0 ||
crypto/openssh/monitor.c
1408
if ((r = sshbuf_get_cstring(b, &cp, NULL)) != 0)
crypto/openssh/monitor.c
1421
(r = sshbuf_get_cstring(b, &cp, NULL)) != 0)
crypto/openssh/monitor.c
1479
if ((r = sshbuf_get_cstring(b, &cp, NULL)) != 0)
crypto/openssh/monitor.c
1492
(r = sshbuf_get_cstring(b, &cp, NULL)) != 0)
crypto/openssh/monitor.c
1502
if ((r = sshbuf_get_cstring(b, &cp, NULL)) != 0)
crypto/openssh/monitor.c
1511
if ((r = sshbuf_get_cstring(b, &cp, NULL)) != 0)
crypto/openssh/monitor.c
1537
(r = sshbuf_get_cstring(m, &sigalg, NULL)) != 0)
crypto/openssh/monitor.c
1755
if ((r = sshbuf_get_cstring(m, &tty, NULL)) != 0)
crypto/openssh/monitor.c
1828
if ((r = sshbuf_get_cstring(m, &cmd, NULL)) != 0)
crypto/openssh/monitor.c
489
(r = sshbuf_get_cstring(logmsg, &msg, NULL)) != 0)
crypto/openssh/monitor.c
738
(r = sshbuf_get_cstring(m, &alg, NULL)) != 0 ||
crypto/openssh/monitor.c
858
if ((r = sshbuf_get_cstring(m, &authctxt->user, NULL)) != 0)
crypto/openssh/monitor.c
965
if ((r = sshbuf_get_cstring(m, &authctxt->service, NULL)) != 0 ||
crypto/openssh/monitor.c
966
(r = sshbuf_get_cstring(m, &authctxt->style, NULL)) != 0)
crypto/openssh/monitor_wrap.c
369
if ((r = sshbuf_get_cstring(m, &pw->pw_name, NULL)) != 0 ||
crypto/openssh/monitor_wrap.c
370
(r = sshbuf_get_cstring(m, &pw->pw_passwd, NULL)) != 0 ||
crypto/openssh/monitor_wrap.c
372
(r = sshbuf_get_cstring(m, &pw->pw_gecos, NULL)) != 0 ||
crypto/openssh/monitor_wrap.c
375
(r = sshbuf_get_cstring(m, &pw->pw_class, NULL)) != 0 ||
crypto/openssh/monitor_wrap.c
377
(r = sshbuf_get_cstring(m, &pw->pw_dir, NULL)) != 0 ||
crypto/openssh/monitor_wrap.c
378
(r = sshbuf_get_cstring(m, &pw->pw_shell, NULL)) != 0)
crypto/openssh/monitor_wrap.c
408
if ((r = sshbuf_get_cstring(m, &banner, NULL)) != 0)
crypto/openssh/monitor_wrap.c
641
if ((r = sshbuf_get_cstring(m, &p, NULL)) != 0 ||
crypto/openssh/monitor_wrap.c
642
(r = sshbuf_get_cstring(m, &msg, NULL)) != 0)
crypto/openssh/monitor_wrap.c
721
(r = sshbuf_get_cstring(m, &msg, &msglen)) != 0 ||
crypto/openssh/monitor_wrap.c
772
(r = sshbuf_get_cstring(m, name, NULL)) != 0 ||
crypto/openssh/monitor_wrap.c
773
(r = sshbuf_get_cstring(m, info, NULL)) != 0 ||
crypto/openssh/monitor_wrap.c
785
if ((r = sshbuf_get_cstring(m, &((*prompts)[i]), NULL)) != 0 ||
crypto/openssh/monitor_wrap.c
937
if ((r = sshbuf_get_cstring(m, &challenge, NULL)) != 0)
crypto/openssh/mux.c
1005
(r = sshbuf_get_cstring(m, &chost, NULL)) != 0 ||
crypto/openssh/mux.c
1685
if ((r = sshbuf_get_cstring(m, &name, NULL)) != 0 ||
crypto/openssh/mux.c
1736
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
1788
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
1799
(r = sshbuf_get_cstring(m, &msg, NULL)) != 0)
crypto/openssh/mux.c
1849
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
1853
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
1939
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
1945
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
2075
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
2081
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
2149
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
2204
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
2280
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
2285
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
2352
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
2356
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
286
if ((r = sshbuf_get_cstring(m, &name, NULL)) != 0 ||
crypto/openssh/mux.c
350
(r = sshbuf_get_cstring(m, &cctx->term, NULL)) != 0 ||
crypto/openssh/mux.c
351
(r = sshbuf_get_cstring(m, &cmd, NULL)) != 0) {
crypto/openssh/mux.c
365
if ((r = sshbuf_get_cstring(m, &cp, NULL)) != 0)
crypto/openssh/mux.c
514
if ((r = sshbuf_get_cstring(m, &name, NULL)) != 0)
crypto/openssh/mux.c
732
(r = sshbuf_get_cstring(m, &listen_addr, NULL)) != 0 ||
crypto/openssh/mux.c
734
(r = sshbuf_get_cstring(m, &connect_addr, NULL)) != 0 ||
crypto/openssh/mux.c
897
(r = sshbuf_get_cstring(m, &listen_addr, NULL)) != 0 ||
crypto/openssh/mux.c
899
(r = sshbuf_get_cstring(m, &connect_addr, NULL)) != 0 ||
crypto/openssh/packet.c
2539
if ((r = sshbuf_get_cstring(b, &enc->name, NULL)) != 0 ||
crypto/openssh/packet.c
2557
if ((r = sshbuf_get_cstring(b, &mac->name, NULL)) != 0)
crypto/openssh/packet.c
2571
(r = sshbuf_get_cstring(b, &comp->name, NULL)) != 0)
crypto/openssh/packet.c
2598
(r = sshbuf_get_cstring(m, &kex->hostkey_alg, NULL)) != 0 ||
crypto/openssh/packet.c
2814
return sshbuf_get_cstring(ssh->state->incoming_packet, valp, lenp);
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
91
if ((r = sshbuf_get_cstring(b, &magic, NULL)) != 0) {
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
58
ASSERT_INT_EQ(sshbuf_get_cstring(p1, &s, &l), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
89
ASSERT_INT_EQ(sshbuf_get_cstring(p2, &s, &l), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
346
r = sshbuf_get_cstring(p1, &s2, &s);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
358
r = sshbuf_get_cstring(p1, &s2, NULL);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
369
ASSERT_INT_EQ(sshbuf_get_cstring(p1, &s2, &s), 0);
crypto/openssh/servconf.c
3235
return sshbuf_get_cstring(buf, sp, NULL);
crypto/openssh/servconf.c
3365
if ((r = sshbuf_get_cstring(buf, &qla[i].addr, NULL)) != 0 ||
crypto/openssh/servconf.c
3584
if ((r = sshbuf_get_cstring(buf, names + i, NULL)) != 0 ||
crypto/openssh/servconf.c
3585
(r = sshbuf_get_cstring(buf, commands + i, NULL)) != 0 ||
crypto/openssh/servconf.c
3586
(r = sshbuf_get_cstring(buf, args + i, NULL)) != 0) {
crypto/openssh/sftp-client.c
1035
(r = sshbuf_get_cstring(msg, &errmsg, NULL)) != 0)
crypto/openssh/sftp-client.c
1051
if ((r = sshbuf_get_cstring(msg, &filename, NULL)) != 0 ||
crypto/openssh/sftp-client.c
1052
(r = sshbuf_get_cstring(msg, &longname, NULL)) != 0 ||
crypto/openssh/sftp-client.c
1397
if ((r = sshbuf_get_cstring(msg, &filename, NULL)) != 0 ||
crypto/openssh/sftp-client.c
1398
(r = sshbuf_get_cstring(msg, &longname, NULL)) != 0 ||
crypto/openssh/sftp-client.c
2899
(r = sshbuf_get_cstring(msg, &errmsg, NULL)) != 0)
crypto/openssh/sftp-client.c
2922
if ((r = sshbuf_get_cstring(uidbuf, &name, NULL)) != 0)
crypto/openssh/sftp-client.c
2935
if ((r = sshbuf_get_cstring(gidbuf, &name, NULL)) != 0)
crypto/openssh/sftp-client.c
495
if ((r = sshbuf_get_cstring(msg, &name, NULL)) != 0 ||
crypto/openssh/sftp-client.c
774
if ((r = sshbuf_get_cstring(msg, &filename,
crypto/openssh/sftp-client.c
776
(r = sshbuf_get_cstring(msg, &longname,
crypto/openssh/sftp-common.c
141
if ((r = sshbuf_get_cstring(b, &type, NULL)) != 0 ||
crypto/openssh/sftp-server.c
1097
if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0)
crypto/openssh/sftp-server.c
1184
if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0)
crypto/openssh/sftp-server.c
1202
if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 ||
crypto/openssh/sftp-server.c
1222
if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0)
crypto/openssh/sftp-server.c
1240
if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0)
crypto/openssh/sftp-server.c
1267
if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 ||
crypto/openssh/sftp-server.c
1268
(r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0)
crypto/openssh/sftp-server.c
1327
if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0)
crypto/openssh/sftp-server.c
1351
if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 ||
crypto/openssh/sftp-server.c
1352
(r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0)
crypto/openssh/sftp-server.c
1371
if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 ||
crypto/openssh/sftp-server.c
1372
(r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0)
crypto/openssh/sftp-server.c
1391
if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0)
crypto/openssh/sftp-server.c
1429
if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 ||
crypto/openssh/sftp-server.c
1430
(r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0)
crypto/openssh/sftp-server.c
1467
if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 ||
crypto/openssh/sftp-server.c
1551
if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0)
crypto/openssh/sftp-server.c
1722
if ((r = sshbuf_get_cstring(iqueue, &username, NULL)) != 0)
crypto/openssh/sftp-server.c
1803
if ((r = sshbuf_get_cstring(iqueue, &request, NULL)) != 0)
crypto/openssh/sftp-server.c
741
if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 ||
crypto/openssh/sftp-server.c
898
if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0)
crypto/openssh/sftp-server.c
985
if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 ||
crypto/openssh/ssh-agent.c
1107
if ((r = sshbuf_get_cstring(b, &dch->user, &userlen)) != 0 ||
crypto/openssh/ssh-agent.c
1108
(r = sshbuf_get_cstring(b, &dch->hostname, NULL)) != 0 ||
crypto/openssh/ssh-agent.c
1219
if ((r = sshbuf_get_cstring(m, &ext_name, NULL)) != 0) {
crypto/openssh/ssh-agent.c
1235
if ((r = sshbuf_get_cstring(m, sk_providerp, NULL)) != 0) {
crypto/openssh/ssh-agent.c
1379
(r = sshbuf_get_cstring(e->request, &comment, NULL)) != 0) {
crypto/openssh/ssh-agent.c
1493
if ((r = sshbuf_get_cstring(e->request, &passwd, &pwlen)) != 0)
crypto/openssh/ssh-agent.c
1587
if ((r = sshbuf_get_cstring(e->request, &provider, NULL)) != 0 ||
crypto/openssh/ssh-agent.c
1588
(r = sshbuf_get_cstring(e->request, &pin, NULL)) != 0) {
crypto/openssh/ssh-agent.c
1668
if ((r = sshbuf_get_cstring(e->request, &provider, NULL)) != 0 ||
crypto/openssh/ssh-agent.c
1669
(r = sshbuf_get_cstring(e->request, &pin, NULL)) != 0) {
crypto/openssh/ssh-agent.c
1817
if ((r = sshbuf_get_cstring(e->request, &name, NULL)) != 0) {
crypto/openssh/ssh-agent.c
735
(r = sshbuf_get_cstring(b, &user, NULL)) != 0 || /* server user */
crypto/openssh/ssh-agent.c
736
(r = sshbuf_get_cstring(b, &service, NULL)) != 0 || /* service */
crypto/openssh/ssh-agent.c
737
(r = sshbuf_get_cstring(b, &method, NULL)) != 0 || /* method */
crypto/openssh/ssh-agent.c
739
(r = sshbuf_get_cstring(b, &pkalg, NULL)) != 0 || /* alg */
crypto/openssh/ssh-agent.c
803
(r = sshbuf_get_cstring(b, NULL, NULL)) != 0 || /* namespace */
crypto/openssh/ssh-agent.c
805
(r = sshbuf_get_cstring(b, NULL, NULL)) != 0 || /* hashalg */
crypto/openssh/ssh-ecdsa-sk.c
272
if (sshbuf_get_cstring(b, &ktype, NULL) != 0) {
crypto/openssh/ssh-ecdsa-sk.c
291
if (sshbuf_get_cstring(b, &webauthn_origin, NULL) != 0 ||
crypto/openssh/ssh-ecdsa.c
239
if ((r = sshbuf_get_cstring(b, &curve, NULL)) != 0)
crypto/openssh/ssh-ecdsa.c
431
if (sshbuf_get_cstring(b, &ktype, NULL) != 0 ||
crypto/openssh/ssh-ed25519-sk.c
155
if (sshbuf_get_cstring(b, &ktype, NULL) != 0 ||
crypto/openssh/ssh-ed25519.c
249
if ((r = sshbuf_get_cstring(b, &ktype, NULL)) != 0 ||
crypto/openssh/ssh-keygen.c
2043
if ((r = sshbuf_get_cstring(options, &name, NULL)) != 0 ||
crypto/openssh/ssh-keygen.c
2058
if ((r = sshbuf_get_cstring(option, &arg, NULL)) != 0)
crypto/openssh/ssh-keygen.c
475
(r = sshbuf_get_cstring(b, &type, NULL)) != 0 ||
crypto/openssh/ssh-keygen.c
476
(r = sshbuf_get_cstring(b, &cipher, NULL)) != 0 ||
crypto/openssh/ssh-keysign.c
102
if ((r = sshbuf_get_cstring(b, &p, NULL)) != 0)
crypto/openssh/ssh-keysign.c
109
if ((r = sshbuf_get_cstring(b, &p, NULL)) != 0)
crypto/openssh/ssh-keysign.c
116
if ((r = sshbuf_get_cstring(b, &pkalg, NULL)) != 0 ||
crypto/openssh/ssh-keysign.c
130
if ((r = sshbuf_get_cstring(b, &p, &len)) != 0)
crypto/openssh/ssh-keysign.c
144
if ((r = sshbuf_get_cstring(b, &luser, NULL)) != 0)
crypto/openssh/ssh-mldsa-eddsa.c
439
if ((r = sshbuf_get_cstring(b, &ktype, NULL)) != 0 ||
crypto/openssh/ssh-pkcs11-client.c
420
(r = sshbuf_get_cstring(msg, &label, NULL)) != 0)
crypto/openssh/ssh-pkcs11-helper.c
115
(r = sshbuf_get_cstring(iqueue, &alg, NULL)) != 0 ||
crypto/openssh/ssh-pkcs11-helper.c
73
if ((r = sshbuf_get_cstring(iqueue, &providername, NULL)) != 0 ||
crypto/openssh/ssh-pkcs11-helper.c
74
(r = sshbuf_get_cstring(iqueue, &pin, NULL)) != 0)
crypto/openssh/ssh-rsa.c
514
if (sshbuf_get_cstring(b, &sigtype, NULL) != 0) {
crypto/openssh/ssh-sk-client.c
448
(r = sshbuf_get_cstring(resp, NULL, NULL)) != 0 ||
crypto/openssh/ssh-sk-helper.c
120
(r = sshbuf_get_cstring(req, &provider, NULL)) != 0 ||
crypto/openssh/ssh-sk-helper.c
122
(r = sshbuf_get_cstring(req, NULL, NULL)) != 0 || /* alg */
crypto/openssh/ssh-sk-helper.c
124
(r = sshbuf_get_cstring(req, &pin, NULL)) != 0)
crypto/openssh/ssh-sk-helper.c
180
(r = sshbuf_get_cstring(req, &provider, NULL)) != 0 ||
crypto/openssh/ssh-sk-helper.c
181
(r = sshbuf_get_cstring(req, &device, NULL)) != 0 ||
crypto/openssh/ssh-sk-helper.c
182
(r = sshbuf_get_cstring(req, &application, NULL)) != 0 ||
crypto/openssh/ssh-sk-helper.c
183
(r = sshbuf_get_cstring(req, &userid, NULL)) != 0 ||
crypto/openssh/ssh-sk-helper.c
185
(r = sshbuf_get_cstring(req, &pin, NULL)) != 0 ||
crypto/openssh/ssh-sk-helper.c
242
if ((r = sshbuf_get_cstring(req, &provider, NULL)) != 0 ||
crypto/openssh/ssh-sk-helper.c
243
(r = sshbuf_get_cstring(req, &device, NULL)) != 0 ||
crypto/openssh/ssh-sk-helper.c
244
(r = sshbuf_get_cstring(req, &pin, NULL)) != 0 ||
crypto/openssh/sshbuf.h
212
int sshbuf_get_cstring(struct sshbuf *buf, char **valp, size_t *lenp);
crypto/openssh/sshd-session.c
676
if ((r = sshbuf_get_cstring(inc, &item->selector, NULL)) != 0 ||
crypto/openssh/sshd-session.c
677
(r = sshbuf_get_cstring(inc, &item->filename, NULL)) != 0 ||
crypto/openssh/sshkey.c
1883
(ret = sshbuf_get_cstring(b, &key->cert->key_id, &kidlen)) != 0 ||
crypto/openssh/sshkey.c
1919
if ((ret = sshbuf_get_cstring(principals, &principal,
crypto/openssh/sshkey.c
1997
if (sshbuf_get_cstring(b, &key->sk_application, NULL) != 0)
crypto/openssh/sshkey.c
2021
if (sshbuf_get_cstring(b, &ktype, NULL) != 0) {
crypto/openssh/sshkey.c
2112
if ((r = sshbuf_get_cstring(b, &sigtype, NULL)) != 0)
crypto/openssh/sshkey.c
2608
if ((r = sshbuf_get_cstring(buf, &k->sk_application, NULL)) != 0 ||
crypto/openssh/sshkey.c
2629
if ((r = sshbuf_get_cstring(buf, &tname, NULL)) != 0)
crypto/openssh/sshkey.c
3058
(r = sshbuf_get_cstring(decoded, &ciphername, NULL)) != 0 ||
crypto/openssh/sshkey.c
3059
(r = sshbuf_get_cstring(decoded, &kdfname, NULL)) != 0 ||
crypto/openssh/sshkey.c
3206
(r = sshbuf_get_cstring(decrypted, &comment, NULL)) != 0)
crypto/openssh/sshsig.c
288
(r = sshbuf_get_cstring(buf, &hashalg, NULL)) != 0 ||
crypto/openssh/sshsig.c
341
(r = sshbuf_get_cstring(signature, &got_namespace, NULL)) != 0 ||
crypto/openssh/sshsig.c
343
(r = sshbuf_get_cstring(signature, &sig_hashalg, NULL)) != 0 ||