Home | History | Annotate | Download | only in bn

Lines Matching refs:mods

458   uint16_t mods[NUMPRIMES];
470 mods[i] = (uint16_t)BN_mod_word(rnd, (BN_ULONG)primes[i]);
496 if ((mods[i] + delta) % primes[i] == 0) {
507 if (((mods[i] + delta) % primes[i]) <= 1) {