OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
ec_point_st Struct Reference

#include <ec_lcl.h>

Public Attributes

const EC_METHODmeth
 
BIGNUM X
 
BIGNUM Y
 
BIGNUM Z
 
int Z_is_one
 

Detailed Description

Definition at line 275 of file ec_lcl.h.

Member Data Documentation

const EC_METHOD* ec_point_st::meth

Definition at line 276 of file ec_lcl.h.

BIGNUM ec_point_st::X

Definition at line 281 of file ec_lcl.h.

BIGNUM ec_point_st::Y

Definition at line 282 of file ec_lcl.h.

BIGNUM ec_point_st::Z

Definition at line 283 of file ec_lcl.h.

int ec_point_st::Z_is_one

Definition at line 285 of file ec_lcl.h.


The documentation for this struct was generated from the following file: