Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssh/regress/unittests/sshbuf/
HDtest_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-head/crypto/openssh/
HDsshbuf.h370 u_int sshbuf_refcount(const struct sshbuf *buf);
HDsshbuf.c237 sshbuf_refcount(const struct sshbuf *buf) in sshbuf_refcount() function
HDssh_namespace.h833 #define sshbuf_refcount Fssh_sshbuf_refcount macro