Searched refs:mbedtls_mpi_write_binary_le (Results 1 – 7 of 7) sorted by relevance
/third_party/mbedtls/3rdparty/everest/library/ |
D | x25519.c | 113 … return mbedtls_mpi_write_binary_le( &key->d, ctx->our_secret, MBEDTLS_X25519_KEY_SIZE_BYTES ); in mbedtls_x25519_get_params()
|
/third_party/mbedtls/include/mbedtls/ |
D | bignum.h | 590 int mbedtls_mpi_write_binary_le(const mbedtls_mpi *X,
|
/third_party/mbedtls/library/ |
D | ecdh.c | 659 return mbedtls_mpi_write_binary_le(&ctx->z, buf, *olen); in ecdh_calc_secret_internal()
|
D | ecp.c | 713 MBEDTLS_MPI_CHK(mbedtls_mpi_write_binary_le(&P->X, buf, plen)); in mbedtls_ecp_point_write_binary() 3305 MBEDTLS_MPI_CHK(mbedtls_mpi_write_binary_le(&key->d, buf, buflen)); in mbedtls_ecp_write_key()
|
D | bignum.c | 732 int mbedtls_mpi_write_binary_le(const mbedtls_mpi *X, in mbedtls_mpi_write_binary_le() function
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_bignum.misc.data | 100 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)
|
D | test_suite_bignum.function | 236 TEST_ASSERT(mbedtls_mpi_write_binary_le(&X, buf, buflen) == result);
|