Home
last modified time | relevance | path

Searched refs:ASSERT_U_INT_EQ (Results 1 – 3 of 3) sorted by relevance

/external/openssh/regress/unittests/sshbuf/
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()
/external/openssh/regress/unittests/hostkeys/
Dtest_iterate.c117 ASSERT_U_INT_EQ(l->status, expected_status); in check()
118 ASSERT_U_INT_EQ(l->match, expected_match); in check()
/external/openssh/regress/unittests/test_helper/
Dtest_helper.h114 #define ASSERT_U_INT_EQ(a1, a2) \ macro