Searched defs:phase (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | rollover.c | 179 static int create_parent_file (const char *fname, int phase, int ttl, const dki_t *dkp) argument 185 if ( dkp == NULL || (phase != 1 && phase != 2) ) 191 if ( phase == 1 ) 199 return phase; 208 int phase; local 213 phase = 0; 214 if ( fscanf (fp, "; KSK rollover phase%d", &phase) != 1 ) 215 phase [all...] |
H A D | dnssec-zkt.c | 136 static void ksk_roll (const char *keyname, int phase, const dki_t *list, const zconf_t *conf); 137 static int create_parent_file (const char *fname, int phase, int ttl, const dki_t *dkp); 525 int phase; local 530 phase = 0; 531 if ( fscanf (fp, "; KSK rollover phase%d", &phase) != 1 ) 532 phase = 0; 535 return phase; 538 static void ksk_roll (const char *keyname, int phase, const dki_t *list, const zconf_t *conf) argument 553 if ( phase 708 create_parent_file(const char *fname, int phase, int ttl, const dki_t *dkp) argument [all...] |
H A D | zkt-keyman.c | 124 static void ksk_roll (const char *keyname, int phase, const dki_t *list, const zconf_t *conf); 125 static int create_parent_file (const char *fname, int phase, int ttl, const dki_t *dkp); 432 int phase; local 437 phase = 0; 438 if ( fscanf (fp, "; KSK rollover phase%d", &phase) != 1 ) 439 phase = 0; 442 return phase; 445 static void ksk_roll (const char *keyname, int phase, const dki_t *list, const zconf_t *conf) argument 460 if ( phase 615 create_parent_file(const char *fname, int phase, int ttl, const dki_t *dkp) argument [all...] |
Completed in 13 milliseconds