Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_fixed.c71 ASSERT_U_INT_EQ(sshbuf_refcount(p1), 1); in sshbuf_fixed()
76 ASSERT_U_INT_EQ(sshbuf_refcount(p1), 2); in sshbuf_fixed()
96 ASSERT_U_INT_EQ(sshbuf_refcount(p1), 1); in sshbuf_fixed()
/freebsd/crypto/openssh/
H A Dsshbuf.h368 u_int sshbuf_refcount(const struct sshbuf *buf);
H A Dsshbuf.c237 sshbuf_refcount(const struct sshbuf *buf) in sshbuf_refcount() function
H A Dssh_namespace.h820 #define sshbuf_refcount Fssh_sshbuf_refcount macro