Home
last modified time | relevance | path

Searched refs:primes (Results 1 – 6 of 6) sorted by relevance

/mbedtls-3.7.0/library/
Drsa_alt_helpers.c64 const unsigned char primes[] = { 2, in mbedtls_rsa_deduce_primes() local
73 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()
/mbedtls-3.7.0/scripts/mbedtls_dev/
Dbignum_core.py790 primes = [
821 elif i == 0 and len(mod) > 1 and mod in primes:
/mbedtls-3.7.0/tests/suites/
Dtest_suite_rsa.data425 RSA Validate Params, toy example, non-primes, no PRNG
428 RSA Validate Params, toy example, non-primes, PRNG
/mbedtls-3.7.0/docs/
D3.0-migration-guide.md173 ### Deprecated hex-encoded primes were removed from DHM
179 removed. The primes from RFC 5114 are deprecated because their derivation is not
/mbedtls-3.7.0/
DChangeLog1653 primes based on RFC 5114 and RFC 3526 from library code and tests:
3046 adversary to construct non-primes that would be erroneously accepted as
3047 primes with high probability. This does not have an impact on the
6101 * Fixed a bug in mpi_is_prime that caused some primes to fail
/mbedtls-3.7.0/docs/proposed/
Dpsa-driver-interface.md806 …h this key. For example, RSA key import does not need to verify that the primes are actually prime…