Public Attributes | List of all members
evp_pkey_st Struct Reference

#include <evp.h>

Public Attributes

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

Detailed Description

Definition at line 1046 of file evp.h.

Member Data Documentation

◆ ameth

const EVP_PKEY_ASN1_METHOD* evp_pkey_st::ameth

Definition at line 1063 of file evp.h.

◆ dh

DH* evp_pkey_st::dh

Definition at line 1057 of file evp.h.

◆ dsa

DSA* evp_pkey_st::dsa

Definition at line 1056 of file evp.h.

◆ ec

EC_KEY* evp_pkey_st::ec

Definition at line 1058 of file evp.h.

◆ pkey

union { ... } evp_pkey_st::pkey

◆ ptr

void* evp_pkey_st::ptr

Definition at line 1054 of file evp.h.

◆ references

CRYPTO_refcount_t evp_pkey_st::references

Definition at line 1047 of file evp.h.

◆ rsa

RSA* evp_pkey_st::rsa

Definition at line 1055 of file evp.h.

◆ type

int evp_pkey_st::type

Definition at line 1051 of file evp.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:43