webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
x509_object_st Struct Reference

#include <x509_vfy.h>

Public Attributes

int type
 
union {
   char *   ptr
 
   X509 *   x509
 
   X509_CRL *   crl
 
   EVP_PKEY *   pkey
 
data
 

Member Data Documentation

◆ crl

X509_CRL* x509_object_st::crl

◆ data

union { ... } x509_object_st::data

◆ pkey

EVP_PKEY* x509_object_st::pkey

◆ ptr

char* x509_object_st::ptr

◆ type

int x509_object_st::type

◆ x509

X509* x509_object_st::x509

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