Searched refs:sshbuf_dup_string (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_misc.c138 TEST_START("sshbuf_dup_string");
142 p = sshbuf_dup_string(p1);
148 p = sshbuf_dup_string(p1);
155 p = sshbuf_dup_string(p1);
162 p = sshbuf_dup_string(p1);
/freebsd-10-stable/crypto/openssh/
H A Dsshbuf-misc.c140 sshbuf_dup_string(struct sshbuf *buf) function
H A Dsshbuf.h247 char *sshbuf_dup_string(struct sshbuf *buf);
H A Dauth2-chall.c125 if ((kbdintctxt->devices = sshbuf_dup_string(&b)) == NULL)
126 fatal("%s: sshbuf_dup_string failed", __func__);
H A Dauth2.c455 if ((list = sshbuf_dup_string(&b)) == NULL)
456 fatal("%s: sshbuf_dup_string failed", __func__);
H A Dssh_namespace.h742 #define sshbuf_dup_string Fssh_sshbuf_dup_string macro
H A Dsshd.c866 if ((ret = sshbuf_dup_string(&b)) == NULL)
867 fatal("%s: sshbuf_dup_string failed", __func__);
H A Dsshconnect2.c1919 if ((list = sshbuf_dup_string(&b)) == NULL)
1920 fatal("%s: sshbuf_dup_string failed", __func__);
H A Dservconf.c2109 if ((obuf = cbuf = sshbuf_dup_string(conf)) == NULL)
2110 fatal("%s: sshbuf_dup_string failed", __func__);

Completed in 188 milliseconds