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

/freebsd-10-stable/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_fixed.c72 ASSERT_U_INT_EQ(sshbuf_refcount(p1), 1);
77 ASSERT_U_INT_EQ(sshbuf_refcount(p1), 2);
97 ASSERT_U_INT_EQ(sshbuf_refcount(p1), 1);
/freebsd-10-stable/crypto/openssh/
H A Dsshbuf.h316 u_int sshbuf_refcount(const struct sshbuf *buf);
H A Dsshbuf.c226 sshbuf_refcount(const struct sshbuf *buf) function
H A Dssh_namespace.h785 #define sshbuf_refcount Fssh_sshbuf_refcount macro

Completed in 122 milliseconds