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

  /external/openssh/regress/unittests/sshbuf/
test_sshbuf_misc.c 58 ASSERT_STRING_EQ(p, "12345678");
69 ASSERT_STRING_EQ(p, "EQ==");
81 ASSERT_STRING_EQ(p, "ESI=");
94 ASSERT_STRING_EQ(p, "ESIz");
151 ASSERT_STRING_EQ(p, "quad1");
158 ASSERT_STRING_EQ(p, "quad1");
test_sshbuf_fixed.c 63 ASSERT_STRING_EQ(s, "hello");
94 ASSERT_STRING_EQ(s, "hello");
  /external/openssh/regress/unittests/utf8/
tests.c 28 ASSERT_STRING_EQ(buf, "");
49 ASSERT_STRING_EQ(buf, wants);
  /external/openssh/regress/unittests/sshkey/
test_file.c 87 ASSERT_STRING_EQ(cp, (const char *)sshbuf_ptr(buf));
96 ASSERT_STRING_EQ(cp, (const char *)sshbuf_ptr(buf));
169 ASSERT_STRING_EQ(cp, (const char *)sshbuf_ptr(buf));
178 ASSERT_STRING_EQ(cp, (const char *)sshbuf_ptr(buf));
188 ASSERT_STRING_EQ(cp, (const char *)sshbuf_ptr(buf));
260 ASSERT_STRING_EQ(cp, (const char *)sshbuf_ptr(buf));
269 ASSERT_STRING_EQ(cp, (const char *)sshbuf_ptr(buf));
279 ASSERT_STRING_EQ(cp, (const char *)sshbuf_ptr(buf));
293 ASSERT_STRING_EQ((const char *)sshbuf_ptr(buf),
358 ASSERT_STRING_EQ(cp, (const char *)sshbuf_ptr(buf))
    [all...]
  /external/openssh/regress/unittests/match/
tests.c 109 ASSERT_STRING_EQ(result, expected); \
  /external/openssh/regress/unittests/hostkeys/
test_iterate.c 121 ASSERT_STRING_EQ(l->line, expected->l.line);
125 ASSERT_STRING_EQ(l->hosts, expected->l.hosts);
128 ASSERT_STRING_EQ(l->rawkey, expected->l.rawkey);
140 ASSERT_STRING_EQ(l->comment, expected->l.comment);
  /external/openssh/regress/unittests/test_helper/
test_helper.h 102 #define ASSERT_STRING_EQ(a1, a2) \

Completed in 71 milliseconds