Searched refs:sshbuf_dup_string (Results 1 – 9 of 9) 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()
140 sshbuf_dup_string(struct sshbuf *buf) in sshbuf_dup_string() function
255 char *sshbuf_dup_string(struct sshbuf *buf);
125 if ((kbdintctxt->devices = sshbuf_dup_string(&b)) == NULL) in kbdint_alloc()
433 if ((list = sshbuf_dup_string(&b)) == NULL) in authmethods_get()
755 if ((ret = sshbuf_dup_string(&b)) == NULL)
1968 if ((list = sshbuf_dup_string(&b)) == NULL) in authmethods_get()
2077 if ((obuf = cbuf = sshbuf_dup_string(conf)) == NULL) in parse_server_config()
3883 unit tests for sshbuf_dup_string()4371 sshbuf_dup_string() to replace a common idiom of strdup(sshbuf_ptr()) with