Home
last modified time | relevance | path

Searched refs:mbedtls_mpi_is_prime_ext (Results 1 – 7 of 7) sorted by relevance

/openthread-3.7.0/third_party/mbedtls/repo/library/
Drsa_alt_helpers.c282 (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()
Dbignum.c2121 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/
Ddh_genprime.c127 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/
Dbignum.h1032 int mbedtls_mpi_is_prime_ext(const mbedtls_mpi *X, int rounds,
/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_bignum.function1117 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/
D3.0-migration-guide.md164 `mbedtls_mpi_is_prime_ext()` instead which additionally allows specifying the
/openthread-3.7.0/third_party/mbedtls/repo/
DChangeLog3094 mbedtls_mpi_is_prime_ext() which allows specifying the number of