webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
ec_group_st Struct Reference

#include <internal.h>

Public Attributes

const EC_METHODmeth
 
EC_POINTgenerator
 
BIGNUM order
 
int curve_name
 
const BN_MONT_CTXmont_data
 
BIGNUM field
 
BIGNUM a
 
BIGNUM b
 
int a_is_minus3
 
BN_MONT_CTXmont
 
BIGNUM one
 

Member Data Documentation

◆ a

BIGNUM ec_group_st::a

◆ a_is_minus3

int ec_group_st::a_is_minus3

◆ b

BIGNUM ec_group_st::b

◆ curve_name

int ec_group_st::curve_name

◆ field

BIGNUM ec_group_st::field

◆ generator

EC_POINT* ec_group_st::generator

◆ meth

const EC_METHOD* ec_group_st::meth

◆ mont

BN_MONT_CTX* ec_group_st::mont

◆ mont_data

const BN_MONT_CTX* ec_group_st::mont_data

◆ one

BIGNUM ec_group_st::one

◆ order

BIGNUM ec_group_st::order

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