OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:not_primes
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
bntest.c
2696
static int
not_primes
[] = { -1, 0, 1, 4 };
variable
2708
if (!TEST_true(BN_set_word(r,
not_primes
[i]))
3408
ADD_ALL_TESTS(test_not_prime, (int)OSSL_NELEM(
not_primes
));
/src/crypto/external/bsd/openssl/dist/test/
bntest.c
2475
static int
not_primes
[] = { -1, 0, 1, 4 };
variable
2487
if (!TEST_true(BN_set_word(r,
not_primes
[i]))
3179
ADD_ALL_TESTS(test_not_prime, (int)OSSL_NELEM(
not_primes
));
/src/crypto/external/bsd/openssl.old/dist/test/
bntest.c
2391
static int
not_primes
[] = { -1, 0, 1, 4 };
variable
2403
if (!TEST_true(BN_set_word(r,
not_primes
[i]))
2958
ADD_ALL_TESTS(test_not_prime, (int)OSSL_NELEM(
not_primes
));
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026