Searched refs:mbedtls_ecdh_context (Results 1 – 6 of 6) sorted by relevance
/reactos/sdk/include/reactos/libs/mbedtls/ |
H A D | ecdh.h | 135 typedef struct mbedtls_ecdh_context struct 171 mbedtls_ecdh_context; argument 246 void mbedtls_ecdh_init( mbedtls_ecdh_context *ctx ); 264 int mbedtls_ecdh_setup( mbedtls_ecdh_context *ctx, 274 void mbedtls_ecdh_free( mbedtls_ecdh_context *ctx ); 301 int mbedtls_ecdh_make_params( mbedtls_ecdh_context *ctx, size_t *olen, 330 int mbedtls_ecdh_read_params( mbedtls_ecdh_context *ctx, 353 int mbedtls_ecdh_get_params( mbedtls_ecdh_context *ctx, 383 int mbedtls_ecdh_make_public( mbedtls_ecdh_context *ctx, size_t *olen, 407 int mbedtls_ecdh_read_public( mbedtls_ecdh_context *ctx, [all …]
|
H A D | debug.h | 281 const mbedtls_ecdh_context *ecdh,
|
H A D | ssl_internal.h | 362 mbedtls_ecdh_context ecdh_ctx; /*!< ECDH key exchange */
|
H A D | compat-1.3.h | 1910 #define ecdh_context mbedtls_ecdh_context
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | ecdh.c | 74 typedef mbedtls_ecdh_context mbedtls_ecdh_context_mbed; 78 const mbedtls_ecdh_context *ctx ) in mbedtls_ecdh_grp_id() 197 void mbedtls_ecdh_init( mbedtls_ecdh_context *ctx ) in mbedtls_ecdh_init() 207 memset( ctx, 0, sizeof( mbedtls_ecdh_context ) ); in mbedtls_ecdh_init() 270 void mbedtls_ecdh_enable_restart( mbedtls_ecdh_context *ctx ) in mbedtls_ecdh_enable_restart() 281 void mbedtls_ecdh_free( mbedtls_ecdh_context *ctx ) in mbedtls_ecdh_free() 365 int mbedtls_ecdh_make_params( mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_params() 414 int mbedtls_ecdh_read_params( mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_params() 470 int mbedtls_ecdh_get_params( mbedtls_ecdh_context *ctx, in mbedtls_ecdh_get_params() 551 int mbedtls_ecdh_make_public( mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_public() [all …]
|
H A D | debug.c | 417 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal() 421 const mbedtls_ecdh_context* ctx = ecdh; in mbedtls_debug_printf_ecdh_internal() 447 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh()
|