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

Data Fields

ASN1_OBJECT * content_type
 
X509_ALGOR * algorithm
 
ASN1_OCTET_STRING * enc_data
 
const EVP_CIPHER * cipher
 
const PKCS7_CTXctx
 

Detailed Description

Definition at line 144 of file pkcs7.h.

Field Documentation

◆ algorithm

X509_ALGOR* pkcs7_enc_content_st::algorithm

Definition at line 146 of file pkcs7.h.

◆ cipher

const EVP_CIPHER* pkcs7_enc_content_st::cipher

Definition at line 148 of file pkcs7.h.

◆ content_type

ASN1_OBJECT* pkcs7_enc_content_st::content_type

Definition at line 145 of file pkcs7.h.

◆ ctx

const PKCS7_CTX* pkcs7_enc_content_st::ctx

Definition at line 149 of file pkcs7.h.

◆ enc_data

ASN1_OCTET_STRING* pkcs7_enc_content_st::enc_data

Definition at line 147 of file pkcs7.h.


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