HomeSort by: relevance | last modified time | path
    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