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

  /external/openssh/regress/unittests/sshbuf/
test_sshbuf_fixed.c 41 ASSERT_PTR_EQ(sshbuf_mutable_ptr(p1), NULL);
47 ASSERT_PTR_EQ(sshbuf_ptr(p1), test_buf);
54 ASSERT_PTR_EQ(sshbuf_ptr(p1), test_buf);
56 ASSERT_PTR_EQ(sshbuf_ptr(p1), test_buf + 1);
59 ASSERT_PTR_EQ(sshbuf_ptr(p1), test_buf + 5);
73 ASSERT_PTR_EQ(sshbuf_parent(p1), NULL);
78 ASSERT_PTR_EQ(sshbuf_parent(p1), NULL);
79 ASSERT_PTR_EQ(sshbuf_parent(p2), p1);
80 ASSERT_PTR_EQ(sshbuf_ptr(p2), sshbuf_ptr(p1));
83 ASSERT_PTR_EQ(sshbuf_mutable_ptr(p1), NULL)
    [all...]
test_sshbuf_fuzz.c 54 ASSERT_PTR_EQ(dp, NULL);
test_sshbuf.c 177 ASSERT_PTR_EQ(dp, NULL);
186 ASSERT_PTR_EQ(dp, NULL);
test_sshbuf_misc.c 163 ASSERT_PTR_EQ(p, NULL);
  /external/openssh/regress/unittests/sshkey/
test_sshkey.c 187 ASSERT_PTR_EQ(k1, NULL);
202 ASSERT_PTR_EQ(k1->rsa->p, NULL);
212 ASSERT_PTR_EQ(k1->rsa->p, NULL);
221 ASSERT_PTR_EQ(k1->dsa->priv_key, NULL);
229 ASSERT_PTR_EQ(k1->ecdsa, NULL); /* Can't allocate without NID */
238 ASSERT_PTR_EQ(k1->ed25519_sk, NULL);
239 ASSERT_PTR_EQ(k1->ed25519_pk, NULL);
267 ASSERT_PTR_EQ(k1, NULL);
273 ASSERT_PTR_EQ(k1, NULL);
279 ASSERT_PTR_EQ(k1, NULL)
    [all...]
  /external/openssh/regress/unittests/test_helper/
test_helper.h 122 #define ASSERT_PTR_EQ(a1, a2) \
  /external/openssh/regress/unittests/hostkeys/
test_iterate.c 133 ASSERT_PTR_EQ(l->key, NULL);

Completed in 515 milliseconds