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

Public Attributes

int nbits
 
BIGNUMpub_exp
 
int gentmp [2]
 
int pad_mode
 
const EVP_MDmd
 
const EVP_MDmgf1md
 
int saltlen
 
unsigned char * tbuf
 

Detailed Description

Definition at line 77 of file rsa_pmeth.c.

Member Data Documentation

int RSA_PKEY_CTX::gentmp[2]

Definition at line 83 of file rsa_pmeth.c.

const EVP_MD* RSA_PKEY_CTX::md

Definition at line 87 of file rsa_pmeth.c.

const EVP_MD* RSA_PKEY_CTX::mgf1md

Definition at line 89 of file rsa_pmeth.c.

int RSA_PKEY_CTX::nbits

Definition at line 80 of file rsa_pmeth.c.

int RSA_PKEY_CTX::pad_mode

Definition at line 85 of file rsa_pmeth.c.

BIGNUM* RSA_PKEY_CTX::pub_exp

Definition at line 81 of file rsa_pmeth.c.

int RSA_PKEY_CTX::saltlen

Definition at line 91 of file rsa_pmeth.c.

unsigned char* RSA_PKEY_CTX::tbuf

Definition at line 93 of file rsa_pmeth.c.


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