Searched refs:ASSERT_INT_NE (Results 1 – 6 of 6) sorted by relevance
/openbsd/regress/usr.bin/ssh/unittests/sshkey/ |
H A D | common.c | 70 ASSERT_INT_NE(BN_hex2bn(&ret, (const char *)sshbuf_ptr(buf)), 0); in load_bignum()
|
H A D | test_sshkey.c | 119 ASSERT_INT_NE(sshkey_verify(bad, sig, len, d, l, NULL, 0, NULL), 0); in signature_test() 122 ASSERT_INT_NE(sshkey_verify(k, sig, len, d, l, NULL, 0, NULL), 0); in signature_test()
|
H A D | test_fuzz.c | 94 ASSERT_INT_NE(sshkey_verify(k, fuzz_ptr(fuzz), fuzz_len(fuzz), in sig_fuzz()
|
/openbsd/regress/usr.bin/ssh/unittests/sshbuf/ |
H A D | test_sshbuf_misc.c | 40 ASSERT_INT_NE(feof(out), 0); in sshbuf_misc_tests()
|
/openbsd/regress/sbin/iked/test_helper/ |
H A D | test_helper.h | 122 #define ASSERT_INT_NE(a1, a2) \ macro
|
/openbsd/regress/usr.bin/ssh/unittests/test_helper/ |
H A D | test_helper.h | 141 #define ASSERT_INT_NE(a1, a2) \ macro
|