Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dbntest.c2475 static int not_primes[] = { -1, 0, 1, 4 }; variable
2487 if (!TEST_true(BN_set_word(r, not_primes[i])) in test_not_prime()
3179 ADD_ALL_TESTS(test_not_prime, (int)OSSL_NELEM(not_primes)); in setup_tests()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dbntest.c2391 static int not_primes[] = { -1, 0, 1, 4 }; variable
2403 if (!TEST_true(BN_set_word(r, not_primes[i])) in test_not_prime()
2958 ADD_ALL_TESTS(test_not_prime, (int)OSSL_NELEM(not_primes)); in setup_tests()