Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Decdh.h104 typedef struct mbedtls_ecdh_context struct
143 mbedtls_ecdh_context; typedef
227 void mbedtls_ecdh_init( mbedtls_ecdh_context *ctx );
245 int mbedtls_ecdh_setup( mbedtls_ecdh_context *ctx,
255 void mbedtls_ecdh_free( mbedtls_ecdh_context *ctx );
282 int mbedtls_ecdh_make_params( mbedtls_ecdh_context *ctx, size_t *olen,
311 int mbedtls_ecdh_read_params( mbedtls_ecdh_context *ctx,
334 int mbedtls_ecdh_get_params( mbedtls_ecdh_context *ctx,
364 int mbedtls_ecdh_make_public( mbedtls_ecdh_context *ctx, size_t *olen,
388 int mbedtls_ecdh_read_public( mbedtls_ecdh_context *ctx,
[all …]
A Ddebug.h303 const mbedtls_ecdh_context *ecdh,
A Dssl_internal.h496 mbedtls_ecdh_context ecdh_ctx; /*!< ECDH key exchange */
A Dcompat-1.3.h1883 #define ecdh_context mbedtls_ecdh_context
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Decdh.c44 typedef mbedtls_ecdh_context mbedtls_ecdh_context_mbed;
48 const mbedtls_ecdh_context *ctx ) in mbedtls_ecdh_grp_id()
174 void mbedtls_ecdh_init( mbedtls_ecdh_context *ctx ) in mbedtls_ecdh_init()
184 memset( ctx, 0, sizeof( mbedtls_ecdh_context ) ); in mbedtls_ecdh_init()
254 void mbedtls_ecdh_enable_restart( mbedtls_ecdh_context *ctx ) in mbedtls_ecdh_enable_restart()
265 void mbedtls_ecdh_free( mbedtls_ecdh_context *ctx ) in mbedtls_ecdh_free()
354 int mbedtls_ecdh_make_params( mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_params()
408 int mbedtls_ecdh_read_params( mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_params()
469 int mbedtls_ecdh_get_params( mbedtls_ecdh_context *ctx, in mbedtls_ecdh_get_params()
560 int mbedtls_ecdh_make_public( mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_public()
[all …]
A Ddebug.c376 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal()
380 const mbedtls_ecdh_context* ctx = ecdh; in mbedtls_debug_printf_ecdh_internal()
406 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh()
/optee_os-3.20.0/lib/libmbedtls/core/
A Decc.c359 mbedtls_ecdh_context ecdh; in ecc_shared_secret()

Completed in 40 milliseconds