HomeSort by: relevance | last modified time | path
    Searched defs:inception (Results 1 - 17 of 17) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
tkey_249.h 25 uint32_t inception; member in struct:dns_rdata_tkey
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
tkey_249.h 26 uint32_t inception; member in struct:dns_rdata_tkey
  /src/external/mpl/bind/dist/lib/dns/include/dns/
skr.h 54 isc_stdtime_t inception; member in struct:dns_skrbundle
101 * inception time is prior to 'time' and the next bundle inception is after
103 * lower than the last bundle inception time plus 'sigval'.
tsig.h 95 isc_stdtime_t inception; /*%< start of validity period */ member in struct:dns_tsigkey
125 const dns_name_t *creator, isc_stdtime_t inception,
130 * The key's validity period is specified by (inception, expire),
131 * and will not expire if inception == expire.
150 * dstkey, generated, restored, inception, and expired (defaulting
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
tsig.h 84 isc_stdtime_t inception; /*%< start of validity period */ member in struct:dns_tsigkey
109 const dns_name_t *creator, isc_stdtime_t inception,
116 const dns_name_t *creator, isc_stdtime_t inception,
122 * period is specified by (inception, expire), and will not expire if
123 * inception == expire. If the key was generated, the creating identity,
  /src/external/mpl/bind/dist/bin/tests/system/ksr/
tests_ksr.py 273 inception = start
274 while inception < end:
277 assert f";; KeySigningRequest 1.0 {inception}" in lines[line_no]
284 if between(published, inception, next_bundle):
288 if between(removed, inception, next_bundle):
291 if published > inception:
293 if removed is not None and inception >= removed:
304 inception = next_bundle
334 inception = start variable
335 while inception < end
532 inception = next_bundle variable
    [all...]
  /src/external/mpl/bind/dist/tests/dns/
skr_test.c 50 isc_stdtime_t inception; member in struct:__anon9274
141 sign_rrset(FILE *fp, isc_stdtime_t inception, isc_stdtime_t expiration,
144 isc_stdtime_t clockskew = inception - OFFSET;
306 test_bundles[bnum].inception = (btime - OFFSET);
343 assert_int_equal(sig.timesigned, tb->inception);
352 assert_int_equal(bundle->inception, tb->btime);
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-ksr.c 330 dns_dnsseckeylist_t *keys, isc_stdtime_t inception,
345 isc_stdtime_tostring(inception, timestr, sizeof(timestr));
405 * If this key's activation time is set after the inception
408 if (act > inception) {
412 * If this key's inactive time is set before the inception
415 if (inact > 0 && inception >= inact) {
497 inception == ksr->start);
559 isc_stdtime_t inception, isc_stdtime_t next_inception) {
567 isc_stdtime_tostring(inception, timestr, sizeof(timestr));
586 if (pub > 0 && pub > inception && pub < next_bundle)
1107 isc_stdtime_t inception = 0; local
1175 isc_stdtime_t inception; local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
tsig.c 213 const dns_name_t *creator, isc_stdtime_t inception,
227 .inception = inception,
346 unsigned int inception, expire; local
356 creatorstr, &inception, &expire, algorithmstr, keystr);
405 creator, inception, expire,
436 tkey->inception, tkey->expire, algorithmstr, length,
1549 if (key->inception != key->expire && isc_serial_lt(key->expire, now)) {
update.c 1003 isc_stdtime_t now, isc_stdtime_t inception, isc_stdtime_t expire) {
1151 &inception, &expire, mctx,
1274 isc_stdtime_t now, isc_stdtime_t inception,
1325 nkeys, now, inception, expire);
1373 isc_stdtime_t now, inception, expire, soaexpire, keyexpire; member in struct:dns_update_state
1466 state->inception = state->now - 3600; /* Allow for some clock
1577 state->inception, exp));
1779 state->inception, state->expire,
1856 state->now, state->inception,
1985 state->inception, state->expire
    [all...]
zone.c 7031 isc_stdtime_t inception, isc_stdtime_t expire) {
7196 &inception, &expire, mctx,
7235 isc_stdtime_t *inception, isc_stdtime_t *soaexpire,
7237 REQUIRE(inception != NULL);
7255 *inception = now - 3600; /* Allow for clock skew. */
7291 isc_stdtime_t now, inception, soaexpire, expire, fullexpire, stop; local
7336 calculate_rrsig_validity(zone, now, &inception, &soaexpire, &expire,
7385 now, inception,
7448 inception, soaexpire);
7734 isc_stdtime_t inception, isc_stdtime_t expire, dns_ttl_t nsecttl
8512 isc_stdtime_t now, inception, soaexpire, expire; local
9543 isc_stdtime_t now, inception, soaexpire, expire; local
20839 isc_stdtime_t inception, soaexpire, keyexpire; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
tsig.c 250 const dns_name_t *creator, isc_stdtime_t inception,
319 tkey->inception = inception;
419 tkey->inception != tkey->expire &&
506 unsigned int inception, expire; local
515 creatorstr, &inception, &expire, algorithmstr, keystr);
564 creator, inception, expire,
590 tkey->inception, tkey->expire, algorithmstr, length,
668 const dns_name_t *creator, isc_stdtime_t inception,
700 creator, inception, expire, mctx
    [all...]
update.c 1095 isc_stdtime_t inception, isc_stdtime_t expire, bool check_ksk,
1229 inception, &when))
1263 CHECK(dns_dnssec_sign(name, &rdataset, keys[i], &inception,
1387 isc_stdtime_t inception, isc_stdtime_t expire, bool check_ksk,
1438 nkeys, inception, expire, check_ksk,
1487 isc_stdtime_t inception, expire, soaexpire, keyexpire; member in struct:dns_update_state
1571 state->inception = now - 3600; /* Allow for some clock skew. */
1695 state->inception, exp,
1898 state->nkeys, state->inception,
1976 state->inception, state->expire
    [all...]
zone.c 7050 unsigned int nkeys, isc_mem_t *mctx, isc_stdtime_t inception,
7243 inception, &when))
7278 CHECK(dns_dnssec_sign(name, &rdataset, keys[i], &inception,
7328 isc_stdtime_t now, inception, soaexpire, expire, fullexpire, stop; local
7381 inception = now - 3600; /* Allow for clock skew. */
7462 inception,
7526 inception, soaexpire, check_ksk, keyset_kskonly);
7761 bool build_nsec, dst_key_t *key, isc_stdtime_t inception,
7860 inception, &when))
7881 CHECK(dns_dnssec_sign(name, &rdataset, key, &inception, &expire
8511 isc_stdtime_t now, inception, soaexpire, expire; local
9518 isc_stdtime_t now, inception, soaexpire, expire; local
20439 isc_stdtime_t inception, soaexpire, keyexpire; local
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dns-msg.h 126 uint32_t inception; member in struct:dns_rdata_sig
  /src/external/mpl/bind/include/dns/
rdatastruct.h 2080 uint32_t inception; member in struct:dns_rdata_tkey
  /src/external/mpl/dhcp/bind/include/dns/
rdatastruct.h 2234 uint32_t inception; member in struct:dns_rdata_tkey

Completed in 100 milliseconds