pem_ctx_st Struct Reference

#include <pem.h>

Data Fields

int  type
struct {
   int   version
   int   mode
proc_type
char *  domain
struct {
   int   cipher
DEK_info
PEM_USER originator
int  num_recipient
PEM_USER **  recipient
STACK x509_chain
EVP_MD md
int  md_enc
int  md_len
char *  md_data
EVP_CIPHER dec
int  key_len
unsigned char *  key
int  data_enc
int  data_len
unsigned char *  data

Field Documentation

int pem_ctx_st::cipher
 
unsigned char* pem_ctx_st::data
 
int pem_ctx_st::data_enc
 
int pem_ctx_st::data_len
 
EVP_CIPHER* pem_ctx_st::dec
 
struct { ... } pem_ctx_st::DEK_info
 
char* pem_ctx_st::domain
 
unsigned char* pem_ctx_st::key
 
int pem_ctx_st::key_len
 
EVP_MD* pem_ctx_st::md
 
char* pem_ctx_st::md_data
 
int pem_ctx_st::md_enc
 
int pem_ctx_st::md_len
 
int pem_ctx_st::mode
 
int pem_ctx_st::num_recipient
 
PEM_USER* pem_ctx_st::originator
 
struct { ... } pem_ctx_st::proc_type
 
PEM_USER** pem_ctx_st::recipient
 
int pem_ctx_st::type
 
int pem_ctx_st::version
 
STACK* pem_ctx_st::x509_chain
 

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

Copyright © Nokia Corporation 2001-2008
Back to top