Home
last modified time | relevance | path

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

/mbedtls-3.4.0/include/mbedtls/
Decdh.h120 typedef struct mbedtls_ecdh_context struct
159 mbedtls_ecdh_context; typedef
240 void mbedtls_ecdh_init( mbedtls_ecdh_context *ctx );
258 int mbedtls_ecdh_setup( mbedtls_ecdh_context *ctx,
268 void mbedtls_ecdh_free( mbedtls_ecdh_context *ctx );
295 int mbedtls_ecdh_make_params( mbedtls_ecdh_context *ctx, size_t *olen,
324 int mbedtls_ecdh_read_params( mbedtls_ecdh_context *ctx,
347 int mbedtls_ecdh_get_params( mbedtls_ecdh_context *ctx,
377 int mbedtls_ecdh_make_public( mbedtls_ecdh_context *ctx, size_t *olen,
401 int mbedtls_ecdh_read_public( mbedtls_ecdh_context *ctx,
[all …]
Ddebug.h303 const mbedtls_ecdh_context *ecdh,
/mbedtls-3.4.0/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()
197 int mbedtls_ecdh_setup( mbedtls_ecdh_context *ctx, mbedtls_ecp_group_id grp_id ) in mbedtls_ecdh_setup()
238 void mbedtls_ecdh_enable_restart( mbedtls_ecdh_context *ctx ) in mbedtls_ecdh_enable_restart()
247 void mbedtls_ecdh_free( mbedtls_ecdh_context *ctx ) in mbedtls_ecdh_free()
336 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()
441 int mbedtls_ecdh_get_params( mbedtls_ecdh_context *ctx, in mbedtls_ecdh_get_params()
[all …]
Ddebug.c362 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal()
366 const mbedtls_ecdh_context* ctx = ecdh; in mbedtls_debug_printf_ecdh_internal()
392 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh()
Dpsa_crypto_ecp.c494 mbedtls_ecdh_context ecdh; in mbedtls_psa_key_agreement_ecdh()
Dssl_misc.h761 mbedtls_ecdh_context ecdh_ctx; /*!< ECDH key exchange */
/mbedtls-3.4.0/tests/suites/
Dtest_suite_ecdh.function49 mbedtls_ecdh_context ctx;
198 mbedtls_ecdh_context srv, cli;
244 mbedtls_ecdh_context srv, cli;
377 mbedtls_ecdh_context ecdh;
435 mbedtls_ecdh_context ecdh;
/mbedtls-3.4.0/programs/pkey/
Decdh_curve25519.c48 mbedtls_ecdh_context ctx_cli, ctx_srv; in main()
/mbedtls-3.4.0/programs/test/
Dbenchmark.c1105 mbedtls_ecdh_context ecdh; in main()
1233 mbedtls_ecdh_context ecdh_srv, ecdh_cli; in main()