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

/bind-9.6-ESV-R11/contrib/zkt/
H A Dzconf.h165 char *z_random; member in struct:zconf
H A Dzconf.c179 { "ZSK_randfile", first, 100, CONF_STRING, &def.z_random },
180 { "ZSKrandfile", 101, last, CONF_STRING, &def.z_random },
270 set_varptr ("zsk_randfile", &cp->z_random, cp2 ? &cp2->z_random: NULL);
889 if ( strcmp (z->z_random, "/dev/urandom") == 0 )
H A Drollover.c75 dkp = dki_new (dir, domain, DKI_ZSK, conf->k_algo, conf->z_bits, conf->z_random, conf->z_life / DAYSEC);
92 dkp = dki_new (dir, domain, DKI_ZSK, conf->k2_algo, conf->z_bits, conf->z_random, conf->z_life / DAYSEC);
H A Ddnssec-zkt.c512 dkp = dki_new (dir, keyname, DKI_ZSK, conf->k_algo, conf->z_bits, conf->z_random, conf->z_life / DAYSEC);
H A Dzkt-keyman.c419 dkp = dki_new (dir, keyname, DKI_ZSK, conf->k_algo, conf->z_bits, conf->z_random, conf->z_life / DAYSEC);

Completed in 2428 milliseconds