Searched refs:randomfile (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/bin/rndc/
H A Drndc-confgen.c79 %s [-a] [-b bits] [-c keyfile] [-k keyname] [-p port] [-r randomfile] \
86 -r randomfile: a file containing random data\n\
137 const char *randomfile = NULL; local
204 randomfile = isc_commandline_argument;
247 if (randomfile != NULL && strcmp(randomfile, "keyboard") == 0) {
248 randomfile = NULL;
253 randomfile,
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssectool.h66 setup_entropy(isc_mem_t *mctx, const char *randomfile, isc_entropy_t **ectx);
H A Ddnssectool.c218 setup_entropy(isc_mem_t *mctx, const char *randomfile, isc_entropy_t **ectx) { argument
233 if (randomfile != NULL && strcmp(randomfile, "keyboard") == 0) {
235 randomfile = NULL;
238 result = isc_entropy_usebestsource(*ectx, &source, randomfile,
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dentropy.h279 const char *randomfile, int use_keyboard);
284 *\li If "randomfile" is not NULL, open it with
287 *\li If "randomfile" is NULL and the system's random device was detected
293 * "randomfile" or the random device).
/bind-9.6-ESV-R11/lib/isc/
H A Dentropy.c1227 const char *randomfile, int use_keyboard)
1240 if (randomfile == NULL) {
1241 randomfile = PATH_RANDOMDEV;
1246 if (randomfile != NULL && use_keyboard != ISC_ENTROPY_KEYBOARDYES) {
1247 result = isc_entropy_createfilesource(ectx, randomfile);
1226 isc_entropy_usebestsource(isc_entropy_t *ectx, isc_entropysource_t **source, const char *randomfile, int use_keyboard) argument
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c228 setup_entropy(isc_mem_t *mctx, const char *randomfile, isc_entropy_t **ectx) argument
244 if (randomfile != NULL && strcmp(randomfile, "keyboard") == 0) {
246 randomfile = NULL;
249 result = isc_entropy_usebestsource(*ectx, &source, randomfile,

Completed in 1222 milliseconds