HomeSort by relevance Sort by last modified time
    Searched refs:ASSERT_U32_EQ (Results 1 - 5 of 5) sorted by null

  /external/openssh/regress/unittests/sshbuf/
test_sshbuf_fixed.c 60 ASSERT_U32_EQ(i, 0x12345678);
91 ASSERT_U32_EQ(i, 0x12345678);
test_sshbuf_getput_basic.c 52 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));
test_sshbuf_misc.c 134 ASSERT_U32_EQ(PEEK_U32(sshbuf_ptr(p1)), 0xd00fd00f);
test_sshbuf_getput_crypto.c 134 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);
  /external/openssh/regress/unittests/test_helper/
test_helper.h 128 #define ASSERT_U32_EQ(a1, a2) \

Completed in 103 milliseconds