Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/unittests/misc/
H A Dtest_convtime.c71 ASSERT_U64_EQ(t, 946684800); in test_convtime()
73 ASSERT_U64_EQ(t, 946729380); in test_convtime()
75 ASSERT_U64_EQ(t, 946729425); in test_convtime()
77 ASSERT_U64_EQ(t, 946684800); in test_convtime()
79 ASSERT_U64_EQ(t, 946729380); in test_convtime()
81 ASSERT_U64_EQ(t, 946729425); in test_convtime()
/freebsd/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_basic.c47 ASSERT_U64_EQ(PEEK_U64(x), 0x1122334455667788ULL); in sshbuf_getput_basic_tests()
118 ASSERT_U64_EQ(v64, 0x1122334455667788ULL); in sshbuf_getput_basic_tests()
489 ASSERT_U64_EQ(v64, 0x1122334455667788ULL); in sshbuf_getput_basic_tests()
491 ASSERT_U64_EQ(v64, 0x3344556677880099ULL); in sshbuf_getput_basic_tests()
/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.h138 #define ASSERT_U64_EQ(a1, a2) \ macro