Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshbuf.c129 sshbuf_set_parent(struct sshbuf *child, struct sshbuf *parent) in sshbuf_set_parent() function
153 if (sshbuf_set_parent(ret, buf) != 0) { in sshbuf_fromb()
H A Dsshbuf.h360 int sshbuf_set_parent(struct sshbuf *child, struct sshbuf *parent);
H A Dsshbuf-getput-basic.c562 (r = sshbuf_set_parent(ret, buf)) != 0) { in sshbuf_froms()
H A Dssh_namespace.h830 #define sshbuf_set_parent Fssh_sshbuf_set_parent macro