Lines Matching refs:phase
179 static int create_parent_file (const char *fname, int phase, int ttl, const dki_t *dkp)
185 if ( dkp == NULL || (phase != 1 && phase != 2) )
191 if ( phase == 1 )
199 return phase;
208 int phase;
213 phase = 0;
214 if ( fscanf (fp, "; KSK rollover phase%d", &phase) != 1 )
215 phase = 0;
218 return phase;
259 /* create a new key: this is phase one of a double signing key rollover */
291 /* check the ksk rollover phase we are in */
303 if ( parfile_age > z->proptime + z->key_ttl ) /* can we go to phase 2 ? */
317 if ( parfile_age >= parent_propagation + parent_resign + parent_keyttl ) /* can we go to phase 3 ? */
319 if ( parfile_age >= parent_propagation + parent_keyttl ) /* can we go to phase 3 ? */