dh_st Struct Reference

#include <
dh.h>

Data Fields

int pad
int version
BIGNUMp
BIGNUMg
long length
BIGNUMpub_key
BIGNUMpriv_key
int flags
BN_MONT_CTXmethod_mont_p
BIGNUMq
BIGNUMj
unsigned char * seed
int seedlen
BIGNUMcounter
int references
CRYPTO_EX_DATA ex_data
const DH_METHODmeth
ENGINEengine

Field Documentation

BIGNUM* dh_st::counter
 
ENGINE* dh_st::engine
 
CRYPTO_EX_DATA dh_st::ex_data
 
int dh_st::flags
 
BIGNUM* dh_st::g
 
BIGNUM* dh_st::j
 
long dh_st::length
 
const DH_METHOD* dh_st::meth
 
BN_MONT_CTX* dh_st::method_mont_p
 
BIGNUM* dh_st::p
 
int dh_st::pad
 
BIGNUM* dh_st::priv_key
 
BIGNUM* dh_st::pub_key
 
BIGNUM* dh_st::q
 
int dh_st::references
 
unsigned char* dh_st::seed
 
int dh_st::seedlen
 
int dh_st::version
 

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

Copyright © Nokia Corporation 2001-2008
Back to top