Searched refs:mbedtls_ecdh_make_public (Results 1 – 5 of 5) sorted by relevance
/third_party/mbedtls/programs/test/ |
D | benchmark.c | 1164 CHECK_AND_CONTINUE( mbedtls_ecdh_make_public( &ecdh, &olen, buf, sizeof( buf), in main() 1172 CHECK_AND_CONTINUE( mbedtls_ecdh_make_public( &ecdh, &olen, buf, sizeof( buf), in main() 1212 CHECK_AND_CONTINUE( mbedtls_ecdh_make_public( &ecdh, &olen, buf, sizeof( buf), in main() 1215 CHECK_AND_CONTINUE( mbedtls_ecdh_make_public( &ecdh, &olen, buf, sizeof( buf), in main() 1278 …CHECK_AND_CONTINUE( mbedtls_ecdh_make_public( &ecdh_cli, &olen, buf_cli, sizeof( buf_cli ), myrand… in main()
|
/third_party/mbedtls/include/mbedtls/ |
D | ecdh.h | 377 int mbedtls_ecdh_make_public( mbedtls_ecdh_context *ctx, size_t *olen,
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_ecdh.function | 216 TEST_ASSERT( mbedtls_ecdh_make_public( &cli, &len, buf, 1000, 309 ret = mbedtls_ecdh_make_public( &cli, &len, buf, sizeof( buf ),
|
/third_party/mbedtls/library/ |
D | ecdh.c | 562 int mbedtls_ecdh_make_public( mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_public() function
|
D | ssl_cli.c | 3639 ret = mbedtls_ecdh_make_public( &ssl->handshake->ecdh_ctx, in ssl_write_client_key_exchange() 3792 ret = mbedtls_ecdh_make_public( &ssl->handshake->ecdh_ctx, in ssl_write_client_key_exchange()
|