|
GME
13
|
APR PRNG routines. More...
Go to the source code of this file.
Classes | |
| struct | apr_crypto_hash_t |
Typedefs | |
| typedef struct apr_crypto_hash_t | apr_crypto_hash_t |
| typedef void | apr_crypto_hash_init_t (apr_crypto_hash_t *hash) |
| typedef void | apr_crypto_hash_add_t (apr_crypto_hash_t *hash, const void *data, apr_size_t bytes) |
| typedef void | apr_crypto_hash_finish_t (apr_crypto_hash_t *hash, unsigned char *result) |
| typedef struct apr_random_t | apr_random_t |
Functions | |
| APR_DECLARE (apr_crypto_hash_t *) apr_crypto_sha256_new(apr_pool_t *p) | |
| APR_DECLARE (void) apr_random_init(apr_random_t *g | |
| APR_DECLARE (apr_random_t *) apr_random_standard_new(apr_pool_t *p) | |
| APR_DECLARE (apr_status_t) apr_random_insecure_bytes(apr_random_t *g | |
Variables | |
| apr_pool_t * | p |
| apr_pool_t apr_crypto_hash_t * | pool_hash |
| apr_pool_t apr_crypto_hash_t apr_crypto_hash_t * | key_hash |
| apr_pool_t apr_crypto_hash_t apr_crypto_hash_t apr_crypto_hash_t * | prng_hash |
| const void * | entropy_ |
| const void apr_size_t | bytes |
| void * | random |
APR PRNG routines.
Definition in file apr_random.h.
1.7.6.1