Home
last modified time | relevance | path

Searched refs:mbedtls_x25519_context (Results 1 – 4 of 4) sorted by relevance

/mbedtls-3.5.0/3rdparty/everest/include/everest/
Dx25519.h48 } mbedtls_x25519_context; typedef
55 void mbedtls_x25519_init( mbedtls_x25519_context *ctx );
62 void mbedtls_x25519_free( mbedtls_x25519_context *ctx );
81 int mbedtls_x25519_make_params( mbedtls_x25519_context *ctx, size_t *olen,
99 int mbedtls_x25519_read_params( mbedtls_x25519_context *ctx,
120 int mbedtls_x25519_get_params( mbedtls_x25519_context *ctx, const mbedtls_ecp_keypair *key,
140 int mbedtls_x25519_calc_secret( mbedtls_x25519_context *ctx, size_t *olen,
163 int mbedtls_x25519_make_public( mbedtls_x25519_context *ctx, size_t *olen,
183 int mbedtls_x25519_read_public( mbedtls_x25519_context *ctx,
Deverest.h41 mbedtls_x25519_context ctx;
/mbedtls-3.5.0/3rdparty/everest/library/
Dx25519.c42 void mbedtls_x25519_init( mbedtls_x25519_context *ctx ) in mbedtls_x25519_init()
44 mbedtls_platform_zeroize( ctx, sizeof( mbedtls_x25519_context ) ); in mbedtls_x25519_init()
50 void mbedtls_x25519_free( mbedtls_x25519_context *ctx ) in mbedtls_x25519_free()
59 int mbedtls_x25519_make_params( mbedtls_x25519_context *ctx, size_t *olen, in mbedtls_x25519_make_params()
90 int mbedtls_x25519_read_params( mbedtls_x25519_context *ctx, in mbedtls_x25519_read_params()
104 int mbedtls_x25519_get_params( mbedtls_x25519_context *ctx, const mbedtls_ecp_keypair *key, in mbedtls_x25519_get_params()
119 int mbedtls_x25519_calc_secret( mbedtls_x25519_context *ctx, size_t *olen, in mbedtls_x25519_calc_secret()
145 int mbedtls_x25519_make_public( mbedtls_x25519_context *ctx, size_t *olen, in mbedtls_x25519_make_public()
174 int mbedtls_x25519_read_public( mbedtls_x25519_context *ctx, in mbedtls_x25519_read_public()
Deverest.c53 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_make_params()
61 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_read_params()
69 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_get_params()
81 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_make_public()
88 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_read_public()
97 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_calc_secret()