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

  /external/openssh/regress/unittests/test_helper/
test_helper.h 49 void assert_bignum(const char *file, int line,
101 assert_bignum(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ)
134 assert_bignum(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE)
165 assert_bignum(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT)
194 assert_bignum(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE)
223 assert_bignum(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT)
252 assert_bignum(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
test_helper.c 306 assert_bignum(const char *file, int line, const char *a1, const char *a2, function

Completed in 4558 milliseconds