Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_fixed.c72 ASSERT_U_INT_EQ(sshbuf_refcount(p1), 1); in sshbuf_fixed()
77 ASSERT_U_INT_EQ(sshbuf_refcount(p1), 2); in sshbuf_fixed()
97 ASSERT_U_INT_EQ(sshbuf_refcount(p1), 1); in sshbuf_fixed()
/external/openssh/
Dsshbuf.h324 u_int sshbuf_refcount(const struct sshbuf *buf);
Dsshbuf.c226 sshbuf_refcount(const struct sshbuf *buf) in sshbuf_refcount() function