Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dbignum.h1043MBEDTLS_MPI_GEN_PRIME_FLAG_LOW_ERR = 0x0002, /**< lower error rate from 2<sup>-80</sup> to 2<sup>-… enumerator
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_bignum.misc.data1678 mpi_gen_prime:128:MBEDTLS_MPI_GEN_PRIME_FLAG_DH | MBEDTLS_MPI_GEN_PRIME_FLAG_LOW_ERR:0
1682 mpi_gen_prime:1024:MBEDTLS_MPI_GEN_PRIME_FLAG_LOW_ERR:0
1686 mpi_gen_prime:1536:MBEDTLS_MPI_GEN_PRIME_FLAG_LOW_ERR:0
/openthread-latest/third_party/mbedtls/repo/library/
Dbignum.c2184 if ((flags & MBEDTLS_MPI_GEN_PRIME_FLAG_LOW_ERR) == 0) { in mbedtls_mpi_gen_prime()
Drsa.c1058 prime_quality = MBEDTLS_MPI_GEN_PRIME_FLAG_LOW_ERR; in mbedtls_rsa_gen_key()
/openthread-latest/third_party/mbedtls/repo/
DChangeLog3148 * Add MBEDTLS_MPI_GEN_PRIME_FLAG_LOW_ERR flag to mbedtls_mpi_gen_prime() and