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

Public Attributes

apr_pool_tapr_pool
 
apr_crypto_hash_tpool_hash
 
unsigned int npools
 
apr_random_pool_tpools
 
unsigned int next_pool
 
unsigned int generation
 
apr_size_t rehash_size
 
apr_size_t reseed_size
 
apr_crypto_hash_tkey_hash
 
apr_crypto_hash_tprng_hash
 
unsigned charH
 
unsigned charH_waiting
 
unsigned charrandomness
 
apr_size_t random_bytes
 
unsigned int g_for_insecure
 
unsigned int g_for_secure
 
unsigned int secure_base
 
unsigned int insecure_started:1
 
unsigned int secure_started:1
 
apr_random_tnext
 

Detailed Description

Definition at line 56 of file apr_random.c.

Member Data Documentation

◆ apr_pool

apr_pool_t* apr_random_t::apr_pool

Definition at line 57 of file apr_random.c.

◆ g_for_insecure

unsigned int apr_random_t::g_for_insecure

Definition at line 78 of file apr_random.c.

◆ g_for_secure

unsigned int apr_random_t::g_for_secure

Definition at line 79 of file apr_random.c.

◆ generation

unsigned int apr_random_t::generation

Definition at line 62 of file apr_random.c.

◆ H

unsigned char* apr_random_t::H

Definition at line 70 of file apr_random.c.

◆ H_waiting

unsigned char* apr_random_t::H_waiting

Definition at line 71 of file apr_random.c.

◆ insecure_started

unsigned int apr_random_t::insecure_started

Definition at line 81 of file apr_random.c.

◆ key_hash

apr_crypto_hash_t* apr_random_t::key_hash

Definition at line 65 of file apr_random.c.

◆ next

apr_random_t* apr_random_t::next

Definition at line 84 of file apr_random.c.

◆ next_pool

unsigned int apr_random_t::next_pool

Definition at line 61 of file apr_random.c.

◆ npools

unsigned int apr_random_t::npools

Definition at line 59 of file apr_random.c.

◆ pool_hash

apr_crypto_hash_t* apr_random_t::pool_hash

Definition at line 58 of file apr_random.c.

◆ pools

apr_random_pool_t* apr_random_t::pools

Definition at line 60 of file apr_random.c.

◆ prng_hash

apr_crypto_hash_t* apr_random_t::prng_hash

Definition at line 67 of file apr_random.c.

◆ random_bytes

apr_size_t apr_random_t::random_bytes

Definition at line 77 of file apr_random.c.

◆ randomness

unsigned char* apr_random_t::randomness

Definition at line 76 of file apr_random.c.

◆ rehash_size

apr_size_t apr_random_t::rehash_size

Definition at line 63 of file apr_random.c.

◆ reseed_size

apr_size_t apr_random_t::reseed_size

Definition at line 64 of file apr_random.c.

◆ secure_base

unsigned int apr_random_t::secure_base

Definition at line 80 of file apr_random.c.

◆ secure_started

unsigned int apr_random_t::secure_started

Definition at line 82 of file apr_random.c.


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