Searched refs:ASSERT_MEM_FILLED_EQ (Results 1 – 2 of 2) sorted by relevance
/external/openssh/regress/unittests/sshbuf/ |
D | test_sshbuf.c | 195 ASSERT_MEM_FILLED_EQ(cdp, 0xd7, 1000); in sshbuf_tests() 196 ASSERT_MEM_FILLED_EQ(cdp + 1000, 0x7d, 223); in sshbuf_tests() 217 ASSERT_MEM_FILLED_EQ(cdp, 0xd7, 1000); in sshbuf_tests() 218 ASSERT_MEM_FILLED_EQ(cdp + 1000, 0x7d, 223); in sshbuf_tests() 219 ASSERT_MEM_FILLED_EQ(cdp + 1223, 0xff, 1); in sshbuf_tests()
|
/external/openssh/regress/unittests/test_helper/ |
D | test_helper.h | 106 #define ASSERT_MEM_FILLED_EQ(a1, c, l) \ macro
|