/aosp_15_r20/external/mbedtls/library/ |
H A D | rsa.c | 940 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 D | bignum.c | 2163 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 D | dhm.c | 194 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&ctx->X, x_size, f_rng, p_rng)); in dhm_make_common()
|
H A D | ecjpake.c | 634 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&b, 16, f_rng, p_rng)); in ecjpake_mul_secret()
|
H A D | ecp.c | 3110 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 D | rsa.c | 1312 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 D | bignum.c | 1835 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 D | dhm.c | 194 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&ctx->X, x_size, f_rng, p_rng)); in dhm_make_common()
|
H A D | ecjpake.c | 634 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&b, 16, f_rng, p_rng)); in ecjpake_mul_secret()
|
H A D | ecp.c | 3100 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 D | bignum.h | 930 int mbedtls_mpi_fill_random(mbedtls_mpi *X, size_t size,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | bignum.h | 930 int mbedtls_mpi_fill_random(mbedtls_mpi *X, size_t size,
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_bignum.function | 1189 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 D | test_suite_bignum.function | 1248 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 D | ChangeLog | 1837 * 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 D | ChangeLog | 2097 * 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.
|