Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/regress/unittests/sshbuf/
H A 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()
/freebsd-12.1/crypto/openssh/
H A Dsshbuf-misc.c140 sshbuf_dup_string(struct sshbuf *buf) in sshbuf_dup_string() function
H A Dsshbuf.h255 char *sshbuf_dup_string(struct sshbuf *buf);
H A Dauth2-chall.c121 if ((kbdintctxt->devices = sshbuf_dup_string(b)) == NULL) in kbdint_alloc()
H A Dauth2.c508 if ((list = sshbuf_dup_string(b)) == NULL) in authmethods_get()
H A Dssh_namespace.h653 #define sshbuf_dup_string Fssh_sshbuf_dup_string macro
H A Dauth-pam.c735 else if ((auth_info = sshbuf_dup_string( in expose_authinfo()
H A Dsshd.c773 if ((ret = sshbuf_dup_string(b)) == NULL)
H A Dsshconnect2.c2127 if ((list = sshbuf_dup_string(b)) == NULL) in authmethods_get()
H A Dservconf.c2382 if ((obuf = cbuf = sshbuf_dup_string(conf)) == NULL) in parse_server_config()
H A Dchannels.c863 if ((ret = sshbuf_dup_string(buf)) == NULL) in channel_open_message()