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

/bind-9.6-ESV-R11/contrib/zkt/
H A Drollover.c367 dki_t *activekey; local
387 standbykey = activekey = NULL;
415 activekey = dkp;
417 /* no activekey or no standby key and also no revoked key found ? */
418 if ( activekey == NULL || (standbykey == NULL && ret == 0) )
423 exptime = get_exptime (activekey, z);
435 activekey->tag, str_delspace (age2str (dki_age (activekey, currtime))));
451 verbmesg (2, z, "\t\t=>Revoking old active key %d \n", activekey->tag);
452 dki_setstatus (activekey, DKI_REVOKE
[all...]

Completed in 7 milliseconds