Searched refs:sshbuf_parent (Results 1 – 4 of 4) sorted by relevance
72 ASSERT_PTR_EQ(sshbuf_parent(p1), NULL); in sshbuf_fixed()77 ASSERT_PTR_EQ(sshbuf_parent(p1), NULL); in sshbuf_fixed()78 ASSERT_PTR_EQ(sshbuf_parent(p2), p1); in sshbuf_fixed()
363 const struct sshbuf *sshbuf_parent(const struct sshbuf *buf);
231 sshbuf_parent(const struct sshbuf *buf) in sshbuf_parent() function
792 #define sshbuf_parent Fssh_sshbuf_parent macro