Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Drsa_alt_helpers.c76 const unsigned char primes[] = { 2, in mbedtls_rsa_deduce_primes() local
86 const size_t num_primes = sizeof( primes ) / sizeof( *primes ); in mbedtls_rsa_deduce_primes()
131 mbedtls_mpi_lset( &K, primes[attempt] ); in mbedtls_rsa_deduce_primes()
/mbedtls-development/tests/suites/
A Dtest_suite_rsa.data419 RSA Validate Params, toy example, non-primes, no PRNG
422 RSA Validate Params, toy example, non-primes, PRNG
/mbedtls-development/docs/
A D3.0-migration-guide.md152 ### Deprecated hex-encoded primes were removed from DHM
158 removed. The primes from RFC 5114 are deprecated because their derivation is not
/mbedtls-development/
A DChangeLog203 primes based on RFC 5114 and RFC 3526 from library code and tests:
1595 adversary to construct non-primes that would be erroneously accepted as
1596 primes with high probability. This does not have an impact on the
4650 * Fixed a bug in mpi_is_prime that caused some primes to fail
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md369 …h this key. For example, RSA key import does not need to verify that the primes are actually prime…

Completed in 17 milliseconds