Home
last modified time | relevance | path

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

/external/mbedtls/include/mbedtls/
Dbignum.h930 int mbedtls_mpi_fill_random(mbedtls_mpi *X, size_t size,
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dbignum.h908 int mbedtls_mpi_fill_random(mbedtls_mpi *X, size_t size,
Dcompat-1.3.h2062 #define mpi_fill_random mbedtls_mpi_fill_random
/external/mbedtls/library/
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()
Ddhm.c194 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&ctx->X, x_size, f_rng, p_rng)); in dhm_make_common()
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()
Decjpake.c634 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&b, 16, f_rng, p_rng)); in ecjpake_mul_secret()
Decp.c3110 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(d, n_random_bytes, in mbedtls_ecp_gen_privkey_mx()
/external/openthread/third_party/mbedtls/repo/library/
Drsa.c775 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&ctx->Vf, ctx->len - 1, f_rng, p_rng)); in rsa_prepare_blinding()
778 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&R, ctx->len - 1, f_rng, p_rng)); in rsa_prepare_blinding()
978 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&R, RSA_EXPONENT_BLINDING, in mbedtls_rsa_private()
989 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&R, RSA_EXPONENT_BLINDING, in mbedtls_rsa_private()
1000 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&R, RSA_EXPONENT_BLINDING, in mbedtls_rsa_private()
Ddhm.c165 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&ctx->X, x_size, f_rng, p_rng)); in dhm_make_common()
Dbignum.c2475 int mbedtls_mpi_fill_random(mbedtls_mpi *X, size_t size, in mbedtls_mpi_fill_random() function
2757 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&A, X->n * ciL, f_rng, p_rng)); in mpi_miller_rabin()
2926 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(X, n * ciL, f_rng, p_rng)); in mbedtls_mpi_gen_prime()
Decjpake.c629 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(&b, 16, f_rng, p_rng)); in ecjpake_mul_secret()
Decp.c3169 MBEDTLS_MPI_CHK(mbedtls_mpi_fill_random(d, n_random_bytes, in mbedtls_ecp_gen_privkey_mx()
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_bignum.function332 mbedtls_mpi_fill_random(NULL, 42,
336 mbedtls_mpi_fill_random(&X, 42, NULL, NULL));
1447 ret = mbedtls_mpi_fill_random(&X, wanted_bytes,
1452 /* mbedtls_mpi_fill_random is documented to use bytes from the RNG
/external/mbedtls/tests/suites/
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
/external/openthread/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1669 mpi_fill_random mbedtls_mpi_fill_random
/external/openthread/third_party/mbedtls/repo/
DChangeLog845 * A failure of the random generator was ignored in mbedtls_mpi_fill_random(),
1627 * Reduce the stack consumption of mbedtls_mpi_fill_random() which could
2587 * Add MBEDTLS_MPI_CHK to check for error value of mbedtls_mpi_fill_random.
/external/mbedtls/
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.