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 D | bignum_core.c | 615 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 D | bignum_core.h | 546 int mbedtls_mpi_core_fill_random(mbedtls_mpi_uint *X, size_t X_limbs,
|
H A D | bignum.c | 1848 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 D | bignum_core.c | 615 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 D | bignum_core.h | 546 int mbedtls_mpi_core_fill_random(mbedtls_mpi_uint *X, size_t X_limbs,
|
H A D | bignum.c | 2179 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 D | test_suite_bignum_core.function | 1084 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 D | test_suite_bignum_core.function | 1084 ret = mbedtls_mpi_core_fill_random(X, X_limbs, wanted_bytes, 1090 /* mbedtls_mpi_core_fill_random is documented to use bytes from the
|