Searched refs:k_random (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | zconf.h | 161 char *k_random; member in struct:zconf
|
H A D | zconf.c | 171 { "KSK_randfile", first, 100, CONF_STRING, &def.k_random }, 172 { "KSKrandfile", 101, last, CONF_STRING, &def.k_random }, 264 set_varptr ("ksk_randfile", &cp->k_random, cp2 ? &cp2->k_random: NULL); 887 if ( strcmp (z->k_random, "/dev/urandom") == 0 )
|
H A D | dnssec-zkt.c | 514 dkp = dki_new (dir, keyname, DKI_KSK, conf->k_algo, conf->k_bits, conf->k_random, conf->k_life / DAYSEC); 651 dkp = dki_new (dir, keyname, DKI_KSK, conf->k_algo, conf->k_bits, conf->k_random, conf->k_life / DAYSEC);
|
H A D | rollover.c | 73 dkp = dki_new (dir, domain, DKI_KSK, conf->k_algo, conf->k_bits, conf->k_random, conf->k_life / DAYSEC); 90 dkp = dki_new (dir, domain, DKI_KSK, conf->k2_algo, conf->k_bits, conf->k_random, conf->k_life / DAYSEC);
|
H A D | zkt-keyman.c | 421 dkp = dki_new (dir, keyname, DKI_KSK, conf->k_algo, conf->k_bits, conf->k_random, conf->k_life / DAYSEC); 558 dkp = dki_new (dir, keyname, DKI_KSK, conf->k_algo, conf->k_bits, conf->k_random, conf->k_life / DAYSEC);
|
Completed in 20 milliseconds