Searched refs:mbedtls_ecdh_read_public (Results 1 – 6 of 6) sorted by relevance
/third_party/mbedtls/programs/pkey/ |
D | ecdh_curve25519.c | 139 ret = mbedtls_ecdh_read_public(&ctx_cli, srv_to_cli, in main()
|
/third_party/mbedtls/include/mbedtls/ |
D | ecdh.h | 396 int mbedtls_ecdh_read_public(mbedtls_ecdh_context *ctx,
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_ecdh.function | 222 TEST_ASSERT(mbedtls_ecdh_read_public(&srv, buf, len) == 0); 321 TEST_ASSERT(mbedtls_ecdh_read_public(&srv, buf, len) == 0);
|
/third_party/mbedtls/library/ |
D | ecdh.c | 592 int mbedtls_ecdh_read_public(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_public() function
|
D | ssl_tls12_server.c | 3723 if ((ret = mbedtls_ecdh_read_public(&ssl->handshake->ecdh_ctx, in ssl_parse_client_key_exchange() 3924 if ((ret = mbedtls_ecdh_read_public(&ssl->handshake->ecdh_ctx, in ssl_parse_client_key_exchange()
|
/third_party/mbedtls/programs/test/ |
D | benchmark.c | 1247 CHECK_AND_CONTINUE(mbedtls_ecdh_read_public(&ecdh_srv, buf_cli, olen)); in main()
|