dh_st Struct Reference

#include <dh.h>

Data Fields

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

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