Apache HTTPD
Public Attributes | List of all members
SSLModConfigRec Struct Reference

#include <ssl_private.h>

Public Attributes

pid_t pid
 
apr_pool_tpPool
 
unsigned int bFixed
 
long sesscache_mode
 
const ap_socache_provider_tsesscache
 
ap_socache_instance_tsesscache_context
 
apr_global_mutex_tpMutex
 
apr_array_header_taRandSeed
 
apr_hash_ttVHostKeys
 
apr_hash_ttPrivateKey
 
const charszCryptoDevice
 

Detailed Description

Definition at line 646 of file ssl_private.h.

Member Data Documentation

◆ aRandSeed

apr_array_header_t* SSLModConfigRec::aRandSeed

Definition at line 660 of file ssl_private.h.

◆ bFixed

unsigned int SSLModConfigRec::bFixed

Definition at line 649 of file ssl_private.h.

◆ pid

pid_t SSLModConfigRec::pid

Definition at line 647 of file ssl_private.h.

◆ pMutex

apr_global_mutex_t* SSLModConfigRec::pMutex

Definition at line 659 of file ssl_private.h.

◆ pPool

apr_pool_t* SSLModConfigRec::pPool

Definition at line 648 of file ssl_private.h.

◆ sesscache

const ap_socache_provider_t* SSLModConfigRec::sesscache

Definition at line 656 of file ssl_private.h.

◆ sesscache_context

ap_socache_instance_t* SSLModConfigRec::sesscache_context

Definition at line 657 of file ssl_private.h.

◆ sesscache_mode

long SSLModConfigRec::sesscache_mode

Definition at line 652 of file ssl_private.h.

◆ szCryptoDevice

const char* SSLModConfigRec::szCryptoDevice

Definition at line 669 of file ssl_private.h.

◆ tPrivateKey

apr_hash_t* SSLModConfigRec::tPrivateKey

Definition at line 667 of file ssl_private.h.

◆ tVHostKeys

apr_hash_t* SSLModConfigRec::tVHostKeys

Definition at line 661 of file ssl_private.h.


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