Home
last modified time | relevance | path

Searched refs:mbedtls_ecdh_read_params (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/
H A Decdh_curve25519.c102 ret = mbedtls_ecdh_read_params(&ctx_srv, &p_cli_to_srv, in main()
/aosp_15_r20/external/mbedtls/programs/pkey/
H A Decdh_curve25519.c102 ret = mbedtls_ecdh_read_params(&ctx_srv, &p_cli_to_srv, in main()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ecdh.function216 TEST_ASSERT(mbedtls_ecdh_read_params(&cli, &vbuf, buf + len) == 0);
303 TEST_ASSERT(mbedtls_ecdh_read_params(&cli, &vbuf, buf + len) == 0);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecdh.function216 TEST_ASSERT(mbedtls_ecdh_read_params(&cli, &vbuf, buf + len) == 0);
303 TEST_ASSERT(mbedtls_ecdh_read_params(&cli, &vbuf, buf + len) == 0);
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decdh.h307 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decdh.h320 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dbenchmark.c1215 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()
/aosp_15_r20/external/mbedtls/library/
H A Decdh.c376 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_params() function
H A Dssl_tls12_client.c1843 if ((ret = mbedtls_ecdh_read_params(&ssl->handshake->ecdh_ctx, in ssl_parse_server_ecdh_params()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decdh.c385 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_params() function
H A Dssl_tls12_client.c1840 if ((ret = mbedtls_ecdh_read_params(&ssl->handshake->ecdh_ctx, in ssl_parse_server_ecdh_params()
/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c1255 CHECK_AND_CONTINUE(mbedtls_ecdh_read_params(&ecdh_cli, &p_srv, in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md1180 …2. Call `mbedtls_ecdh_read_params` or `mbedtls_dhm_read_params` to input the data from the ServerK…