Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/sshbuf/
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()
/external/openssh/
Dsshbuf-misc.c142 ret = sshbuf_dup_string(tmp); in sshbuf_dtob64_string()
171 sshbuf_dup_string(struct sshbuf *buf) in sshbuf_dup_string() function
Dssh_api.c376 if ((cp = sshbuf_dup_string(banner)) == NULL || in _ssh_read_banner()
423 if ((cp = sshbuf_dup_string(banner)) == NULL) in _ssh_send_banner()
Dsshbuf.h292 char *sshbuf_dup_string(struct sshbuf *buf);
Dauth2-chall.c122 if ((kbdintctxt->devices = sshbuf_dup_string(b)) == NULL) in kbdint_alloc()
Dkex.c1207 our_version_string = sshbuf_dup_string(our_version); in kex_exchange_identification()
1288 if ((cp = sshbuf_dup_string(peer_version)) == NULL) { in kex_exchange_identification()
1303 peer_version_string = sshbuf_dup_string(peer_version); in kex_exchange_identification()
Dsshsig.c124 if ((b64 = sshbuf_dup_string(sbuf)) == NULL) { in sshsig_dearmor()
913 if ((principals = sshbuf_dup_string(nprincipals)) == NULL) { in cert_filter_principals()
Dauth2.c495 if ((list = sshbuf_dup_string(b)) == NULL) in authmethods_get()
Dauth-pam.c768 else if ((auth_info = sshbuf_dup_string( in expose_authinfo()
Dmisc.c1120 if ((ret = sshbuf_dup_string(buf)) == NULL) in percent_expand()
Dsshd.c670 if ((ret = sshbuf_dup_string(b)) == NULL)
Dsshconnect2.c2257 if ((list = sshbuf_dup_string(b)) == NULL) in authmethods_get()
Dservconf.c2600 if ((obuf = cbuf = sshbuf_dup_string(conf)) == NULL) in parse_server_config_depth()
Dssh-keygen.c2532 if ((asig = sshbuf_dup_string(abuf)) == NULL) { in sign_one()
Dchannels.c910 if ((ret = sshbuf_dup_string(buf)) == NULL) in channel_open_message()