Searched refs:sshbuf_dup_string (Results 1 – 17 of 17) sorted by relevance
142 p = sshbuf_dup_string(p1); in sshbuf_misc_tests()148 p = sshbuf_dup_string(p1); in sshbuf_misc_tests()155 p = sshbuf_dup_string(p1); in sshbuf_misc_tests()162 p = sshbuf_dup_string(p1); in sshbuf_misc_tests()
143 ret = sshbuf_dup_string(tmp); in sshbuf_dtob64_string()215 sshbuf_dup_string(struct sshbuf *buf) in sshbuf_dup_string() function
390 if ((cp = sshbuf_dup_string(banner)) == NULL || in _ssh_read_banner()437 if ((cp = sshbuf_dup_string(banner)) == NULL) in _ssh_send_banner()
121 if ((kbdintctxt->devices = sshbuf_dup_string(b)) == NULL) in kbdint_alloc()
281 char *sshbuf_dup_string(struct sshbuf *buf);
1275 our_version_string = sshbuf_dup_string(our_version); in kex_exchange_identification()1352 if ((cp = sshbuf_dup_string(peer_version)) == NULL) { in kex_exchange_identification()1367 peer_version_string = sshbuf_dup_string(peer_version); in kex_exchange_identification()
135 if ((b64 = sshbuf_dup_string(sbuf)) == NULL) { in sshsig_dearmor()875 if ((principals = sshbuf_dup_string(nprincipals)) == NULL) { in cert_filter_principals()
516 if ((list = sshbuf_dup_string(b)) == NULL) in authmethods_get()
790 else if ((auth_info = sshbuf_dup_string( in expose_authinfo()
515 if ((ret = sshbuf_dup_string(b)) == NULL) in list_hostkey_types()
778 #define sshbuf_dup_string Fssh_sshbuf_dup_string macro
2363 if ((list = sshbuf_dup_string(b)) == NULL) in authmethods_get()
1384 if (!missingvar && (ret = sshbuf_dup_string(buf)) == NULL) in vdollar_percent_expand()
3028 if ((obuf = cbuf = sshbuf_dup_string(conf)) == NULL) in parse_server_config_depth()
2651 if ((asig = sshbuf_dup_string(abuf)) == NULL) { in sign_one()
1091 if ((ret = sshbuf_dup_string(buf)) == NULL) in channel_open_message()
95 namespace = sshbuf_dup_string(msg); in tests()