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

#include <dh.h>

Public Attributes

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
 

Detailed Description

Definition at line 124 of file dh.h.

Member Data Documentation

BIGNUM * dh_st::counter

Definition at line 143 of file dh.h.

ENGINE * dh_st::engine

Definition at line 148 of file dh.h.

CRYPTO_EX_DATA dh_st::ex_data

Definition at line 146 of file dh.h.

int dh_st::flags

Definition at line 136 of file dh.h.

BIGNUM * dh_st::g

Definition at line 131 of file dh.h.

BIGNUM * dh_st::j

Definition at line 140 of file dh.h.

long dh_st::length

Definition at line 132 of file dh.h.

const DH_METHOD * dh_st::meth

Definition at line 147 of file dh.h.

BN_MONT_CTX * dh_st::method_mont_p

Definition at line 137 of file dh.h.

BIGNUM * dh_st::p

Definition at line 130 of file dh.h.

int dh_st::pad

Definition at line 128 of file dh.h.

BIGNUM * dh_st::priv_key

Definition at line 134 of file dh.h.

BIGNUM * dh_st::pub_key

Definition at line 133 of file dh.h.

BIGNUM * dh_st::q

Definition at line 139 of file dh.h.

int dh_st::references

Definition at line 145 of file dh.h.

unsigned char * dh_st::seed

Definition at line 141 of file dh.h.

int dh_st::seedlen

Definition at line 142 of file dh.h.

int dh_st::version

Definition at line 129 of file dh.h.


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