Searched refs:mbedtls_mpi_read_binary_le (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | bignum.h | 565 int mbedtls_mpi_read_binary_le(mbedtls_mpi *X,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | bignum.h | 565 int mbedtls_mpi_read_binary_le(mbedtls_mpi *X,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ecp.c | 787 MBEDTLS_MPI_CHK(mbedtls_mpi_read_binary_le(&pt->X, buf, plen)); in mbedtls_ecp_point_read_binary() 3237 MBEDTLS_MPI_CHK(mbedtls_mpi_read_binary_le(&key->d, buf, buflen)); in mbedtls_ecp_read_key() 3260 MBEDTLS_MPI_CHK(mbedtls_mpi_read_binary_le(&key->d, buf, buflen)); in mbedtls_ecp_read_key()
|
H A D | bignum.c | 814 int mbedtls_mpi_read_binary_le(mbedtls_mpi *X, in mbedtls_mpi_read_binary_le() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ecp.c | 787 MBEDTLS_MPI_CHK(mbedtls_mpi_read_binary_le(&pt->X, buf, plen)); in mbedtls_ecp_point_read_binary() 3246 MBEDTLS_MPI_CHK(mbedtls_mpi_read_binary_le(&key->d, buf, buflen)); in mbedtls_ecp_read_key() 3269 MBEDTLS_MPI_CHK(mbedtls_mpi_read_binary_le(&key->d, buf, buflen)); in mbedtls_ecp_read_key()
|
H A D | bignum.c | 792 int mbedtls_mpi_read_binary_le(mbedtls_mpi *X, in mbedtls_mpi_read_binary_le() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_bignum.function | 157 TEST_EQUAL(mbedtls_mpi_read_binary_le(&X, NULL, 0), 0); 196 TEST_ASSERT(mbedtls_mpi_read_binary_le(&X, buf->x, buf->len) == 0);
|
H A D | test_suite_bignum.misc.data | 91 Base test mbedtls_mpi_read_binary_le #1
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_bignum.function | 176 TEST_ASSERT(mbedtls_mpi_read_binary_le(&X, buf->x, buf->len) == 0);
|
H A D | test_suite_bignum.misc.data | 88 Base test mbedtls_mpi_read_binary_le #1
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 1631 * mbedtls_mpi_read_binary(), mbedtls_mpi_read_binary_le() and
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 1891 * mbedtls_mpi_read_binary(), mbedtls_mpi_read_binary_le() and
|