Searched refs:primes (Results 1 – 2 of 2) sorted by relevance
76 const unsigned char primes[] = { 2, in mbedtls_rsa_deduce_primes() local86 const size_t num_primes = sizeof( primes ) / sizeof( *primes ); in mbedtls_rsa_deduce_primes()131 mbedtls_mpi_lset( &K, primes[attempt] ); in mbedtls_rsa_deduce_primes()
1330 adversary to construct non-primes that would be erroneously accepted as1331 primes with high probability. This does not have an impact on the4385 * Fixed a bug in mpi_is_prime that caused some primes to fail
Completed in 8 milliseconds