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

  /external/openssh/regress/unittests/sshbuf/
test_sshbuf.c 195 ASSERT_MEM_FILLED_EQ(cdp, 0xd7, 1000);
196 ASSERT_MEM_FILLED_EQ(cdp + 1000, 0x7d, 223);
217 ASSERT_MEM_FILLED_EQ(cdp, 0xd7, 1000);
218 ASSERT_MEM_FILLED_EQ(cdp + 1000, 0x7d, 223);
219 ASSERT_MEM_FILLED_EQ(cdp + 1223, 0xff, 1);
  /external/openssh/regress/unittests/test_helper/
test_helper.h 106 #define ASSERT_MEM_FILLED_EQ(a1, c, l) \

Completed in 42 milliseconds