2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 09:05:40 +00:00

add processing of sample sources, and of callback sources

This commit is contained in:
Michael Graff
2000-06-20 19:01:13 +00:00
parent 025a4cc5c3
commit b9672b61d8
2 changed files with 197 additions and 20 deletions

View File

@@ -72,7 +72,7 @@ typedef isc_result_t (*isc_entropystart_t)(isc_entropy_t *ent,
void *arg);
typedef isc_result_t (*isc_entropyget_t)(isc_entropy_t *ent,
isc_entropysource_t *source,
void *arg, unsigned int entropy);
void *arg);
typedef void (*isc_entropystop_t)(isc_entropy_t *ent,
isc_entropysource_t *source,
void *arg);
@@ -184,7 +184,7 @@ isc_entropy_createcallbacksource(isc_entropy_t *ent,
void
isc_entropy_stopcallbacksources(isc_entropy_t *ent);
void
isc_result_t
isc_entropy_addsample(isc_entropysource_t *source, isc_uint32_t sample,
isc_uint32_t extra);
/*