Home
last modified time | relevance | path

Searched refs:mbedtls_ecdh_read_public (Results 1 – 6 of 6) sorted by relevance

/mbedtls-3.6.0/programs/pkey/
Decdh_curve25519.c127 ret = mbedtls_ecdh_read_public(&ctx_cli, srv_to_cli, in main()
/mbedtls-3.6.0/include/mbedtls/
Decdh.h384 int mbedtls_ecdh_read_public(mbedtls_ecdh_context *ctx,
/mbedtls-3.6.0/tests/suites/
Dtest_suite_ecdh.function222 TEST_ASSERT(mbedtls_ecdh_read_public(&srv, buf, len) == 0);
321 TEST_ASSERT(mbedtls_ecdh_read_public(&srv, buf, len) == 0);
/mbedtls-3.6.0/library/
Decdh.c580 int mbedtls_ecdh_read_public(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_public() function
Dssl_tls12_server.c3765 if ((ret = mbedtls_ecdh_read_public(&ssl->handshake->ecdh_ctx, in ssl_parse_client_key_exchange()
3978 if ((ret = mbedtls_ecdh_read_public(&ssl->handshake->ecdh_ctx, in ssl_parse_client_key_exchange()
/mbedtls-3.6.0/programs/test/
Dbenchmark.c1260 CHECK_AND_CONTINUE(mbedtls_ecdh_read_public(&ecdh_srv, buf_cli, olen)); in main()