Searched refs:sshbuf_set_parent (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dsshbuf.c106 sshbuf_set_parent(struct sshbuf *child, struct sshbuf *parent) function
127 if (sshbuf_set_parent(ret, buf) != 0) {
H A Dsshbuf.h306 int sshbuf_set_parent(struct sshbuf *child, struct sshbuf *parent);
H A Dsshbuf-getput-basic.c393 (r = sshbuf_set_parent(ret, buf)) != 0) {
H A Dssh_namespace.h789 #define sshbuf_set_parent Fssh_sshbuf_set_parent macro

Completed in 165 milliseconds