Symbol: sshbuf_dup_string
crypto/openssh/auth-pam.c
790
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
513
if ((list = sshbuf_dup_string(b)) == NULL)
crypto/openssh/channels.c
1093
if ((ret = sshbuf_dup_string(buf)) == NULL)
crypto/openssh/kex.c
1275
our_version_string = sshbuf_dup_string(our_version);
crypto/openssh/kex.c
1352
if ((cp = sshbuf_dup_string(peer_version)) == NULL) {
crypto/openssh/kex.c
1367
peer_version_string = sshbuf_dup_string(peer_version);
crypto/openssh/misc.c
1384
if (!missingvar && (ret = sshbuf_dup_string(buf)) == NULL)
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
142
p = sshbuf_dup_string(p1);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
148
p = sshbuf_dup_string(p1);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
155
p = sshbuf_dup_string(p1);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
162
p = sshbuf_dup_string(p1);
crypto/openssh/regress/unittests/sshsig/tests.c
95
namespace = sshbuf_dup_string(msg);
crypto/openssh/servconf.c
3048
if ((obuf = cbuf = sshbuf_dup_string(conf)) == NULL)
crypto/openssh/ssh-keygen.c
2651
if ((asig = sshbuf_dup_string(abuf)) == NULL) {
crypto/openssh/ssh.c
568
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
143
ret = sshbuf_dup_string(tmp);
crypto/openssh/sshbuf.h
281
char *sshbuf_dup_string(struct sshbuf *buf);
crypto/openssh/sshconnect2.c
2361
if ((list = sshbuf_dup_string(b)) == NULL)
crypto/openssh/sshd-auth.c
284
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) {