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

Data Fields

ASN1_INTEGER * version
 
PKCS7_ISSUER_AND_SERIALissuer_and_serial
 
X509_ALGOR * key_enc_algor
 
ASN1_OCTET_STRING * enc_key
 
X509 * cert
 
const PKCS7_CTXctx
 

Detailed Description

Definition at line 94 of file pkcs7.h.

Field Documentation

◆ cert

X509* pkcs7_recip_info_st::cert

Definition at line 99 of file pkcs7.h.

◆ ctx

const PKCS7_CTX* pkcs7_recip_info_st::ctx

Definition at line 100 of file pkcs7.h.

◆ enc_key

ASN1_OCTET_STRING* pkcs7_recip_info_st::enc_key

Definition at line 98 of file pkcs7.h.

◆ issuer_and_serial

PKCS7_ISSUER_AND_SERIAL* pkcs7_recip_info_st::issuer_and_serial

Definition at line 96 of file pkcs7.h.

◆ key_enc_algor

X509_ALGOR* pkcs7_recip_info_st::key_enc_algor

Definition at line 97 of file pkcs7.h.

◆ version

ASN1_INTEGER* pkcs7_recip_info_st::version

Definition at line 95 of file pkcs7.h.


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