Home
last modified time | relevance | path

Searched defs:primes (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/lib/libcrypto/bn/
Dbn_small_primes.c8 const uint16_t primes[NUMPRIMES] = { variable
/openbsd/src/games/primes/
Dprimes.c177 primes(ubig start, ubig stop) in primes() function
/openbsd/src/gnu/usr.bin/cvs/diff/
Dio.c626 static int const primes[] = variable
/openbsd/src/regress/lib/libcrypto/bn/
Dbn_test.c1575 unsigned primes[8] = { 2, 3, 5, 7, 11, 13, 17, 19 }; in test_sqrt() local