Home
last modified time | relevance | path

Searched refs:mbedtls_mpi_fill_random (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/mbedtls/library/
H A Drsa.c940 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&ctx->Vf, ctx->len - 1, f_rng, p_rng)); in rsa_prepare_blinding()
943 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&R, ctx->len - 1, f_rng, p_rng)); in rsa_prepare_blinding()
1132 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&R, RSA_EXPONENT_BLINDING, in mbedtls_rsa_private()
1141 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&R, RSA_EXPONENT_BLINDING, in mbedtls_rsa_private()
1150 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&R, RSA_EXPONENT_BLINDING, in mbedtls_rsa_private()
H A Dbignum.c2163 int mbedtls_mpi_fill_random(mbedtls_mpi *X, size_t size, in mbedtls_mpi_fill_random() function
2396 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&A, X->n * ciL, f_rng, p_rng)); in mpi_miller_rabin()
2545 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(X, n * ciL, f_rng, p_rng)); in mbedtls_mpi_gen_prime()
H A Ddhm.c194 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&ctx->X, x_size, f_rng, p_rng)); in dhm_make_common()
H A Decjpake.c634 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&b, 16, f_rng, p_rng)); in ecjpake_mul_secret()
H A Decp.c3110 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(d, n_random_bytes, in mbedtls_ecp_gen_privkey_mx()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Drsa.c1312 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&ctx->Vf, ctx->len - 1, f_rng, p_rng)); in rsa_prepare_blinding()
1315 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&R, ctx->len - 1, f_rng, p_rng)); in rsa_prepare_blinding()
1504 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&R, RSA_EXPONENT_BLINDING, in mbedtls_rsa_private()
1513 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&R, RSA_EXPONENT_BLINDING, in mbedtls_rsa_private()
1522 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&R, RSA_EXPONENT_BLINDING, in mbedtls_rsa_private()
H A Dbignum.c1835 int mbedtls_mpi_fill_random(mbedtls_mpi *X, size_t size, in mbedtls_mpi_fill_random() function
2059 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&A, X->n * ciL, f_rng, p_rng)); in mpi_miller_rabin()
2203 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(X, n * ciL, f_rng, p_rng)); in mbedtls_mpi_gen_prime()
H A Ddhm.c194 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&ctx->X, x_size, f_rng, p_rng)); in dhm_make_common()
H A Decjpake.c634 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&b, 16, f_rng, p_rng)); in ecjpake_mul_secret()
H A Decp.c3100 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(d, n_random_bytes, in mbedtls_ecp_gen_privkey_mx()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dbignum.h930 int mbedtls_mpi_fill_random(mbedtls_mpi *X, size_t size,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dbignum.h930 int mbedtls_mpi_fill_random(mbedtls_mpi *X, size_t size,
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_bignum.function1189 ret = mbedtls_mpi_fill_random(&X, wanted_bytes,
1194 /* mbedtls_mpi_fill_random is documented to use bytes from the RNG
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_bignum.function1248 ret = mbedtls_mpi_fill_random(&X, wanted_bytes,
1253 /* mbedtls_mpi_fill_random is documented to use bytes from the RNG
/aosp_15_r20/external/mbedtls/
H A DChangeLog1837 * A failure of the random generator was ignored in mbedtls_mpi_fill_random(),
2619 * Reduce the stack consumption of mbedtls_mpi_fill_random() which could
3579 * Add MBEDTLS_MPI_CHK to check for error value of mbedtls_mpi_fill_random.
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog2097 * A failure of the random generator was ignored in mbedtls_mpi_fill_random(),
2879 * Reduce the stack consumption of mbedtls_mpi_fill_random() which could
3839 * Add MBEDTLS_MPI_CHK to check for error value of mbedtls_mpi_fill_random.