Home
last modified time | relevance | path

Searched refs:TEST_BN_ne (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/test/
Dtest_test.c332 | !TEST(0, TEST_BN_ne(NULL, c)) in test_bignum()
358 | !TEST(0, TEST_BN_ne(a, a)) in test_bignum()
360 | !TEST(1, TEST_BN_ne(a, b)) in test_bignum()
432 & TEST(1, TEST_BN_ne(a, NULL)) in test_long_bignum()
Dtestutil.h364 # define TEST_BN_ne(a, b) test_BN_ne(__FILE__, __LINE__, #a, #b, a, b) macro