Home
last modified time | relevance | path

Searched refs:mbedtls_ecdh_context (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decdh.h105 typedef struct mbedtls_ecdh_context { struct
142 mbedtls_ecdh_context; typedef
155 mbedtls_ecp_group_id mbedtls_ecdh_get_grp_id(mbedtls_ecdh_context *ctx);
236 void mbedtls_ecdh_init(mbedtls_ecdh_context *ctx);
254 int mbedtls_ecdh_setup(mbedtls_ecdh_context *ctx,
264 void mbedtls_ecdh_free(mbedtls_ecdh_context *ctx);
291 int mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen,
320 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx,
343 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx,
373 int mbedtls_ecdh_make_public(mbedtls_ecdh_context *ctx, size_t *olen,
[all …]
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decdh.h105 typedef struct mbedtls_ecdh_context { struct
142 mbedtls_ecdh_context; typedef
223 void mbedtls_ecdh_init(mbedtls_ecdh_context *ctx);
241 int mbedtls_ecdh_setup(mbedtls_ecdh_context *ctx,
251 void mbedtls_ecdh_free(mbedtls_ecdh_context *ctx);
278 int mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen,
307 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx,
330 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx,
360 int mbedtls_ecdh_make_public(mbedtls_ecdh_context *ctx, size_t *olen,
384 int mbedtls_ecdh_read_public(mbedtls_ecdh_context *ctx,
[all …]
H A Ddebug.h299 const mbedtls_ecdh_context *ecdh,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decdh.c26 typedef mbedtls_ecdh_context mbedtls_ecdh_context_mbed;
30 const mbedtls_ecdh_context *ctx) in mbedtls_ecdh_grp_id()
147 mbedtls_ecp_group_id mbedtls_ecdh_get_grp_id(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_get_grp_id()
159 void mbedtls_ecdh_init(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_init()
167 memset(ctx, 0, sizeof(mbedtls_ecdh_context)); in mbedtls_ecdh_init()
193 int mbedtls_ecdh_setup(mbedtls_ecdh_context *ctx, mbedtls_ecp_group_id grp_id) in mbedtls_ecdh_setup()
233 void mbedtls_ecdh_enable_restart(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_enable_restart()
242 void mbedtls_ecdh_free(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_free()
337 int mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_params()
385 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_params()
[all …]
H A Ddebug.c420 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal()
424 const mbedtls_ecdh_context *ctx = ecdh; in mbedtls_debug_printf_ecdh_internal()
449 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh()
H A Ddebug_internal.h167 const mbedtls_ecdh_context *ecdh,
H A Dpsa_crypto_ecp.c544 mbedtls_ecdh_context ecdh; in mbedtls_psa_key_agreement_ecdh()
H A Dssl_misc.h778 mbedtls_ecdh_context ecdh_ctx; /*!< ECDH key exchange */
/aosp_15_r20/external/mbedtls/library/
H A Decdh.c26 typedef mbedtls_ecdh_context mbedtls_ecdh_context_mbed;
30 const mbedtls_ecdh_context *ctx) in mbedtls_ecdh_grp_id()
150 void mbedtls_ecdh_init(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_init()
158 memset(ctx, 0, sizeof(mbedtls_ecdh_context)); in mbedtls_ecdh_init()
184 int mbedtls_ecdh_setup(mbedtls_ecdh_context *ctx, mbedtls_ecp_group_id grp_id) in mbedtls_ecdh_setup()
224 void mbedtls_ecdh_enable_restart(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_enable_restart()
233 void mbedtls_ecdh_free(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_free()
328 int mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_params()
376 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_params()
436 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_get_params()
[all …]
H A Ddebug.c420 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal()
424 const mbedtls_ecdh_context *ctx = ecdh; in mbedtls_debug_printf_ecdh_internal()
449 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh()
H A Dpsa_crypto_ecp.c509 mbedtls_ecdh_context ecdh; in mbedtls_psa_key_agreement_ecdh()
H A Dssl_misc.h746 mbedtls_ecdh_context ecdh_ctx; /*!< ECDH key exchange */
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecdh.function49 mbedtls_ecdh_context ctx;
198 mbedtls_ecdh_context srv, cli;
244 mbedtls_ecdh_context srv, cli;
376 mbedtls_ecdh_context ecdh;
433 mbedtls_ecdh_context ecdh;
471 mbedtls_ecdh_context srv;
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ecdh.function49 mbedtls_ecdh_context ctx;
198 mbedtls_ecdh_context srv, cli;
244 mbedtls_ecdh_context srv, cli;
376 mbedtls_ecdh_context ecdh;
433 mbedtls_ecdh_context ecdh;
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-genec.h35 mbedtls_ecdh_context *ctx_ecdh;
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/
H A Decdh_curve25519.c36 mbedtls_ecdh_context ctx_cli, ctx_srv; in main()
/aosp_15_r20/external/mbedtls/programs/pkey/
H A Decdh_curve25519.c36 mbedtls_ecdh_context ctx_cli, ctx_srv; in main()
/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c1103 mbedtls_ecdh_context ecdh; in main()
1231 mbedtls_ecdh_context ecdh_srv, ecdh_cli; in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dbenchmark.c1191 mbedtls_ecdh_context ecdh_srv, ecdh_cli; in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md1084 …hange, then destroy the key. There is no equivalent to the types `mbedtls_ecdh_context` and `mbedt…
1154 …1. Initialize a context of type `mbedtls_ecdh_context` or `mbedtls_dhm_context` with `mbedtls_ecdh…
1179 …1. Initialize a context of type `mbedtls_ecdh_context` or `mbedtls_dhm_context` with `mbedtls_ecdh…
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog114 `mbedtls_ecdh_context` structure.