Home
last modified time | relevance | path

Searched refs:ASSERT_U_INT_EQ (Results 1 – 3 of 3) 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/regress/unittests/hostkeys/
H A Dtest_iterate.c123 ASSERT_U_INT_EQ(l->status, expected_status); in check()
124 ASSERT_U_INT_EQ(l->match, expected_match); in check()
/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.h122 #define ASSERT_U_INT_EQ(a1, a2) \ macro