Lines Matching defs:x25519_ctx
53 mbedtls_x25519_context *x25519_ctx = &ctx->ctx;
54 return mbedtls_x25519_make_params( x25519_ctx, olen, buf, blen, f_rng, p_rng );
61 mbedtls_x25519_context *x25519_ctx = &ctx->ctx;
62 return mbedtls_x25519_read_params( x25519_ctx, buf, end );
69 mbedtls_x25519_context *x25519_ctx = &ctx->ctx;
73 return mbedtls_x25519_get_params( x25519_ctx, key, s );
81 mbedtls_x25519_context *x25519_ctx = &ctx->ctx;
82 return mbedtls_x25519_make_public( x25519_ctx, olen, buf, blen, f_rng, p_rng );
88 mbedtls_x25519_context *x25519_ctx = &ctx->ctx;
89 return mbedtls_x25519_read_public ( x25519_ctx, buf, blen );
97 mbedtls_x25519_context *x25519_ctx = &ctx->ctx;
98 return mbedtls_x25519_calc_secret( x25519_ctx, olen, buf, blen, f_rng, p_rng );