Searched refs:mbedtls_ecdh_read_public (Results 1 – 6 of 6) sorted by relevance
/mbedtls-latest/programs/pkey/ |
D | ecdh_curve25519.c | 127 ret = mbedtls_ecdh_read_public(&ctx_cli, srv_to_cli, in main()
|
/mbedtls-latest/include/mbedtls/ |
D | ecdh.h | 397 int mbedtls_ecdh_read_public(mbedtls_ecdh_context *ctx,
|
/mbedtls-latest/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);
|
/mbedtls-latest/library/ |
D | ecdh.c | 589 int mbedtls_ecdh_read_public(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_public() function
|
D | ssl_tls12_server.c | 3798 if ((ret = mbedtls_ecdh_read_public(&ssl->handshake->ecdh_ctx, in ssl_parse_client_key_exchange() 4011 if ((ret = mbedtls_ecdh_read_public(&ssl->handshake->ecdh_ctx, in ssl_parse_client_key_exchange()
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 1159 4. Call `mbedtls_ecdh_read_public` or `mbedtls_dhm_read_public` on the peer's public key, then call…
|