Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/regress/unittests/sshbuf/
H A 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()
/freebsd-12.1/crypto/openssh/
H A Dsshbuf.h339 u_int sshbuf_refcount(const struct sshbuf *buf);
H A Dsshbuf.c209 sshbuf_refcount(const struct sshbuf *buf) in sshbuf_refcount() function
H A Dssh_namespace.h698 #define sshbuf_refcount Fssh_sshbuf_refcount macro