Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Decdh.h104 typedef struct mbedtls_ecdh_context struct
140 mbedtls_ecdh_context; typedef
215 void mbedtls_ecdh_init( mbedtls_ecdh_context *ctx );
233 int mbedtls_ecdh_setup( mbedtls_ecdh_context *ctx,
243 void mbedtls_ecdh_free( mbedtls_ecdh_context *ctx );
270 int mbedtls_ecdh_make_params( mbedtls_ecdh_context *ctx, size_t *olen,
299 int mbedtls_ecdh_read_params( mbedtls_ecdh_context *ctx,
322 int mbedtls_ecdh_get_params( mbedtls_ecdh_context *ctx,
352 int mbedtls_ecdh_make_public( mbedtls_ecdh_context *ctx, size_t *olen,
376 int mbedtls_ecdh_read_public( mbedtls_ecdh_context *ctx,
[all …]
A Ddebug.h256 const mbedtls_ecdh_context *ecdh,
A Dssl_internal.h272 mbedtls_ecdh_context ecdh_ctx; /*!< ECDH key exchange */
A Dcompat-1.3.h1879 #define ecdh_context mbedtls_ecdh_context
/AliOS-Things-master/components/mbedtls/library/
A Decdh.c49 typedef mbedtls_ecdh_context mbedtls_ecdh_context_mbed;
162 void mbedtls_ecdh_init( mbedtls_ecdh_context *ctx ) in mbedtls_ecdh_init()
172 memset( ctx, 0, sizeof( mbedtls_ecdh_context ) ); in mbedtls_ecdh_init()
235 void mbedtls_ecdh_enable_restart( mbedtls_ecdh_context *ctx ) in mbedtls_ecdh_enable_restart()
246 void mbedtls_ecdh_free( mbedtls_ecdh_context *ctx ) in mbedtls_ecdh_free()
330 int mbedtls_ecdh_make_params( mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_params()
379 int mbedtls_ecdh_read_params( mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_params()
435 int mbedtls_ecdh_get_params( mbedtls_ecdh_context *ctx, in mbedtls_ecdh_get_params()
503 int mbedtls_ecdh_make_public( mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_public()
554 int mbedtls_ecdh_read_public( mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_public()
[all …]
A Ddebug.c372 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal()
376 const mbedtls_ecdh_context* ctx = ecdh; in mbedtls_debug_printf_ecdh_internal()
402 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh()
/AliOS-Things-master/components/mbedtls/programs/pkey/
A Decdh_curve25519.c72 mbedtls_ecdh_context ctx_cli, ctx_srv; in main()
/AliOS-Things-master/components/mbedtls/programs/test/
A Dbenchmark.c884 mbedtls_ecdh_context ecdh; in main()

Completed in 25 milliseconds