Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_misc.c142 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()
/external/openssh/
Dsshbuf-misc.c140 sshbuf_dup_string(struct sshbuf *buf) in sshbuf_dup_string() function
Dsshbuf.h255 char *sshbuf_dup_string(struct sshbuf *buf);
Dauth2-chall.c125 if ((kbdintctxt->devices = sshbuf_dup_string(&b)) == NULL) in kbdint_alloc()
Dauth2.c433 if ((list = sshbuf_dup_string(&b)) == NULL) in authmethods_get()
Dsshd.c755 if ((ret = sshbuf_dup_string(&b)) == NULL)
Dsshconnect2.c1968 if ((list = sshbuf_dup_string(&b)) == NULL) in authmethods_get()
Dservconf.c2077 if ((obuf = cbuf = sshbuf_dup_string(conf)) == NULL) in parse_server_config()
DChangeLog3883 unit tests for sshbuf_dup_string()
4371 sshbuf_dup_string() to replace a common idiom of strdup(sshbuf_ptr()) with