Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dsshbuf-misc.c141 ret = sshbuf_dup_string(tmp); in sshbuf_dtob64_string()
213 sshbuf_dup_string(struct sshbuf *buf) in sshbuf_dup_string() function
Dssh_api.c389 if ((cp = sshbuf_dup_string(banner)) == NULL || in _ssh_read_banner()
436 if ((cp = sshbuf_dup_string(banner)) == NULL) in _ssh_send_banner()
Dauth2-chall.c130 if ((kbdintctxt->devices = sshbuf_dup_string(b)) == NULL) in kbdint_alloc()
Dsshbuf.h286 char *sshbuf_dup_string(struct sshbuf *buf);
Dkex.c1302 our_version_string = sshbuf_dup_string(our_version); in kex_exchange_identification()
1379 if ((cp = sshbuf_dup_string(peer_version)) == NULL) { in kex_exchange_identification()
1394 peer_version_string = sshbuf_dup_string(peer_version); in kex_exchange_identification()
Dsshsig.c137 if ((b64 = sshbuf_dup_string(sbuf)) == NULL) { in sshsig_dearmor()
882 if ((principals = sshbuf_dup_string(nprincipals)) == NULL) { in cert_filter_principals()
Dsshd-auth.c284 if ((ret = sshbuf_dup_string(b)) == NULL) in list_hostkey_types()
Dauth2.c526 if ((list = sshbuf_dup_string(b)) == NULL) in authmethods_get()
Dauth-pam.c812 else if ((auth_info = sshbuf_dup_string( in expose_authinfo()
Dssh.c559 if ((cmd = sshbuf_dup_string(command)) == NULL) in process_config_files()
Dmisc.c1345 if (!missingvar && (ret = sshbuf_dup_string(buf)) == NULL) in vdollar_percent_expand()
Dsshconnect2.c2496 if ((list = sshbuf_dup_string(b)) == NULL) in authmethods_get()
Dssh-keygen.c2633 if ((asig = sshbuf_dup_string(abuf)) == NULL) { in sign_one()
Dservconf.c3315 if ((obuf = cbuf = sshbuf_dup_string(conf)) == NULL) in parse_server_config_depth()
Dchannels.c1093 if ((ret = sshbuf_dup_string(buf)) == NULL) in channel_open_message()
/netbsd/src/crypto/external/bsd/openssh/lib/
Dssh.expsym558 sshbuf_dup_string