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

/freebsd-current/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-current/crypto/openssh/regress/unittests/sshsig/
H A Dtests.c95 namespace = sshbuf_dup_string(msg);
/freebsd-current/crypto/openssh/
H A Dsshbuf-misc.c143 ret = sshbuf_dup_string(tmp);
215 sshbuf_dup_string(struct sshbuf *buf) function
H A Dssh_api.c383 if ((cp = sshbuf_dup_string(banner)) == NULL ||
430 if ((cp = sshbuf_dup_string(banner)) == NULL)
H A Dauth2-chall.c121 if ((kbdintctxt->devices = sshbuf_dup_string(b)) == NULL)
122 fatal_f("sshbuf_dup_string failed");
H A Dsshbuf.h279 char *sshbuf_dup_string(struct sshbuf *buf);
H A Dsshsig.c135 if ((b64 = sshbuf_dup_string(sbuf)) == NULL) {
136 error_f("sshbuf_dup_string failed");
875 if ((principals = sshbuf_dup_string(nprincipals)) == NULL) {
H A Dkex.c1527 our_version_string = sshbuf_dup_string(our_version);
1529 error_f("sshbuf_dup_string failed");
1604 if ((cp = sshbuf_dup_string(peer_version)) == NULL) {
1605 error_f("sshbuf_dup_string failed");
1619 peer_version_string = sshbuf_dup_string(peer_version);
1621 fatal_f("sshbuf_dup_string failed");
H A Dauth2.c518 if ((list = sshbuf_dup_string(b)) == NULL)
519 fatal_f("sshbuf_dup_string failed");
H A Dauth-pam.c790 else if ((auth_info = sshbuf_dup_string(
792 fatal("%s: sshbuf_dup_string failed", __func__);
H A Dssh_namespace.h766 #define sshbuf_dup_string Fssh_sshbuf_dup_string macro
H A Dsshd.c672 if ((ret = sshbuf_dup_string(b)) == NULL)
673 fatal_f("sshbuf_dup_string failed");
H A Dmisc.c1349 if (!missingvar && (ret = sshbuf_dup_string(buf)) == NULL)
1350 fatal_f("sshbuf_dup_string failed");
H A Dsshconnect2.c2361 if ((list = sshbuf_dup_string(b)) == NULL)
2362 fatal_f("sshbuf_dup_string failed");
H A Dservconf.c2908 if ((obuf = cbuf = sshbuf_dup_string(conf)) == NULL)
2909 fatal_f("sshbuf_dup_string failed");
H A Dssh-keygen.c2623 if ((asig = sshbuf_dup_string(abuf)) == NULL) {
H A Dchannels.c1096 if ((ret = sshbuf_dup_string(buf)) == NULL)
1097 fatal_f("sshbuf_dup_string");

Completed in 238 milliseconds