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

/freebsd-10-stable/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_fixed.c73 ASSERT_PTR_EQ(sshbuf_parent(p1), NULL);
78 ASSERT_PTR_EQ(sshbuf_parent(p1), NULL);
79 ASSERT_PTR_EQ(sshbuf_parent(p2), p1);
/freebsd-10-stable/crypto/openssh/
H A Dsshbuf.h311 const struct sshbuf *sshbuf_parent(const struct sshbuf *buf);
H A Dsshbuf.c220 sshbuf_parent(const struct sshbuf *buf) function
H A Dssh_namespace.h766 #define sshbuf_parent Fssh_sshbuf_parent macro

Completed in 124 milliseconds