Data Fields | |
unsigned int | magic |
isc_mem_t * | mctx |
isc_mutex_t | lock |
unsigned int | refcnt |
isc_uint32_t | initialized |
isc_uint32_t | initcount |
isc_entropypool_t | pool |
unsigned int | nsources |
isc_entropysource_t * | nextsource |
Definition at line 103 of file entropy.c.
unsigned int isc_entropy::magic |
Definition at line 105 of file entropy.c.
Referenced by destroy(), destroysource(), isc_entropy_create(), isc_entropy_createcallbacksource(), isc_entropy_createfilesource(), isc_entropy_createsamplesource(), samplequeue_release(), and samplesource_allocate().
Definition at line 106 of file entropy.c.
Referenced by destroy(), isc_entropy_addsample(), isc_entropy_attach(), isc_entropy_create(), isc_entropy_createcallbacksource(), isc_entropy_createfilesource(), isc_entropy_createsamplesource(), isc_entropy_destroysource(), isc_entropy_detach(), isc_entropy_getdata(), isc_entropy_putdata(), isc_entropy_stats(), isc_entropy_status(), and isc_entropy_stopcallbacksources().
unsigned int isc_entropy::refcnt |
Definition at line 107 of file entropy.c.
Referenced by destroy(), destroy_check(), dumpstats(), isc_entropy_attach(), isc_entropy_create(), and isc_entropy_detach().
Definition at line 108 of file entropy.c.
Referenced by dumpstats(), fillpool(), isc_entropy_create(), isc_entropy_getdata(), and isc_entropy_putdata().
Definition at line 109 of file entropy.c.
Referenced by dumpstats(), isc_entropy_create(), and reseed().
Definition at line 110 of file entropy.c.
Referenced by add_entropy(), add_pseudo(), destroy(), dumpstats(), entropypool_adddata(), fillpool(), isc_entropy_create(), isc_entropy_getdata(), isc_entropy_status(), subtract_entropy(), and subtract_pseudo().
unsigned int isc_entropy::nsources |
Definition at line 111 of file entropy.c.
Referenced by destroysource(), dumpstats(), fillpool(), isc_entropy_create(), isc_entropy_createcallbacksource(), isc_entropy_createfilesource(), and isc_entropy_createsamplesource().
Definition at line 112 of file entropy.c.
Referenced by destroysource(), dumpstats(), fillpool(), and isc_entropy_create().