Searched refs:mbedtls_ecdh_context (Results 1 – 10 of 10) sorted by relevance
/third_party/mbedtls/include/mbedtls/ |
D | ecdh.h | 117 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 …]
|
D | debug.h | 304 const mbedtls_ecdh_context *ecdh,
|
/third_party/mbedtls/library/ |
D | ecdh.c | 38 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 …]
|
D | debug.c | 345 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()
|
D | psa_crypto_ecp.c | 515 mbedtls_ecdh_context ecdh; in mbedtls_psa_key_agreement_ecdh()
|
D | ssl_misc.h | 762 mbedtls_ecdh_context ecdh_ctx; /*!< ECDH key exchange */
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_ecdh.function | 49 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/ |
D | lws-genec.h | 35 mbedtls_ecdh_context *ctx_ecdh;
|
/third_party/mbedtls/programs/pkey/ |
D | ecdh_curve25519.c | 48 mbedtls_ecdh_context ctx_cli, ctx_srv; in main()
|
/third_party/mbedtls/programs/test/ |
D | benchmark.c | 1090 mbedtls_ecdh_context ecdh; in main() 1218 mbedtls_ecdh_context ecdh_srv, ecdh_cli; in main()
|