Searched refs:sshbuf_dup_string (Results 1 – 15 of 15) sorted by relevance
138 p = sshbuf_dup_string(p1); in sshbuf_misc_tests()144 p = sshbuf_dup_string(p1); in sshbuf_misc_tests()151 p = sshbuf_dup_string(p1); in sshbuf_misc_tests()158 p = sshbuf_dup_string(p1); in sshbuf_misc_tests()
139 ret = sshbuf_dup_string(tmp); in sshbuf_dtob64_string()211 sshbuf_dup_string(struct sshbuf *buf) in sshbuf_dup_string() function
384 if ((cp = sshbuf_dup_string(banner)) == NULL || in _ssh_read_banner() 431 if ((cp = sshbuf_dup_string(banner)) == NULL) in _ssh_send_banner()
82 if ((kbdintctxt->devices = sshbuf_dup_string(b)) == NULL) in kbdint_alloc()
283 char *sshbuf_dup_string(struct sshbuf *buf);
1268 our_version_string = sshbuf_dup_string(our_version); in kex_exchange_identification() 1270 error_f("sshbuf_dup_string failed"); in kex_exchange_identification() 1345 if ((cp = sshbuf_dup_string(peer_version)) == NULL) { in kex_exchange_identification() 1346 error_f("sshbuf_dup_string failed"); in kex_exchange_identification() 1360 peer_version_string = sshbuf_dup_string(peer_version); in kex_exchange_identification() 1362 fatal_f("sshbuf_dup_string failed"); in kex_exchange_identification()
133 if ((b64 = sshbuf_dup_string(sbuf)) == NULL) { in sshsig_dearmor() 134 error_f("sshbuf_dup_string failed"); in sshsig_dearmor() 878 if ((principals = sshbuf_dup_string(nprincipals)) == NULL) { in cert_filter_principals()
466 if ((list = sshbuf_dup_string(b)) == NULL) in authmethods_get() 467 fatal_f("sshbuf_dup_string failed"); in authmethods_get()
1332 if (!missingvar && (ret = sshbuf_dup_string(buf)) == NULL) in dollar_expand() 1333 fatal_f("sshbuf_dup_string failed"); in dollar_expand()
2351 if ((list = sshbuf_dup_string(b)) == NULL) in authmethods_get() 2352 fatal_f("sshbuf_dup_string failed"); in authmethods_get()
2938 if ((obuf = cbuf = sshbuf_dup_string(conf)) == NULL) in fmt_intarg() 2939 fatal_f("sshbuf_dup_string failed"); in fmt_intarg()
2628 if ((asig = sshbuf_dup_string(abuf)) == NULL) { in sign_one()
1081 if ((ret = sshbuf_dup_string(buf)) == NULL) in channel_open_message() 1082 fatal_f("sshbuf_dup_string");
87 namespace = sshbuf_dup_string(msg); in tests()