Searched refs:mbedtls_x25519_context (Results 1 – 4 of 4) sorted by relevance
/mbedtls-development/3rdparty/everest/include/everest/ |
A D | x25519.h | 48 } 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,
|
A D | everest.h | 41 mbedtls_x25519_context ctx;
|
/mbedtls-development/3rdparty/everest/library/ |
A D | x25519.c | 42 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()
|
A D | everest.c | 58 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_make_params() 66 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_read_params() 74 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_get_params() 86 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_make_public() 93 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_read_public() 102 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_calc_secret()
|
Completed in 4 milliseconds