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

Data Fields

X509 * x509
 
X509_CRL * crl
 
X509_PKEYx_pkey
 
EVP_CIPHER_INFO enc_cipher
 
int enc_len
 
char * enc_data
 

Detailed Description

Definition at line 378 of file x509.h.

Field Documentation

◆ crl

X509_CRL* X509_info_st::crl

Definition at line 380 of file x509.h.

◆ enc_cipher

EVP_CIPHER_INFO X509_info_st::enc_cipher

Definition at line 382 of file x509.h.

◆ enc_data

char* X509_info_st::enc_data

Definition at line 384 of file x509.h.

◆ enc_len

int X509_info_st::enc_len

Definition at line 383 of file x509.h.

◆ x509

X509* X509_info_st::x509

Definition at line 379 of file x509.h.

◆ x_pkey

X509_PKEY* X509_info_st::x_pkey

Definition at line 381 of file x509.h.


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