Searched refs:sshbuf_set_parent (Results 1 – 4 of 4) sorted by relevance
105 sshbuf_set_parent(struct sshbuf *child, struct sshbuf *parent) in sshbuf_set_parent() function126 if (sshbuf_set_parent(ret, buf) != 0) { in sshbuf_fromb()
329 int sshbuf_set_parent(struct sshbuf *child, struct sshbuf *parent);
394 (r = sshbuf_set_parent(ret, buf)) != 0) { in sshbuf_froms()
702 #define sshbuf_set_parent Fssh_sshbuf_set_parent macro