Searched refs:mbedtls_mpi_is_prime_ext (Results 1 – 7 of 7) sorted by relevance
/openthread-3.7.0/third_party/mbedtls/repo/library/ |
D | rsa_alt_helpers.c | 282 (ret = mbedtls_mpi_is_prime_ext(P, 50, f_rng, p_rng)) != 0) { in mbedtls_rsa_validate_params() 288 (ret = mbedtls_mpi_is_prime_ext(Q, 50, f_rng, p_rng)) != 0) { in mbedtls_rsa_validate_params()
|
D | bignum.c | 2121 int mbedtls_mpi_is_prime_ext(const mbedtls_mpi *X, int rounds, in mbedtls_mpi_is_prime_ext() function 2216 ret = mbedtls_mpi_is_prime_ext(X, rounds, f_rng, p_rng); in mbedtls_mpi_gen_prime()
|
/openthread-3.7.0/third_party/mbedtls/repo/programs/pkey/ |
D | dh_genprime.c | 127 if ((ret = mbedtls_mpi_is_prime_ext(&Q, 50, mbedtls_ctr_drbg_random, &ctr_drbg)) != 0) { in main()
|
/openthread-3.7.0/third_party/mbedtls/repo/include/mbedtls/ |
D | bignum.h | 1032 int mbedtls_mpi_is_prime_ext(const mbedtls_mpi *X, int rounds,
|
/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_bignum.function | 1117 res = mbedtls_mpi_is_prime_ext(&X, 40, mbedtls_test_rnd_std_rand, NULL); 1139 res = mbedtls_mpi_is_prime_ext(&X, rounds - 1, 1148 res = mbedtls_mpi_is_prime_ext(&X, rounds, 1177 TEST_ASSERT(mbedtls_mpi_is_prime_ext(&X, 40, 1183 TEST_ASSERT(mbedtls_mpi_is_prime_ext(&X, 40,
|
/openthread-3.7.0/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 164 `mbedtls_mpi_is_prime_ext()` instead which additionally allows specifying the
|
/openthread-3.7.0/third_party/mbedtls/repo/ |
D | ChangeLog | 3094 mbedtls_mpi_is_prime_ext() which allows specifying the number of
|