Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dtestutil.h396 int test_BN_odd(const char *file, int line, const char *s, const BIGNUM *a);
540 #define TEST_BN_odd(a) test_BN_odd(__FILE__, __LINE__, #a, a)
/src/crypto/openssl/test/testutil/
H A Dtests.c396 int test_BN_odd(const char *file, int line, const char *s, const BIGNUM *a) in test_BN_odd() function