Searched refs:primes (Results 1 – 2 of 2) sorted by relevance
64 const unsigned char primes[] = { 2, in mbedtls_rsa_deduce_primes() local73 const size_t num_primes = sizeof(primes) / sizeof(*primes); in mbedtls_rsa_deduce_primes()117 MBEDTLS_MPI_CHK(mbedtls_mpi_lset(&K, primes[attempt])); in mbedtls_rsa_deduce_primes()
2041 primes based on RFC 5114 and RFC 3526 from library code and tests:3434 adversary to construct non-primes that would be erroneously accepted as3435 primes with high probability. This does not have an impact on the6489 * Fixed a bug in mpi_is_prime that caused some primes to fail