Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_fixed.c73 ASSERT_PTR_EQ(sshbuf_parent(p1), NULL); in sshbuf_fixed()
78 ASSERT_PTR_EQ(sshbuf_parent(p1), NULL); in sshbuf_fixed()
79 ASSERT_PTR_EQ(sshbuf_parent(p2), p1); in sshbuf_fixed()
/freebsd-12.1/crypto/openssh/
H A Dsshbuf.h334 const struct sshbuf *sshbuf_parent(const struct sshbuf *buf);
H A Dsshbuf.c203 sshbuf_parent(const struct sshbuf *buf) in sshbuf_parent() function
H A Dssh_namespace.h678 #define sshbuf_parent Fssh_sshbuf_parent macro