OpenVPN
Data Fields
_CAPI_DATA Struct Reference

Data Fields

const CERT_CONTEXT * cert_context
 
HCRYPTPROV_OR_NCRYPT_KEY_HANDLE crypt_prov
 
EVP_PKEY * pubkey
 
DWORD key_spec
 
BOOL free_crypt_prov
 
int ref_count
 

Detailed Description

Definition at line 70 of file cryptoapi.c.

Field Documentation

◆ cert_context

const CERT_CONTEXT* _CAPI_DATA::cert_context

Definition at line 71 of file cryptoapi.c.

Referenced by CAPI_DATA_free(), and SSL_CTX_use_CryptoAPI_certificate().

◆ crypt_prov

HCRYPTPROV_OR_NCRYPT_KEY_HANDLE _CAPI_DATA::crypt_prov

◆ free_crypt_prov

BOOL _CAPI_DATA::free_crypt_prov

Definition at line 75 of file cryptoapi.c.

Referenced by CAPI_DATA_free(), and SSL_CTX_use_CryptoAPI_certificate().

◆ key_spec

DWORD _CAPI_DATA::key_spec

◆ pubkey

EVP_PKEY* _CAPI_DATA::pubkey

Definition at line 73 of file cryptoapi.c.

Referenced by CAPI_DATA_free(), and SSL_CTX_use_CryptoAPI_certificate().

◆ ref_count

int _CAPI_DATA::ref_count

Definition at line 76 of file cryptoapi.c.

Referenced by CAPI_DATA_free(), ssl_ctx_set_eckey(), and ssl_ctx_set_rsakey().


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