Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_misc.c143 p = sshbuf_dup_string(p1); in sshbuf_misc_tests()
149 p = sshbuf_dup_string(p1); in sshbuf_misc_tests()
156 p = sshbuf_dup_string(p1); in sshbuf_misc_tests()
163 p = sshbuf_dup_string(p1); in sshbuf_misc_tests()
/freebsd-13.1/crypto/openssh/
H A Dsshbuf-misc.c142 ret = sshbuf_dup_string(tmp); in sshbuf_dtob64_string()
214 sshbuf_dup_string(struct sshbuf *buf) in sshbuf_dup_string() function
H A Dssh_api.c373 if ((cp = sshbuf_dup_string(banner)) == NULL || in _ssh_read_banner()
420 if ((cp = sshbuf_dup_string(banner)) == NULL) in _ssh_send_banner()
H A Dkex.c1212 our_version_string = sshbuf_dup_string(our_version); in kex_exchange_identification()
1289 if ((cp = sshbuf_dup_string(peer_version)) == NULL) { in kex_exchange_identification()
1304 peer_version_string = sshbuf_dup_string(peer_version); in kex_exchange_identification()
H A Dsshbuf.h294 char *sshbuf_dup_string(struct sshbuf *buf);
H A Dauth2-chall.c121 if ((kbdintctxt->devices = sshbuf_dup_string(b)) == NULL) in kbdint_alloc()
H A Dsshsig.c124 if ((b64 = sshbuf_dup_string(sbuf)) == NULL) { in sshsig_dearmor()
969 if ((principals = sshbuf_dup_string(nprincipals)) == NULL) { in cert_filter_principals()
H A Dauth2.c496 if ((list = sshbuf_dup_string(b)) == NULL) in authmethods_get()
H A Dauth-pam.c779 else if ((auth_info = sshbuf_dup_string( in expose_authinfo()
H A Dssh_namespace.h696 #define sshbuf_dup_string Fssh_sshbuf_dup_string macro
H A Dsshd.c684 if ((ret = sshbuf_dup_string(b)) == NULL)
H A Dmisc.c1289 if (!missingvar && (ret = sshbuf_dup_string(buf)) == NULL) in vdollar_percent_expand()
H A Dsshconnect2.c2333 if ((list = sshbuf_dup_string(b)) == NULL) in authmethods_get()
H A Dservconf.c2708 if ((obuf = cbuf = sshbuf_dup_string(conf)) == NULL) in parse_server_config_depth()
H A Dssh-keygen.c2553 if ((asig = sshbuf_dup_string(abuf)) == NULL) { in sign_one()
H A Dchannels.c943 if ((ret = sshbuf_dup_string(buf)) == NULL) in channel_open_message()
/freebsd-13.1/crypto/openssh/regress/unittests/sshsig/
H A Dtests.c94 namespace = sshbuf_dup_string(msg); in tests()