Home
last modified time | relevance | path

Searched refs:mbedtls_mpi_write_binary_le (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/3rdparty/everest/library/
H A Dx25519.c113 … return mbedtls_mpi_write_binary_le( &key->d, ctx->our_secret, MBEDTLS_X25519_KEY_SIZE_BYTES ); in mbedtls_x25519_get_params()
/aosp_15_r20/external/mbedtls/3rdparty/everest/library/
H A Dx25519.c113 … return mbedtls_mpi_write_binary_le( &key->d, ctx->our_secret, MBEDTLS_X25519_KEY_SIZE_BYTES ); in mbedtls_x25519_get_params()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dbignum.h601 int mbedtls_mpi_write_binary_le(const mbedtls_mpi *X,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dbignum.h601 int mbedtls_mpi_write_binary_le(const mbedtls_mpi *X,
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_bignum.misc.data100 Base test mbedtls_mpi_write_binary_le #1
103 Test mbedtls_mpi_write_binary_le #1 (Buffer just fits)
106 Test mbedtls_mpi_write_binary_le #2 (Buffer too small)
H A Dtest_suite_bignum.function236 TEST_ASSERT(mbedtls_mpi_write_binary_le(&X, buf, buflen) == result);
/aosp_15_r20/external/mbedtls/library/
H A Decdh.c647 return mbedtls_mpi_write_binary_le(&ctx->z, buf, *olen); in ecdh_calc_secret_internal()
H A Decp.c713 MBEDTLS_MPI_CHK(mbedtls_mpi_write_binary_le(&P->X, buf, plen)); in mbedtls_ecp_point_write_binary()
3310 MBEDTLS_MPI_CHK(mbedtls_mpi_write_binary_le(&key->d, buf, buflen)); in mbedtls_ecp_write_key()
H A Dbignum.c867 int mbedtls_mpi_write_binary_le(const mbedtls_mpi *X, in mbedtls_mpi_write_binary_le() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decdh.c656 return mbedtls_mpi_write_binary_le(&ctx->z, buf, *olen); in ecdh_calc_secret_internal()
H A Decp.c713 MBEDTLS_MPI_CHK(mbedtls_mpi_write_binary_le(&P->X, buf, plen)); in mbedtls_ecp_point_write_binary()
3323 MBEDTLS_MPI_CHK(mbedtls_mpi_write_binary_le(&key->d, buf, buflen)); in mbedtls_ecp_write_key()
3356 return mbedtls_mpi_write_binary_le(&key->d, buf, len); in mbedtls_ecp_write_key_ext()
H A Dbignum.c842 int mbedtls_mpi_write_binary_le(const mbedtls_mpi *X, in mbedtls_mpi_write_binary_le() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_bignum.misc.data103 Base test mbedtls_mpi_write_binary_le #1
106 Test mbedtls_mpi_write_binary_le #1 (Buffer just fits)
109 Test mbedtls_mpi_write_binary_le #2 (Buffer too small)
H A Dtest_suite_bignum.function256 TEST_ASSERT(mbedtls_mpi_write_binary_le(&X, buf, buflen) == result);