Searched refs:sshbuf_set_parent (Results 1 – 4 of 4) sorted by relevance
129 sshbuf_set_parent(struct sshbuf *child, struct sshbuf *parent) in sshbuf_set_parent() function153 if (sshbuf_set_parent(ret, buf) != 0) { in sshbuf_fromb()
360 int sshbuf_set_parent(struct sshbuf *child, struct sshbuf *parent);
562 (r = sshbuf_set_parent(ret, buf)) != 0) { in sshbuf_froms()
830 #define sshbuf_set_parent Fssh_sshbuf_set_parent macro