Searched refs:ASSERT_U32_EQ (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_fixed.c60 ASSERT_U32_EQ(i, 0x12345678);
91 ASSERT_U32_EQ(i, 0x12345678);
H A Dtest_sshbuf_getput_basic.c52 ASSERT_U32_EQ(PEEK_U32(x), 0x11223344);
137 ASSERT_U32_EQ(v32, 0x11223344);
140 ASSERT_U32_EQ(v32, 0x55667788);
384 ASSERT_U32_EQ(PEEK_U32(sshbuf_ptr(p1)), sizeof(x));
H A Dtest_sshbuf_misc.c134 ASSERT_U32_EQ(PEEK_U32(sshbuf_ptr(p1)), 0xd00fd00f);
H A Dtest_sshbuf_getput_crypto.c134 ASSERT_U32_EQ(PEEK_U32(sshbuf_ptr(p1)), (u_int32_t)BN_num_bytes(bn));
158 ASSERT_U32_EQ(PEEK_U32(sshbuf_ptr(p1)), (u_int32_t)BN_num_bytes(bn) + 1);
/freebsd-11.0-release/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.h123 #define ASSERT_U32_EQ(a1, a2) \ macro

Completed in 171 milliseconds