Home
last modified time | relevance | path

Searched refs:ASSERT_MEM_FILLED_EQ (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf.c198 ASSERT_MEM_FILLED_EQ(cdp, 0xd7, 1000); in sshbuf_tests()
199 ASSERT_MEM_FILLED_EQ(cdp + 1000, 0x7d, 223); in sshbuf_tests()
220 ASSERT_MEM_FILLED_EQ(cdp, 0xd7, 1000); in sshbuf_tests()
221 ASSERT_MEM_FILLED_EQ(cdp + 1000, 0x7d, 223); in sshbuf_tests()
222 ASSERT_MEM_FILLED_EQ(cdp + 1223, 0xff, 1); in sshbuf_tests()
/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.h114 #define ASSERT_MEM_FILLED_EQ(a1, c, l) \ macro