Home
last modified time | relevance | path

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

/mbedtls-latest/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-latest/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-latest/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-latest/
DChangeLog1848 primes based on RFC 5114 and RFC 3526 from library code and tests:
3241 adversary to construct non-primes that would be erroneously accepted as
3242 primes with high probability. This does not have an impact on the
6296 * Fixed a bug in mpi_is_prime that caused some primes to fail
/mbedtls-latest/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…