Home
last modified time | relevance | path

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

/mbedtls-development/3rdparty/everest/library/
A Dx25519.c113 … return mbedtls_mpi_write_binary_le( &key->d, ctx->our_secret, MBEDTLS_X25519_KEY_SIZE_BYTES ); in mbedtls_x25519_get_params()
/mbedtls-development/include/mbedtls/
A Dbignum.h549 int mbedtls_mpi_write_binary_le( const mbedtls_mpi *X,
/mbedtls-development/tests/suites/
A Dtest_suite_mpi.data94 Base test mbedtls_mpi_write_binary_le #1
95 mbedtls_mpi_write_binary_le:10:"5612568098175228233414189632037248949061396369355639252081601789211…
97 Test mbedtls_mpi_write_binary_le #1 (Buffer just fits)
98 mbedtls_mpi_write_binary_le:16:"123123123123123123123123123":"2331122331122331122331122301":14:0
100 Test mbedtls_mpi_write_binary_le #2 (Buffer too small)
101 mbedtls_mpi_write_binary_le:16:"123123123123123123123123123":"23311223311223311223311223":13:MBEDTL…
A Dtest_suite_mpi.function252 void mbedtls_mpi_write_binary_le( int radix_X, char * input_X,
270 TEST_ASSERT( mbedtls_mpi_write_binary_le( &X, buf, buflen ) == result );
/mbedtls-development/library/
A Decdh.c688 return mbedtls_mpi_write_binary_le( &ctx->z, buf, *olen ); in ecdh_calc_secret_internal()
A Decp.c745 MBEDTLS_MPI_CHK( mbedtls_mpi_write_binary_le( &P->X, buf, plen ) ); in mbedtls_ecp_point_write_binary()
3165 MBEDTLS_MPI_CHK( mbedtls_mpi_write_binary_le( &key->d, buf, buflen ) ); in mbedtls_ecp_write_key()
A Dbignum.c1005 int mbedtls_mpi_write_binary_le( const mbedtls_mpi *X, in mbedtls_mpi_write_binary_le() function

Completed in 28 milliseconds