Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/library/
H A Decdh.c184 int mbedtls_ecdh_setup(mbedtls_ecdh_context *ctx, mbedtls_ecp_group_id grp_id) in mbedtls_ecdh_setup() function
387 if ((ret = mbedtls_ecdh_setup(ctx, grp_id)) != 0) { in mbedtls_ecdh_read_params()
448 if ((ret = mbedtls_ecdh_setup(ctx, key->grp.id)) != 0) { in mbedtls_ecdh_get_params()
H A Dssl_tls12_server.c3049 if ((ret = mbedtls_ecdh_setup(&ssl->handshake->ecdh_ctx, in ssl_prepare_server_key_exchange()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decdh.c193 int mbedtls_ecdh_setup(mbedtls_ecdh_context *ctx, mbedtls_ecp_group_id grp_id) in mbedtls_ecdh_setup() function
396 if ((ret = mbedtls_ecdh_setup(ctx, grp_id)) != 0) { in mbedtls_ecdh_read_params()
457 if ((ret = mbedtls_ecdh_setup(ctx, key->grp.id)) != 0) { in mbedtls_ecdh_get_params()
H A Dssl_tls12_server.c3075 if ((ret = mbedtls_ecdh_setup(&ssl->handshake->ecdh_ctx, in ssl_prepare_server_key_exchange()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecdh.function210 TEST_ASSERT(mbedtls_ecdh_setup(&srv, id) == 0);
276 TEST_ASSERT(mbedtls_ecdh_setup(&srv, id) == 0);
474 TEST_ASSERT(mbedtls_ecdh_setup(&srv, id) == 0);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/
H A Decdh_curve25519.c79 ret = mbedtls_ecdh_setup(&ctx_cli, MBEDTLS_ECP_DP_CURVE25519); in main()
/aosp_15_r20/external/mbedtls/programs/pkey/
H A Decdh_curve25519.c79 ret = mbedtls_ecdh_setup(&ctx_cli, MBEDTLS_ECP_DP_CURVE25519); in main()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ecdh.function210 TEST_ASSERT(mbedtls_ecdh_setup(&srv, id) == 0);
276 TEST_ASSERT(mbedtls_ecdh_setup(&srv, id) == 0);
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decdh.h241 int mbedtls_ecdh_setup(mbedtls_ecdh_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decdh.h254 int mbedtls_ecdh_setup(mbedtls_ecdh_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dbenchmark.c1205 CHECK_AND_CONTINUE(mbedtls_ecdh_setup(&ecdh_srv, curve_info->grp_id)); in main()
1238 CHECK_AND_CONTINUE(mbedtls_ecdh_setup(&ecdh_srv, curve_info->grp_id)); in main()
/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c1251 CHECK_AND_CONTINUE(mbedtls_ecdh_setup(&ecdh_srv, curve_info->grp_id)); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md1155 2. Call `mbedtls_ecdh_setup` or `mbedtls_dhm_set_group` to select the curve or group.