OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIME_SIZE
(Results
1 - 5
of
5
) sorted by null
/external/dropbear/libtommath/
bn_mp_prime_is_divisible.c
19
* of the first
PRIME_SIZE
primes or not
31
for (ix = 0; ix <
PRIME_SIZE
; ix++) {
bn_mp_prime_next_prime.c
26
mp_digit res_tab[
PRIME_SIZE
], step, kstep;
30
if (t <= 0 || t >
PRIME_SIZE
) {
38
if (mp_cmp_d(a, ltm_prime_tab[
PRIME_SIZE
-1]) == MP_LT) {
40
for (x =
PRIME_SIZE
- 2; x >= 0; x--) {
51
for (y = x + 1; y <
PRIME_SIZE
; y++) {
96
for (x = 1; x <
PRIME_SIZE
; x++) {
118
for (x = 1; x <
PRIME_SIZE
; x++) {
bn_mp_prime_is_prime.c
34
if (t <= 0 || t >
PRIME_SIZE
) {
39
for (ix = 0; ix <
PRIME_SIZE
; ix++) {
tommath.h
450
#define
PRIME_SIZE
31
452
#define
PRIME_SIZE
256
455
/* table of first
PRIME_SIZE
primes */
458
/* result=1 if a is divisible by one of the first
PRIME_SIZE
primes */
/external/dropbear/libtommath/pre_gen/
mpi.c
[
all
...]
Completed in 39 milliseconds