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

#include <internal.h>

Public Attributes

EC_GROUPgroup
 
EC_POINTpub_key
 
BIGNUMpriv_key
 
unsigned int enc_flag
 
point_conversion_form_t conv_form
 
CRYPTO_refcount_t references
 
ECDSA_METHODecdsa_meth
 
CRYPTO_EX_DATA ex_data
 

Member Data Documentation

◆ conv_form

point_conversion_form_t ec_key_st::conv_form

◆ ecdsa_meth

ECDSA_METHOD* ec_key_st::ecdsa_meth

◆ enc_flag

unsigned int ec_key_st::enc_flag

◆ ex_data

CRYPTO_EX_DATA ec_key_st::ex_data

◆ group

EC_GROUP* ec_key_st::group

◆ priv_key

BIGNUM* ec_key_st::priv_key

◆ pub_key

EC_POINT* ec_key_st::pub_key

◆ references

CRYPTO_refcount_t ec_key_st::references

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