Lines Matching refs:ctx

35 int mbedtls_everest_setup( mbedtls_ecdh_context_everest *ctx, int grp_id )  in mbedtls_everest_setup()  argument
39 mbedtls_x25519_init( &ctx->ctx ); in mbedtls_everest_setup()
43 void mbedtls_everest_free( mbedtls_ecdh_context_everest *ctx ) in mbedtls_everest_free() argument
45 mbedtls_x25519_free( &ctx->ctx ); in mbedtls_everest_free()
48 int mbedtls_everest_make_params( mbedtls_ecdh_context_everest *ctx, size_t *olen, in mbedtls_everest_make_params() argument
53 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_make_params()
57 int mbedtls_everest_read_params( mbedtls_ecdh_context_everest *ctx, in mbedtls_everest_read_params() argument
61 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_read_params()
65 int mbedtls_everest_get_params( mbedtls_ecdh_context_everest *ctx, in mbedtls_everest_get_params() argument
69 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_get_params()
76 int mbedtls_everest_make_public( mbedtls_ecdh_context_everest *ctx, size_t *olen, in mbedtls_everest_make_public() argument
81 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_make_public()
85 int mbedtls_everest_read_public( mbedtls_ecdh_context_everest *ctx, in mbedtls_everest_read_public() argument
88 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_read_public()
92 int mbedtls_everest_calc_secret( mbedtls_ecdh_context_everest *ctx, size_t *olen, in mbedtls_everest_calc_secret() argument
97 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_calc_secret()