dsa_st Struct Reference

#include <dsa.h>

Data Fields

int  pad
long  version
int  write_params
BIGNUM p
BIGNUM q
BIGNUM g
BIGNUM pub_key
BIGNUM priv_key
BIGNUM kinv
BIGNUM r
int  flags
BN_MONT_CTX method_mont_p
int  references
CRYPTO_EX_DATA  ex_data
const DSA_METHOD meth
ENGINE engine

Field Documentation

ENGINE* dsa_st::engine
 
CRYPTO_EX_DATA dsa_st::ex_data
 
int dsa_st::flags
 
BIGNUM* dsa_st::g
 
BIGNUM* dsa_st::kinv
 
const DSA_METHOD* dsa_st::meth
 
BN_MONT_CTX* dsa_st::method_mont_p
 
BIGNUM* dsa_st::p
 
int dsa_st::pad
 
BIGNUM* dsa_st::priv_key
 
BIGNUM* dsa_st::pub_key
 
BIGNUM* dsa_st::q
 
BIGNUM* dsa_st::r
 
int dsa_st::references
 
long dsa_st::version
 
int dsa_st::write_params
 

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

Copyright © Nokia Corporation 2001-2008
Back to top