rsa_st Struct Reference

#include <
rsa.h>

Data Fields

int pad
long version
const RSA_METHODmeth
ENGINEengine
BIGNUMn
BIGNUMe
BIGNUMd
BIGNUMp
BIGNUMq
BIGNUMdmp1
BIGNUMdmq1
BIGNUMiqmp
CRYPTO_EX_DATA ex_data
int references
int flags
BN_MONT_CTX_method_mod_n
BN_MONT_CTX_method_mod_p
BN_MONT_CTX_method_mod_q
char * bignum_data
BN_BLINDINGblinding
BN_BLINDINGmt_blinding

Field Documentation

BN_MONT_CTX* rsa_st::_method_mod_n
 
BN_MONT_CTX* rsa_st::_method_mod_p
 
BN_MONT_CTX* rsa_st::_method_mod_q
 
char* rsa_st::bignum_data
 
BN_BLINDING* rsa_st::blinding
 
BIGNUM* rsa_st::d
 
BIGNUM* rsa_st::dmp1
 
BIGNUM* rsa_st::dmq1
 
BIGNUM* rsa_st::e
 
ENGINE* rsa_st::engine
 
CRYPTO_EX_DATA rsa_st::ex_data
 
int rsa_st::flags
 
BIGNUM* rsa_st::iqmp
 
const RSA_METHOD* rsa_st::meth
 
BN_BLINDING* rsa_st::mt_blinding
 
BIGNUM* rsa_st::n
 
BIGNUM* rsa_st::p
 
int rsa_st::pad
 
BIGNUM* rsa_st::q
 
int rsa_st::references
 
long rsa_st::version
 

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

Copyright © Nokia Corporation 2001-2008
Back to top