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