Searched refs:bns (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/test/testutil/ |
H A D | tests.c | 414 int test_BN_eq_word(const char *file, int line, const char *bns, const char *ws, in test_BN_eq_word() argument 423 test_fail_bignum_message(NULL, file, line, "BIGNUM", bns, ws, "==", a, bw); in test_BN_eq_word() 428 int test_BN_abs_eq_word(const char *file, int line, const char *bns, in test_BN_abs_eq_word() argument 439 test_fail_bignum_message(NULL, file, line, "BIGNUM", bns, ws, "abs==", in test_BN_abs_eq_word()
|
/freebsd/crypto/openssl/test/ |
H A D | testutil.h | 397 int test_BN_eq_word(const char *file, int line, const char *bns, const char *ws, 399 int test_BN_abs_eq_word(const char *file, int line, const char *bns,
|