Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/sshbuf/
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()
/external/openssh/
Dsshbuf.h319 const struct sshbuf *sshbuf_parent(const struct sshbuf *buf);
Dsshbuf.c220 sshbuf_parent(const struct sshbuf *buf) in sshbuf_parent() function