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

#include <rsa.h>

Public Attributes

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
 

Detailed Description

Definition at line 129 of file rsa.h.

Member Data Documentation

BN_MONT_CTX * rsa_st::_method_mod_n

Definition at line 152 of file rsa.h.

BN_MONT_CTX * rsa_st::_method_mod_p

Definition at line 153 of file rsa.h.

BN_MONT_CTX * rsa_st::_method_mod_q

Definition at line 154 of file rsa.h.

char * rsa_st::bignum_data

Definition at line 158 of file rsa.h.

BN_BLINDING * rsa_st::blinding

Definition at line 159 of file rsa.h.

BIGNUM * rsa_st::d

Definition at line 140 of file rsa.h.

BIGNUM * rsa_st::dmp1

Definition at line 143 of file rsa.h.

BIGNUM * rsa_st::dmq1

Definition at line 144 of file rsa.h.

BIGNUM * rsa_st::e

Definition at line 139 of file rsa.h.

ENGINE * rsa_st::engine

Definition at line 137 of file rsa.h.

CRYPTO_EX_DATA rsa_st::ex_data

Definition at line 147 of file rsa.h.

int rsa_st::flags

Definition at line 149 of file rsa.h.

BIGNUM * rsa_st::iqmp

Definition at line 145 of file rsa.h.

const RSA_METHOD * rsa_st::meth

Definition at line 135 of file rsa.h.

BN_BLINDING * rsa_st::mt_blinding

Definition at line 160 of file rsa.h.

BIGNUM * rsa_st::n

Definition at line 138 of file rsa.h.

BIGNUM * rsa_st::p

Definition at line 141 of file rsa.h.

int rsa_st::pad

Definition at line 133 of file rsa.h.

BIGNUM * rsa_st::q

Definition at line 142 of file rsa.h.

int rsa_st::references

Definition at line 148 of file rsa.h.

long rsa_st::version

Definition at line 134 of file rsa.h.


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