Searched refs:k_random (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dzconf.h161 char *k_random; member in struct:zconf
H A Dzconf.c171 { "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 Ddnssec-zkt.c514 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 Drollover.c73 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 Dzkt-keyman.c421 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 182 milliseconds