Symbol: sshbuf_dup_string
crypto/openssh/auth-pam.c
799
else if ((auth_info = sshbuf_dup_string(
crypto/openssh/auth2-chall.c
121
if ((kbdintctxt->devices = sshbuf_dup_string(b)) == NULL)
crypto/openssh/auth2.c
519
if ((list = sshbuf_dup_string(b)) == NULL)
crypto/openssh/channels.c
1145
if ((ret = sshbuf_dup_string(buf)) == NULL)
crypto/openssh/clientloop.c
2795
if ((cmdstring = sshbuf_dup_string(cmd)) == NULL)
crypto/openssh/kex.c
1285
our_version_string = sshbuf_dup_string(our_version);
crypto/openssh/kex.c
1362
if ((cp = sshbuf_dup_string(peer_version)) == NULL) {
crypto/openssh/kex.c
1377
peer_version_string = sshbuf_dup_string(peer_version);
crypto/openssh/misc.c
1448
if (!missingvar && (ret = sshbuf_dup_string(buf)) == NULL)
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
167
p = sshbuf_dup_string(p1);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
173
p = sshbuf_dup_string(p1);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
180
p = sshbuf_dup_string(p1);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
187
p = sshbuf_dup_string(p1);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
359
s = sshbuf_dup_string(b64);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
374
s = sshbuf_dup_string(b64);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
389
s = sshbuf_dup_string(b64);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
404
s = sshbuf_dup_string(b64);
crypto/openssh/regress/unittests/sshsig/tests.c
94
namespace = sshbuf_dup_string(msg);
crypto/openssh/servconf.c
4006
if ((obuf = cbuf = sshbuf_dup_string(conf)) == NULL)
crypto/openssh/ssh-keygen.c
2580
if ((asig = sshbuf_dup_string(abuf)) == NULL) {
crypto/openssh/ssh.c
570
if ((cmd = sshbuf_dup_string(command)) == NULL)
crypto/openssh/ssh_api.c
390
if ((cp = sshbuf_dup_string(banner)) == NULL ||
crypto/openssh/ssh_api.c
437
if ((cp = sshbuf_dup_string(banner)) == NULL)
crypto/openssh/sshbuf-misc.c
177
ret = sshbuf_dup_string(tmp);
crypto/openssh/sshbuf.h
317
char *sshbuf_dup_string(struct sshbuf *buf);
crypto/openssh/sshconnect2.c
2377
if ((list = sshbuf_dup_string(b)) == NULL)
crypto/openssh/sshd-auth.c
280
if ((ret = sshbuf_dup_string(b)) == NULL)
crypto/openssh/sshsig.c
135
if ((b64 = sshbuf_dup_string(sbuf)) == NULL) {
crypto/openssh/sshsig.c
880
if ((principals = sshbuf_dup_string(nprincipals)) == NULL) {