Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A 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()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog2041 primes based on RFC 5114 and RFC 3526 from library code and tests:
3434 adversary to construct non-primes that would be erroneously accepted as
3435 primes with high probability. This does not have an impact on the
6489 * Fixed a bug in mpi_is_prime that caused some primes to fail