Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dtestutil.h395 int test_BN_odd(const char *file, int line, const char *s, const BIGNUM *a);
525 # define TEST_BN_odd(a) test_BN_odd(__FILE__, __LINE__, #a, a)
/freebsd/crypto/openssl/test/testutil/
H A Dtests.c397 int test_BN_odd(const char *file, int line, const char *s, const BIGNUM *a) in test_BN_odd() function