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

#include <pem.h>

Public Attributes

int type
 
struct {
   int   version
 
   int   mode
 
proc_type
 
char * domain
 
struct {
   int   cipher
 
DEK_info
 
PEM_USERoriginator
 
int num_recipient
 
PEM_USER ** recipient
 
EVP_MDmd
 
int md_enc
 
int md_len
 
char * md_data
 
EVP_CIPHERdec
 
int key_len
 
unsigned char * key
 
int data_enc
 
int data_len
 
unsigned char * data
 
struct {
   int   version
 
   int   mode
 
proc_type
 
struct {
   int   cipher
 
DEK_info
 

Detailed Description

Definition at line 165 of file pem.h.

Member Data Documentation

int pem_ctx_st::cipher

Definition at line 177 of file pem.h.

unsigned char * pem_ctx_st::data

Definition at line 204 of file pem.h.

int pem_ctx_st::data_enc

Definition at line 202 of file pem.h.

int pem_ctx_st::data_len

Definition at line 203 of file pem.h.

EVP_CIPHER * pem_ctx_st::dec

Definition at line 195 of file pem.h.

struct { ... } pem_ctx_st::DEK_info
struct { ... } pem_ctx_st::DEK_info
char * pem_ctx_st::domain

Definition at line 174 of file pem.h.

unsigned char * pem_ctx_st::key

Definition at line 197 of file pem.h.

int pem_ctx_st::key_len

Definition at line 196 of file pem.h.

EVP_MD * pem_ctx_st::md

Definition at line 189 of file pem.h.

char * pem_ctx_st::md_data

Definition at line 193 of file pem.h.

int pem_ctx_st::md_enc

Definition at line 191 of file pem.h.

int pem_ctx_st::md_len

Definition at line 192 of file pem.h.

int pem_ctx_st::mode

Definition at line 171 of file pem.h.

int pem_ctx_st::num_recipient

Definition at line 184 of file pem.h.

PEM_USER * pem_ctx_st::originator

Definition at line 182 of file pem.h.

struct { ... } pem_ctx_st::proc_type
struct { ... } pem_ctx_st::proc_type
PEM_USER ** pem_ctx_st::recipient

Definition at line 185 of file pem.h.

int pem_ctx_st::type

Definition at line 167 of file pem.h.

int pem_ctx_st::version

Definition at line 170 of file pem.h.


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