Searched refs:primes (Results 1 – 6 of 6) 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()
790 primes = [821 elif i == 0 and len(mod) > 1 and mod in primes:
425 RSA Validate Params, toy example, non-primes, no PRNG428 RSA Validate Params, toy example, non-primes, PRNG
173 ### Deprecated hex-encoded primes were removed from DHM179 removed. The primes from RFC 5114 are deprecated because their derivation is not
1653 primes based on RFC 5114 and RFC 3526 from library code and tests:3046 adversary to construct non-primes that would be erroneously accepted as3047 primes with high probability. This does not have an impact on the6101 * Fixed a bug in mpi_is_prime that caused some primes to fail
806 …h this key. For example, RSA key import does not need to verify that the primes are actually prime…