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

#include <ec_lcl.h>

Public Attributes

const EC_METHODmeth
 
EC_POINTgenerator
 
BIGNUM order
 
BIGNUM cofactor
 
int curve_name
 
int asn1_flag
 
point_conversion_form_t asn1_form
 
unsigned char * seed
 
size_t seed_len
 
EC_EXTRA_DATAextra_data
 
BIGNUM field
 
int poly [6]
 
BIGNUM a
 
BIGNUM b
 
int a_is_minus3
 
voidfield_data1
 
voidfield_data2
 
int(* field_mod_func )(BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *)
 

Detailed Description

Definition at line 189 of file ec_lcl.h.

Member Data Documentation

BIGNUM ec_group_st::a

Definition at line 222 of file ec_lcl.h.

int ec_group_st::a_is_minus3

Definition at line 233 of file ec_lcl.h.

int ec_group_st::asn1_flag

Definition at line 196 of file ec_lcl.h.

point_conversion_form_t ec_group_st::asn1_form

Definition at line 197 of file ec_lcl.h.

BIGNUM ec_group_st::b

Definition at line 222 of file ec_lcl.h.

BIGNUM ec_group_st::cofactor

Definition at line 193 of file ec_lcl.h.

int ec_group_st::curve_name

Definition at line 195 of file ec_lcl.h.

EC_EXTRA_DATA* ec_group_st::extra_data

Definition at line 202 of file ec_lcl.h.

BIGNUM ec_group_st::field

Definition at line 207 of file ec_lcl.h.

void* ec_group_st::field_data1

Definition at line 235 of file ec_lcl.h.

void* ec_group_st::field_data2

Definition at line 236 of file ec_lcl.h.

int(* ec_group_st::field_mod_func)(BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *)

Definition at line 237 of file ec_lcl.h.

EC_POINT* ec_group_st::generator

Definition at line 192 of file ec_lcl.h.

const EC_METHOD* ec_group_st::meth

Definition at line 190 of file ec_lcl.h.

BIGNUM ec_group_st::order

Definition at line 193 of file ec_lcl.h.

int ec_group_st::poly[6]

Definition at line 213 of file ec_lcl.h.

unsigned char* ec_group_st::seed

Definition at line 199 of file ec_lcl.h.

size_t ec_group_st::seed_len

Definition at line 200 of file ec_lcl.h.


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