Home
last modified time | relevance | path

Searched refs:sshbuf_dup_string (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/regress/usr.bin/ssh/unittests/sshbuf/
H A Dtest_sshbuf_misc.c138 p = sshbuf_dup_string(p1); in sshbuf_misc_tests()
144 p = sshbuf_dup_string(p1); in sshbuf_misc_tests()
151 p = sshbuf_dup_string(p1); in sshbuf_misc_tests()
158 p = sshbuf_dup_string(p1); in sshbuf_misc_tests()
/openbsd-src/usr.bin/ssh/
H A Dsshbuf-misc.c139 ret = sshbuf_dup_string(tmp); in sshbuf_dtob64_string()
211 sshbuf_dup_string(struct sshbuf *buf) in sshbuf_dup_string() function
H A Dssh_api.c384 if ((cp = sshbuf_dup_string(banner)) == NULL || in _ssh_read_banner()
431 if ((cp = sshbuf_dup_string(banner)) == NULL) in _ssh_send_banner()
H A Dauth2-chall.c82 if ((kbdintctxt->devices = sshbuf_dup_string(b)) == NULL) in kbdint_alloc()
H A Dsshbuf.h283 char *sshbuf_dup_string(struct sshbuf *buf);
H A Dkex.c1268 our_version_string = sshbuf_dup_string(our_version); in kex_exchange_identification()
1270 error_f("sshbuf_dup_string failed"); in kex_exchange_identification()
1345 if ((cp = sshbuf_dup_string(peer_version)) == NULL) { in kex_exchange_identification()
1346 error_f("sshbuf_dup_string failed"); in kex_exchange_identification()
1360 peer_version_string = sshbuf_dup_string(peer_version); in kex_exchange_identification()
1362 fatal_f("sshbuf_dup_string failed"); in kex_exchange_identification()
H A Dsshsig.c133 if ((b64 = sshbuf_dup_string(sbuf)) == NULL) { in sshsig_dearmor()
134 error_f("sshbuf_dup_string failed"); in sshsig_dearmor()
878 if ((principals = sshbuf_dup_string(nprincipals)) == NULL) { in cert_filter_principals()
H A Dauth2.c466 if ((list = sshbuf_dup_string(b)) == NULL) in authmethods_get()
467 fatal_f("sshbuf_dup_string failed"); in authmethods_get()
H A Dsshd-session.c
H A Dmisc.c1332 if (!missingvar && (ret = sshbuf_dup_string(buf)) == NULL) in dollar_expand()
1333 fatal_f("sshbuf_dup_string failed"); in dollar_expand()
H A Dsshconnect2.c2351 if ((list = sshbuf_dup_string(b)) == NULL) in authmethods_get()
2352 fatal_f("sshbuf_dup_string failed"); in authmethods_get()
H A Dservconf.c2938 if ((obuf = cbuf = sshbuf_dup_string(conf)) == NULL) in fmt_intarg()
2939 fatal_f("sshbuf_dup_string failed"); in fmt_intarg()
H A Dssh-keygen.c2628 if ((asig = sshbuf_dup_string(abuf)) == NULL) { in sign_one()
H A Dchannels.c1081 if ((ret = sshbuf_dup_string(buf)) == NULL) in channel_open_message()
1082 fatal_f("sshbuf_dup_string");
/openbsd-src/regress/usr.bin/ssh/unittests/sshsig/
H A Dtests.c87 namespace = sshbuf_dup_string(msg); in tests()