TianoCore EDK2 master
Loading...
Searching...
No Matches
pkcs7_st Struct Reference

Data Fields

unsigned char * asn1
 
long length
 
int state
 
int detached
 
ASN1_OBJECT * type
 
union {
   char *   ptr
 
   ASN1_OCTET_STRING *   data
 
   PKCS7_SIGNED *   sign
 
   PKCS7_ENVELOPE *   enveloped
 
   PKCS7_SIGN_ENVELOPE *   signed_and_enveloped
 
   PKCS7_DIGEST *   digest
 
   PKCS7_ENCRYPT *   encrypted
 
   ASN1_TYPE *   other
 
d
 
PKCS7_CTX ctx
 

Detailed Description

Definition at line 180 of file pkcs7.h.

Field Documentation

◆ asn1

unsigned char* pkcs7_st::asn1

Definition at line 185 of file pkcs7.h.

◆ ctx

PKCS7_CTX pkcs7_st::ctx

Definition at line 215 of file pkcs7.h.

◆ data

ASN1_OCTET_STRING* pkcs7_st::data

Definition at line 201 of file pkcs7.h.

◆ detached

int pkcs7_st::detached

Definition at line 191 of file pkcs7.h.

◆ digest

PKCS7_DIGEST* pkcs7_st::digest

Definition at line 209 of file pkcs7.h.

◆ encrypted

PKCS7_ENCRYPT* pkcs7_st::encrypted

Definition at line 211 of file pkcs7.h.

◆ enveloped

PKCS7_ENVELOPE* pkcs7_st::enveloped

Definition at line 205 of file pkcs7.h.

◆ length

long pkcs7_st::length

Definition at line 186 of file pkcs7.h.

◆ other

ASN1_TYPE* pkcs7_st::other

Definition at line 213 of file pkcs7.h.

◆ ptr

char* pkcs7_st::ptr

Definition at line 199 of file pkcs7.h.

◆ sign

PKCS7_SIGNED* pkcs7_st::sign

Definition at line 203 of file pkcs7.h.

◆ signed_and_enveloped

PKCS7_SIGN_ENVELOPE* pkcs7_st::signed_and_enveloped

Definition at line 207 of file pkcs7.h.

◆ state

int pkcs7_st::state

Definition at line 190 of file pkcs7.h.

◆ type

ASN1_OBJECT* pkcs7_st::type

Definition at line 192 of file pkcs7.h.


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