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

  /external/openssh/regress/unittests/sshkey/
common.c 46 ASSERT_INT_NE(fd = open(test_data_file(name), O_RDONLY), -1);
80 ASSERT_INT_NE(BN_hex2bn(&ret, (const char *)sshbuf_ptr(buf)), 0);
test_sshkey.c 125 ASSERT_INT_NE(sshkey_verify(bad, sig, len, d, l, 0), 0);
128 ASSERT_INT_NE(sshkey_verify(k, sig, len, d, l, 0), 0);
test_fuzz.c 93 ASSERT_INT_NE(sshkey_verify(k, fuzz_ptr(fuzz), fuzz_len(fuzz),
  /external/openssh/regress/unittests/sshbuf/
test_sshbuf_misc.c 44 ASSERT_INT_NE(feof(out), 0);
  /external/openssh/regress/unittests/test_helper/
test_helper.h 141 #define ASSERT_INT_NE(a1, a2) \

Completed in 76 milliseconds