Symbol: sshbuf_get_cstring
crypto/openssh/auth-options.c
129
if ((r = sshbuf_get_cstring(data, &command,
crypto/openssh/auth-options.c
144
if ((r = sshbuf_get_cstring(data, &allowed,
crypto/openssh/auth-options.c
754
if ((r = sshbuf_get_cstring(b, &a[i], NULL)) != 0)
crypto/openssh/auth-options.c
792
(r = sshbuf_get_cstring(m, flag ? NULL : sp, NULL)) != 0)
crypto/openssh/auth-options.c
93
if ((r = sshbuf_get_cstring(c, &name, NULL)) != 0 ||
crypto/openssh/auth-pam.c
357
if ((r = sshbuf_get_cstring(b, &(sshpam_env[i]), NULL)) != 0)
crypto/openssh/auth-pam.c
371
if ((r = sshbuf_get_cstring(b, &env, NULL)) != 0)
crypto/openssh/auth-pam.c
437
if ((r = sshbuf_get_cstring(buffer,
crypto/openssh/auth-pam.c
867
(r = sshbuf_get_cstring(buffer, &msg, &mlen)) != 0)
crypto/openssh/auth.c
590
if ((r = sshbuf_get_cstring(auth_debug, &msg, NULL)) != 0)
crypto/openssh/authfd.c
244
(r = sshbuf_get_cstring(ids, &comment, NULL)) != 0)
crypto/openssh/channels.c
3170
if ((r = sshbuf_get_cstring(original, &ctype, NULL)) != 0 ||
crypto/openssh/channels.c
3221
if ((r = sshbuf_get_cstring(original, &ctype, NULL)) != 0) {
crypto/openssh/channels.c
3230
(r = sshbuf_get_cstring(original, &listen_host, NULL)) != 0 ||
crypto/openssh/kex.c
198
if ((r = sshbuf_get_cstring(b, &(proposal[i]), NULL)) != 0) {
crypto/openssh/krl.c
1013
if ((r = sshbuf_get_cstring(sect, &name, NULL)) != 0 ||
crypto/openssh/krl.c
1082
(r = sshbuf_get_cstring(copy, &krl->comment, NULL)) != 0) {
crypto/openssh/krl.c
833
if ((r = sshbuf_get_cstring(subsect, &name, NULL)) != 0 ||
crypto/openssh/krl.c
945
if ((r = sshbuf_get_cstring(subsect,
crypto/openssh/monitor.c
1124
if ((r = sshbuf_get_cstring(m, &(resp[i]), NULL)) != 0)
crypto/openssh/monitor.c
1178
(r = sshbuf_get_cstring(m, &cuser, NULL)) != 0 ||
crypto/openssh/monitor.c
1179
(r = sshbuf_get_cstring(m, &chost, NULL)) != 0 ||
crypto/openssh/monitor.c
1293
if ((r = sshbuf_get_cstring(b, &cp, NULL)) != 0)
crypto/openssh/monitor.c
1306
(r = sshbuf_get_cstring(b, &cp, NULL)) != 0)
crypto/openssh/monitor.c
1364
if ((r = sshbuf_get_cstring(b, &cp, NULL)) != 0)
crypto/openssh/monitor.c
1377
(r = sshbuf_get_cstring(b, &cp, NULL)) != 0)
crypto/openssh/monitor.c
1387
if ((r = sshbuf_get_cstring(b, &cp, NULL)) != 0)
crypto/openssh/monitor.c
1396
if ((r = sshbuf_get_cstring(b, &cp, NULL)) != 0)
crypto/openssh/monitor.c
1422
(r = sshbuf_get_cstring(m, &sigalg, NULL)) != 0)
crypto/openssh/monitor.c
1640
if ((r = sshbuf_get_cstring(m, &tty, NULL)) != 0)
crypto/openssh/monitor.c
1713
if ((r = sshbuf_get_cstring(m, &cmd, NULL)) != 0)
crypto/openssh/monitor.c
458
(r = sshbuf_get_cstring(logmsg, &msg, NULL)) != 0)
crypto/openssh/monitor.c
628
(r = sshbuf_get_cstring(m, &alg, &alglen)) != 0 ||
crypto/openssh/monitor.c
753
if ((r = sshbuf_get_cstring(m, &authctxt->user, NULL)) != 0)
crypto/openssh/monitor.c
850
if ((r = sshbuf_get_cstring(m, &authctxt->service, NULL)) != 0 ||
crypto/openssh/monitor.c
851
(r = sshbuf_get_cstring(m, &authctxt->style, NULL)) != 0)
crypto/openssh/monitor.c
902
if ((r = sshbuf_get_cstring(m, &passwd, &plen)) != 0)
crypto/openssh/monitor.c
977
if ((r = sshbuf_get_cstring(m, &response, NULL)) != 0)
crypto/openssh/monitor_wrap.c
310
(r = sshbuf_get_cstring(m, &newopts->x, NULL)) != 0) \
crypto/openssh/monitor_wrap.c
317
if ((r = sshbuf_get_cstring(m, \
crypto/openssh/monitor_wrap.c
383
if ((r = sshbuf_get_cstring(m, &pw->pw_name, NULL)) != 0 ||
crypto/openssh/monitor_wrap.c
384
(r = sshbuf_get_cstring(m, &pw->pw_passwd, NULL)) != 0 ||
crypto/openssh/monitor_wrap.c
386
(r = sshbuf_get_cstring(m, &pw->pw_gecos, NULL)) != 0 ||
crypto/openssh/monitor_wrap.c
389
(r = sshbuf_get_cstring(m, &pw->pw_class, NULL)) != 0 ||
crypto/openssh/monitor_wrap.c
391
(r = sshbuf_get_cstring(m, &pw->pw_dir, NULL)) != 0 ||
crypto/openssh/monitor_wrap.c
392
(r = sshbuf_get_cstring(m, &pw->pw_shell, NULL)) != 0)
crypto/openssh/monitor_wrap.c
422
if ((r = sshbuf_get_cstring(m, &banner, NULL)) != 0)
crypto/openssh/monitor_wrap.c
655
if ((r = sshbuf_get_cstring(m, &p, NULL)) != 0 ||
crypto/openssh/monitor_wrap.c
656
(r = sshbuf_get_cstring(m, &msg, NULL)) != 0)
crypto/openssh/monitor_wrap.c
735
(r = sshbuf_get_cstring(m, &msg, &msglen)) != 0 ||
crypto/openssh/monitor_wrap.c
786
(r = sshbuf_get_cstring(m, name, NULL)) != 0 ||
crypto/openssh/monitor_wrap.c
787
(r = sshbuf_get_cstring(m, info, NULL)) != 0 ||
crypto/openssh/monitor_wrap.c
799
if ((r = sshbuf_get_cstring(m, &((*prompts)[i]), NULL)) != 0 ||
crypto/openssh/monitor_wrap.c
902
if ((r = sshbuf_get_cstring(m, &challenge, NULL)) != 0)
crypto/openssh/mux.c
1641
if ((r = sshbuf_get_cstring(m, &name, NULL)) != 0 ||
crypto/openssh/mux.c
1686
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
1748
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
1752
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
1838
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
1844
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
1974
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
1980
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
2048
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
2103
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
2179
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
2184
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
2249
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
2253
if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)
crypto/openssh/mux.c
296
if ((r = sshbuf_get_cstring(m, &name, NULL)) != 0 ||
crypto/openssh/mux.c
355
(r = sshbuf_get_cstring(m, &cctx->term, NULL)) != 0 ||
crypto/openssh/mux.c
356
(r = sshbuf_get_cstring(m, &cmd, NULL)) != 0) {
crypto/openssh/mux.c
370
if ((r = sshbuf_get_cstring(m, &cp, NULL)) != 0)
crypto/openssh/mux.c
697
(r = sshbuf_get_cstring(m, &listen_addr, NULL)) != 0 ||
crypto/openssh/mux.c
699
(r = sshbuf_get_cstring(m, &connect_addr, NULL)) != 0 ||
crypto/openssh/mux.c
862
(r = sshbuf_get_cstring(m, &listen_addr, NULL)) != 0 ||
crypto/openssh/mux.c
864
(r = sshbuf_get_cstring(m, &connect_addr, NULL)) != 0 ||
crypto/openssh/mux.c
970
(r = sshbuf_get_cstring(m, &chost, NULL)) != 0 ||
crypto/openssh/packet.c
2456
if ((r = sshbuf_get_cstring(b, &enc->name, NULL)) != 0 ||
crypto/openssh/packet.c
2467
if ((r = sshbuf_get_cstring(b, &mac->name, NULL)) != 0)
crypto/openssh/packet.c
2481
(r = sshbuf_get_cstring(b, &comp->name, NULL)) != 0)
crypto/openssh/packet.c
2508
(r = sshbuf_get_cstring(m, &kex->hostkey_alg, NULL)) != 0 ||
crypto/openssh/packet.c
2710
return sshbuf_get_cstring(ssh->state->incoming_packet, valp, lenp);
crypto/openssh/sftp-client.c
1050
(r = sshbuf_get_cstring(msg, &errmsg, NULL)) != 0)
crypto/openssh/sftp-client.c
1066
if ((r = sshbuf_get_cstring(msg, &filename, NULL)) != 0 ||
crypto/openssh/sftp-client.c
1067
(r = sshbuf_get_cstring(msg, &longname, NULL)) != 0 ||
crypto/openssh/sftp-client.c
1412
if ((r = sshbuf_get_cstring(msg, &filename, NULL)) != 0 ||
crypto/openssh/sftp-client.c
1413
(r = sshbuf_get_cstring(msg, &longname, NULL)) != 0 ||
crypto/openssh/sftp-client.c
2895
(r = sshbuf_get_cstring(msg, &errmsg, NULL)) != 0)
crypto/openssh/sftp-client.c
2918
if ((r = sshbuf_get_cstring(uidbuf, &name, NULL)) != 0)
crypto/openssh/sftp-client.c
2931
if ((r = sshbuf_get_cstring(gidbuf, &name, NULL)) != 0)
crypto/openssh/sftp-client.c
507
if ((r = sshbuf_get_cstring(msg, &name, NULL)) != 0 ||
crypto/openssh/sftp-client.c
789
if ((r = sshbuf_get_cstring(msg, &filename,
crypto/openssh/sftp-client.c
791
(r = sshbuf_get_cstring(msg, &longname,
crypto/openssh/sftp-common.c
143
if ((r = sshbuf_get_cstring(b, &type, NULL)) != 0 ||
crypto/openssh/sftp-server.c
1105
if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0)
crypto/openssh/sftp-server.c
1191
if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0)
crypto/openssh/sftp-server.c
1209
if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 ||
crypto/openssh/sftp-server.c
1229
if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0)
crypto/openssh/sftp-server.c
1247
if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0)
crypto/openssh/sftp-server.c
1274
if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 ||
crypto/openssh/sftp-server.c
1275
(r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0)
crypto/openssh/sftp-server.c
1334
if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0)
crypto/openssh/sftp-server.c
1358
if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 ||
crypto/openssh/sftp-server.c
1359
(r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0)
crypto/openssh/sftp-server.c
1378
if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 ||
crypto/openssh/sftp-server.c
1379
(r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0)
crypto/openssh/sftp-server.c
1398
if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0)
crypto/openssh/sftp-server.c
1436
if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 ||
crypto/openssh/sftp-server.c
1437
(r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0)
crypto/openssh/sftp-server.c
1474
if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 ||
crypto/openssh/sftp-server.c
1558
if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0)
crypto/openssh/sftp-server.c
1705
if ((r = sshbuf_get_cstring(iqueue, &username, NULL)) != 0)
crypto/openssh/sftp-server.c
1786
if ((r = sshbuf_get_cstring(iqueue, &request, NULL)) != 0)
crypto/openssh/sftp-server.c
749
if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 ||
crypto/openssh/sftp-server.c
906
if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0)
crypto/openssh/sftp-server.c
993
if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 ||
crypto/openssh/ssh-agent.c
1079
if ((r = sshbuf_get_cstring(b, &dch->user, NULL)) != 0 ||
crypto/openssh/ssh-agent.c
1080
(r = sshbuf_get_cstring(b, &dch->hostname, NULL)) != 0 ||
crypto/openssh/ssh-agent.c
1187
if ((r = sshbuf_get_cstring(m, &ext_name, NULL)) != 0) {
crypto/openssh/ssh-agent.c
1203
if ((r = sshbuf_get_cstring(m, sk_providerp, NULL)) != 0) {
crypto/openssh/ssh-agent.c
1363
(r = sshbuf_get_cstring(e->request, &comment, NULL)) != 0) {
crypto/openssh/ssh-agent.c
1477
if ((r = sshbuf_get_cstring(e->request, &passwd, &pwlen)) != 0)
crypto/openssh/ssh-agent.c
1571
if ((r = sshbuf_get_cstring(e->request, &provider, NULL)) != 0 ||
crypto/openssh/ssh-agent.c
1572
(r = sshbuf_get_cstring(e->request, &pin, NULL)) != 0) {
crypto/openssh/ssh-agent.c
1652
if ((r = sshbuf_get_cstring(e->request, &provider, NULL)) != 0 ||
crypto/openssh/ssh-agent.c
1653
(r = sshbuf_get_cstring(e->request, &pin, NULL)) != 0) {
crypto/openssh/ssh-agent.c
1776
if ((r = sshbuf_get_cstring(e->request, &name, NULL)) != 0) {
crypto/openssh/ssh-agent.c
714
(r = sshbuf_get_cstring(b, &user, NULL)) != 0 || /* server user */
crypto/openssh/ssh-agent.c
715
(r = sshbuf_get_cstring(b, &service, NULL)) != 0 || /* service */
crypto/openssh/ssh-agent.c
716
(r = sshbuf_get_cstring(b, &method, NULL)) != 0 || /* method */
crypto/openssh/ssh-agent.c
718
(r = sshbuf_get_cstring(b, &pkalg, NULL)) != 0 || /* alg */
crypto/openssh/ssh-agent.c
782
(r = sshbuf_get_cstring(b, NULL, NULL)) != 0 || /* namespace */
crypto/openssh/ssh-agent.c
784
(r = sshbuf_get_cstring(b, NULL, NULL)) != 0 || /* hashalg */
crypto/openssh/ssh-dss.c
352
if (sshbuf_get_cstring(b, &ktype, NULL) != 0 ||
crypto/openssh/ssh-ecdsa-sk.c
270
if (sshbuf_get_cstring(b, &ktype, NULL) != 0) {
crypto/openssh/ssh-ecdsa-sk.c
287
if (sshbuf_get_cstring(b, &webauthn_origin, NULL) != 0 ||
crypto/openssh/ssh-ecdsa.c
165
if ((r = sshbuf_get_cstring(b, &curve, NULL)) != 0)
crypto/openssh/ssh-ecdsa.c
317
if (sshbuf_get_cstring(b, &ktype, NULL) != 0 ||
crypto/openssh/ssh-ed25519-sk.c
157
if (sshbuf_get_cstring(b, &ktype, NULL) != 0 ||
crypto/openssh/ssh-ed25519.c
227
if ((r = sshbuf_get_cstring(b, &ktype, NULL)) != 0 ||
crypto/openssh/ssh-keygen.c
2088
if ((r = sshbuf_get_cstring(options, &name, NULL)) != 0 ||
crypto/openssh/ssh-keygen.c
2103
if ((r = sshbuf_get_cstring(option, &arg, NULL)) != 0)
crypto/openssh/ssh-keygen.c
503
(r = sshbuf_get_cstring(b, &type, NULL)) != 0 ||
crypto/openssh/ssh-keygen.c
504
(r = sshbuf_get_cstring(b, &cipher, NULL)) != 0 ||
crypto/openssh/ssh-keysign.c
104
if ((r = sshbuf_get_cstring(b, &p, NULL)) != 0)
crypto/openssh/ssh-keysign.c
111
if ((r = sshbuf_get_cstring(b, &p, NULL)) != 0)
crypto/openssh/ssh-keysign.c
118
if ((r = sshbuf_get_cstring(b, &pkalg, NULL)) != 0 ||
crypto/openssh/ssh-keysign.c
132
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-pkcs11-client.c
620
(r = sshbuf_get_cstring(msg, &label, NULL)) != 0)
crypto/openssh/ssh-pkcs11-helper.c
131
if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 ||
crypto/openssh/ssh-pkcs11-helper.c
132
(r = sshbuf_get_cstring(iqueue, &pin, NULL)) != 0)
crypto/openssh/ssh-pkcs11-helper.c
171
if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 ||
crypto/openssh/ssh-pkcs11-helper.c
172
(r = sshbuf_get_cstring(iqueue, &pin, NULL)) != 0)
crypto/openssh/ssh-rsa.c
496
if (sshbuf_get_cstring(b, &sigtype, NULL) != 0) {
crypto/openssh/ssh-sk-client.c
430
(r = sshbuf_get_cstring(resp, NULL, NULL)) != 0 ||
crypto/openssh/ssh-xmss.c
140
if ((ret = sshbuf_get_cstring(b, &xmss_name, NULL)) != 0)
crypto/openssh/ssh-xmss.c
173
if ((r = sshbuf_get_cstring(b, &xmss_name, NULL)) != 0 ||
crypto/openssh/ssh-xmss.c
303
if ((r = sshbuf_get_cstring(b, &ktype, NULL)) != 0 ||
crypto/openssh/sshbuf.h
190
int sshbuf_get_cstring(struct sshbuf *buf, char **valp, size_t *lenp);
crypto/openssh/sshd-session.c
765
if ((r = sshbuf_get_cstring(inc, &item->selector, NULL)) != 0 ||
crypto/openssh/sshd-session.c
766
(r = sshbuf_get_cstring(inc, &item->filename, NULL)) != 0 ||
crypto/openssh/sshkey-xmss.c
317
if ((r = sshbuf_get_cstring(b, &state->enc_ciphername, NULL)) != 0 ||
crypto/openssh/sshkey-xmss.c
788
if ((r = sshbuf_get_cstring(b, &magic, NULL)) != 0 ||
crypto/openssh/sshkey-xmss.c
861
(r = sshbuf_get_cstring(b, &k->xmss_filename, NULL)) != 0)
crypto/openssh/sshkey.c
1777
(ret = sshbuf_get_cstring(b, &key->cert->key_id, &kidlen)) != 0 ||
crypto/openssh/sshkey.c
1813
if ((ret = sshbuf_get_cstring(principals, &principal,
crypto/openssh/sshkey.c
1891
if (sshbuf_get_cstring(b, &key->sk_application, NULL) != 0)
crypto/openssh/sshkey.c
1915
if (sshbuf_get_cstring(b, &ktype, NULL) != 0) {
crypto/openssh/sshkey.c
2006
if ((r = sshbuf_get_cstring(b, &sigtype, NULL)) != 0)
crypto/openssh/sshkey.c
2501
if ((r = sshbuf_get_cstring(buf, &k->sk_application, NULL)) != 0 ||
crypto/openssh/sshkey.c
2522
if ((r = sshbuf_get_cstring(buf, &tname, NULL)) != 0)
crypto/openssh/sshkey.c
2975
(r = sshbuf_get_cstring(decoded, &ciphername, NULL)) != 0 ||
crypto/openssh/sshkey.c
2976
(r = sshbuf_get_cstring(decoded, &kdfname, NULL)) != 0 ||
crypto/openssh/sshkey.c
3123
(r = sshbuf_get_cstring(decrypted, &comment, NULL)) != 0)
crypto/openssh/sshsig.c
283
(r = sshbuf_get_cstring(buf, &hashalg, NULL)) != 0 ||
crypto/openssh/sshsig.c
336
(r = sshbuf_get_cstring(signature, &got_namespace, NULL)) != 0 ||
crypto/openssh/sshsig.c
338
(r = sshbuf_get_cstring(signature, &sig_hashalg, NULL)) != 0 ||