Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Decdh.h117 typedef struct mbedtls_ecdh_context { struct
154 mbedtls_ecdh_context; typedef
235 void mbedtls_ecdh_init(mbedtls_ecdh_context *ctx);
253 int mbedtls_ecdh_setup(mbedtls_ecdh_context *ctx,
263 void mbedtls_ecdh_free(mbedtls_ecdh_context *ctx);
290 int mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen,
319 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx,
342 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx,
372 int mbedtls_ecdh_make_public(mbedtls_ecdh_context *ctx, size_t *olen,
396 int mbedtls_ecdh_read_public(mbedtls_ecdh_context *ctx,
[all …]
Ddebug.h304 const mbedtls_ecdh_context *ecdh,
/third_party/mbedtls/library/
Decdh.c38 typedef mbedtls_ecdh_context mbedtls_ecdh_context_mbed;
42 const mbedtls_ecdh_context *ctx) in mbedtls_ecdh_grp_id()
162 void mbedtls_ecdh_init(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_init()
170 memset(ctx, 0, sizeof(mbedtls_ecdh_context)); in mbedtls_ecdh_init()
196 int mbedtls_ecdh_setup(mbedtls_ecdh_context *ctx, mbedtls_ecp_group_id grp_id) in mbedtls_ecdh_setup()
236 void mbedtls_ecdh_enable_restart(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_enable_restart()
245 void mbedtls_ecdh_free(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_free()
340 int mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_params()
388 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_params()
448 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_get_params()
[all …]
Ddebug.c345 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal()
349 const mbedtls_ecdh_context *ctx = ecdh; in mbedtls_debug_printf_ecdh_internal()
374 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh()
Dpsa_crypto_ecp.c515 mbedtls_ecdh_context ecdh; in mbedtls_psa_key_agreement_ecdh()
Dssl_misc.h762 mbedtls_ecdh_context ecdh_ctx; /*!< ECDH key exchange */
/third_party/mbedtls/tests/suites/
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;
/third_party/libwebsockets/include/libwebsockets/
Dlws-genec.h35 mbedtls_ecdh_context *ctx_ecdh;
/third_party/mbedtls/programs/pkey/
Decdh_curve25519.c48 mbedtls_ecdh_context ctx_cli, ctx_srv; in main()
/third_party/mbedtls/programs/test/
Dbenchmark.c1090 mbedtls_ecdh_context ecdh; in main()
1218 mbedtls_ecdh_context ecdh_srv, ecdh_cli; in main()