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

/freebsd-current/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_fixed.c72 ASSERT_PTR_EQ(sshbuf_parent(p1), NULL);
77 ASSERT_PTR_EQ(sshbuf_parent(p1), NULL);
78 ASSERT_PTR_EQ(sshbuf_parent(p2), p1);
/freebsd-current/crypto/openssh/
H A Dsshbuf.h363 const struct sshbuf *sshbuf_parent(const struct sshbuf *buf);
H A Dsshbuf.c231 sshbuf_parent(const struct sshbuf *buf) function
H A Dssh_namespace.h792 #define sshbuf_parent Fssh_sshbuf_parent macro

Completed in 404 milliseconds