Searched refs:mbedtls_ecdh_read_params (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/programs/pkey/ |
D | ecdh_curve25519.c | 102 ret = mbedtls_ecdh_read_params(&ctx_srv, &p_cli_to_srv, in main()
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | ecdh.h | 320 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx,
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ecdh.function | 216 TEST_ASSERT(mbedtls_ecdh_read_params(&cli, &vbuf, buf + len) == 0); 303 TEST_ASSERT(mbedtls_ecdh_read_params(&cli, &vbuf, buf + len) == 0);
|
/openthread-latest/third_party/mbedtls/repo/programs/test/ |
D | benchmark.c | 1215 CHECK_AND_CONTINUE(mbedtls_ecdh_read_params(&ecdh_cli, &p_srv, in main() 1243 CHECK_AND_CONTINUE(mbedtls_ecdh_read_params(&ecdh_cli, &p_srv, in main()
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | ecdh.c | 385 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_params() function
|
D | ssl_tls12_client.c | 1840 if ((ret = mbedtls_ecdh_read_params(&ssl->handshake->ecdh_ctx, in ssl_parse_server_ecdh_params()
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 1180 …2. Call `mbedtls_ecdh_read_params` or `mbedtls_dhm_read_params` to input the data from the ServerK…
|