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

#include <ec_lcl.h>

Public Attributes

int version
 
EC_GROUPgroup
 
EC_POINTpub_key
 
BIGNUMpriv_key
 
unsigned int enc_flag
 
point_conversion_form_t conv_form
 
int references
 
int flags
 
EC_EXTRA_DATAmethod_data
 

Detailed Description

Definition at line 240 of file ec_lcl.h.

Member Data Documentation

point_conversion_form_t ec_key_st::conv_form

Definition at line 249 of file ec_lcl.h.

unsigned int ec_key_st::enc_flag

Definition at line 248 of file ec_lcl.h.

int ec_key_st::flags

Definition at line 252 of file ec_lcl.h.

EC_GROUP* ec_key_st::group

Definition at line 243 of file ec_lcl.h.

EC_EXTRA_DATA* ec_key_st::method_data

Definition at line 254 of file ec_lcl.h.

BIGNUM* ec_key_st::priv_key

Definition at line 246 of file ec_lcl.h.

EC_POINT* ec_key_st::pub_key

Definition at line 245 of file ec_lcl.h.

int ec_key_st::references

Definition at line 251 of file ec_lcl.h.

int ec_key_st::version

Definition at line 241 of file ec_lcl.h.


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