Searched refs:mbedtls_ecdh_setup (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | ecdh.c | 184 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 D | ssl_tls12_server.c | 3049 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 D | ecdh.c | 193 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 D | ssl_tls12_server.c | 3075 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 D | test_suite_ecdh.function | 210 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 D | ecdh_curve25519.c | 79 ret = mbedtls_ecdh_setup(&ctx_cli, MBEDTLS_ECP_DP_CURVE25519); in main()
|
/aosp_15_r20/external/mbedtls/programs/pkey/ |
H A D | ecdh_curve25519.c | 79 ret = mbedtls_ecdh_setup(&ctx_cli, MBEDTLS_ECP_DP_CURVE25519); in main()
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ecdh.function | 210 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 D | ecdh.h | 241 int mbedtls_ecdh_setup(mbedtls_ecdh_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ecdh.h | 254 int mbedtls_ecdh_setup(mbedtls_ecdh_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/ |
H A D | benchmark.c | 1205 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 D | benchmark.c | 1251 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 D | psa-transition.md | 1155 2. Call `mbedtls_ecdh_setup` or `mbedtls_dhm_set_group` to select the curve or group.
|