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

#include <evp.h>

Public Attributes

CRYPTO_refcount_t references
 
int type
 
union {
   char *   ptr
 
   RSA *   rsa
 
   DSA *   dsa
 
   DH *   dh
 
   EC_KEY *   ec
 
pkey
 
const EVP_PKEY_ASN1_METHODameth
 

Member Data Documentation

◆ ameth

const EVP_PKEY_ASN1_METHOD* evp_pkey_st::ameth

◆ dh

DH* evp_pkey_st::dh

◆ dsa

DSA* evp_pkey_st::dsa

◆ ec

EC_KEY* evp_pkey_st::ec

◆ pkey

union { ... } evp_pkey_st::pkey

◆ ptr

char* evp_pkey_st::ptr

◆ references

CRYPTO_refcount_t evp_pkey_st::references

◆ rsa

RSA* evp_pkey_st::rsa

◆ type

int evp_pkey_st::type

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