Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_misc.c167 p = sshbuf_dup_string(p1); in test_sshbuf_dup_string()
173 p = sshbuf_dup_string(p1); in test_sshbuf_dup_string()
180 p = sshbuf_dup_string(p1); in test_sshbuf_dup_string()
187 p = sshbuf_dup_string(p1); in test_sshbuf_dup_string()
359 s = sshbuf_dup_string(b64); in test_sshbuf_dtourlb64()
374 s = sshbuf_dup_string(b64); in test_sshbuf_dtourlb64()
389 s = sshbuf_dup_string(b64); in test_sshbuf_dtourlb64()
404 s = sshbuf_dup_string(b64); in test_sshbuf_dtourlb64()
/freebsd/crypto/openssh/
H A Dsshbuf-misc.c177 ret = sshbuf_dup_string(tmp); in sshbuf_dtob64_string()
252 sshbuf_dup_string(struct sshbuf *buf) in sshbuf_dup_string() function
H A Dssh_api.c390 if ((cp = sshbuf_dup_string(banner)) == NULL || in _ssh_read_banner()
437 if ((cp = sshbuf_dup_string(banner)) == NULL) in _ssh_send_banner()
H A Dsshbuf.h317 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 Dkex.c1285 our_version_string = sshbuf_dup_string(our_version); in kex_exchange_identification()
1362 if ((cp = sshbuf_dup_string(peer_version)) == NULL) { in kex_exchange_identification()
1377 peer_version_string = sshbuf_dup_string(peer_version); in kex_exchange_identification()
H A Dsshsig.c135 if ((b64 = sshbuf_dup_string(sbuf)) == NULL) { in sshsig_dearmor()
880 if ((principals = sshbuf_dup_string(nprincipals)) == NULL) { in cert_filter_principals()
H A Dsshd-auth.c280 if ((ret = sshbuf_dup_string(b)) == NULL) in list_hostkey_types()
H A Dauth2.c519 if ((list = sshbuf_dup_string(b)) == NULL) in authmethods_get()
H A Dauth-pam.c799 else if ((auth_info = sshbuf_dup_string( in expose_authinfo()
H A Dssh_namespace.h824 #define sshbuf_dup_string Fssh_sshbuf_dup_string macro
H A Dssh.c570 if ((cmd = sshbuf_dup_string(command)) == NULL) in process_config_files()
H A Dclientloop.c2795 if ((cmdstring = sshbuf_dup_string(cmd)) == NULL) in client_session2_setup()
H A Dmisc.c1448 if (!missingvar && (ret = sshbuf_dup_string(buf)) == NULL) in vdollar_percent_expand()
H A Dsshconnect2.c2377 if ((list = sshbuf_dup_string(b)) == NULL) in authmethods_get()
H A Dssh-keygen.c2580 if ((asig = sshbuf_dup_string(abuf)) == NULL) { in sign_one()
H A Dservconf.c4006 if ((obuf = cbuf = sshbuf_dup_string(conf)) == NULL) in parse_server_config_depth()
H A Dchannels.c1145 if ((ret = sshbuf_dup_string(buf)) == NULL) in channel_open_message()
H A DChangeLog7016 upstream: Fix overflow check in sshbuf_dup_string. It's already
/freebsd/crypto/openssh/regress/unittests/sshsig/
H A Dtests.c94 namespace = sshbuf_dup_string(msg); in tests()