Lines Matching defs:conf
65 static dki_t *genkey (dki_t **listp, const char *dir, const char *domain, int ksk, const zconf_t *conf, int status)
73 dkp = dki_new (dir, domain, DKI_KSK, conf->k_algo, conf->k_bits, conf->k_random, conf->k_life / DAYSEC);
75 dkp = dki_new (dir, domain, DKI_ZSK, conf->k_algo, conf->z_bits, conf->z_random, conf->z_life / DAYSEC);
82 static dki_t *genkey2 (dki_t **listp, const char *dir, const char *domain, int ksk, const zconf_t *conf, int status)
90 dkp = dki_new (dir, domain, DKI_KSK, conf->k2_algo, conf->k_bits, conf->k_random, conf->k_life / DAYSEC);
92 dkp = dki_new (dir, domain, DKI_ZSK, conf->k2_algo, conf->z_bits, conf->z_random, conf->z_life / DAYSEC);
126 const zconf_t *conf;
131 conf = loadconfig (path, NULL);
133 conf = zp->conf;
136 snprintf (path, sizeof (path), "%s/../%s.signed", conf->dir, conf->zonefile);
137 if ( conf != zp->conf ) /* if we read in a local config file.. */
138 free (conf); /* ..free the memory used */
241 z = zp->conf;
269 if ( (ksk = (dki_t *)dki_findalgo (zp->keys, DKI_KSK, zp->conf->k_algo, 'a', 1)) == NULL )
295 /* TODO: Set these values to the one found in the parent dnssec.conf file */
477 z = zp->conf;