Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dtestutil.h396 int test_BN_even(const char *file, int line, const char *s, const BIGNUM *a);
526 # define TEST_BN_even(a) test_BN_even(__FILE__, __LINE__, #a, a)
/freebsd/crypto/openssl/test/testutil/
H A Dtests.c405 int test_BN_even(const char *file, int line, const char *s, const BIGNUM *a) in test_BN_even() function