Home
last modified time | relevance | path

Searched refs:mbedtls_mpi_core_fill_random (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dbignum_core.c615 int mbedtls_mpi_core_fill_random( in mbedtls_mpi_core_fill_random() function
677 MBEDTLS_MPI_CHK(mbedtls_mpi_core_fill_random(X, limbs, in mbedtls_mpi_core_random()
H A Dbignum_core.h546 int mbedtls_mpi_core_fill_random(mbedtls_mpi_uint *X, size_t X_limbs,
H A Dbignum.c1848 ret = mbedtls_mpi_core_fill_random(X->p, X->n, size, f_rng, p_rng); in mbedtls_mpi_fill_random()
/aosp_15_r20/external/mbedtls/library/
H A Dbignum_core.c615 int mbedtls_mpi_core_fill_random( in mbedtls_mpi_core_fill_random() function
677 MBEDTLS_MPI_CHK(mbedtls_mpi_core_fill_random(X, limbs, in mbedtls_mpi_core_random()
H A Dbignum_core.h546 int mbedtls_mpi_core_fill_random(mbedtls_mpi_uint *X, size_t X_limbs,
H A Dbignum.c2179 ret = mbedtls_mpi_core_fill_random(X->p, X->n, size, f_rng, p_rng); in mbedtls_mpi_fill_random()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_bignum_core.function1084 ret = mbedtls_mpi_core_fill_random(X, X_limbs, wanted_bytes,
1090 /* mbedtls_mpi_core_fill_random is documented to use bytes from the
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_bignum_core.function1084 ret = mbedtls_mpi_core_fill_random(X, X_limbs, wanted_bytes,
1090 /* mbedtls_mpi_core_fill_random is documented to use bytes from the