Searched refs:SMALL_PRIMES (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/bearssl/src/rsa/
H A Drsa_i15_keygen.c54 static const unsigned char SMALL_PRIMES[] = { variable
97 * y = SMALL_PRIMES mod x, then tries to compute y/y mod x. The
113 br_i15_decode_reduce(y, SMALL_PRIMES, sizeof SMALL_PRIMES, x);
H A Drsa_i31_keygen_inner.c54 static const unsigned char SMALL_PRIMES[] = { variable
99 * y = SMALL_PRIMES mod x, then tries to compute y/y mod x. The
115 br_i31_decode_reduce(y, SMALL_PRIMES, sizeof SMALL_PRIMES, x);

Completed in 55 milliseconds