HomeSort by: relevance | last modified time | path
    Searched refs:inception (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/mpl/bind/dist/bin/tests/system/cds/
checktime.pl 19 my $inception;
22 $inception = $1 if m{^.* inception time \d+ [(](\d+)[)]};
25 die "missing inception time" unless $inception;
26 my $delta = $inception - $notbefore;
27 die "bad inception time $delta" unless abs($delta - $target) <= 10;
  /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/
zone_p.h 37 dns_zone_t *zone, isc_stdtime_t inception,
skr.c 126 skrbundle_create(isc_mem_t *mctx, isc_stdtime_t inception,
134 b->inception = inception;
392 isc_stdtime_t expired = b->inception + sigval;
393 if (b->inception <= time && time < expired) {
398 if (b->inception <= time && time < next->inception) {
tkey.c 245 tkeyout->inception = now;
248 tkeyout->inception = tsigkey->inception;
575 .inception = now,
670 .inception = qtkey.inception,
693 false, NULL, rtkey.inception,
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...]
  /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/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,
dnssec.h 103 isc_stdtime_t *inception, isc_stdtime_t *expire,
113 *\li 'inception' is not NULL
123 *\li #DNS_R_INVALIDTIME - the expiration is before the inception
  /src/external/mpl/bind/dist/bin/tests/system/ksr/
tests_ksr.py 340 inception = start
341 while inception <= end:
344 assert f";; KeySigningRequest 1.0 {inception}" in lines[line_no]
351 if between(published, inception, next_bundle):
355 if between(removed, inception, next_bundle):
358 if published > inception:
360 if removed is not None and inception >= removed:
371 inception = next_bundle
404 inception = start variable
405 while inception <= end
611 inception = next_bundle variable
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone_p.h 43 dns_zone_t *zone, isc_stdtime_t inception,
tkey.c 476 isc_buffer_usedlength(&secret), true, signer, tkeyin->inception,
480 tkeyout->inception = tkeyin->inception;
605 tkeyout->inception = now;
608 tkeyout->inception = tsigkey->inception;
798 tkeyout.inception = tkeyout.expire = 0;
1068 tkey.inception = now;
1154 tkey.inception = now;
1179 tkey.inception = tkey.expire = 0
    [all...]
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...]
  /src/external/mpl/bind/dist/bin/tests/system/nsec/
tests_excessive_rrsigs.py 34 inception=rdata.inception,
  /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
124 const dns_name_t *creator, isc_stdtime_t inception,
129 * The key's validity period is specified by (inception, expire),
130 * and will not expire if inception == expire.
149 * dstkey, generated, restored, inception, and expired (defaulting
dnssec.h 121 isc_stdtime_t *inception, isc_stdtime_t *expire,
131 *\li 'inception' is not NULL
141 *\li #DNS_R_INVALIDTIME - the expiration is before the inception
  /src/external/mpl/bind/dist/bin/tests/system/tkey/
tests_cve_2026_3119.py 38 inception=now - 3600,
  /src/external/mpl/bind/dist/bin/tests/system/sig0/
tests_sig0.py 81 inception = now - 3600
86 "!HBBIIIH", 0, 8, 0, 0, expiration, inception, key_tag
  /src/external/mpl/bind/dist/tests/dns/
skr_test.c 50 isc_stdtime_t inception; member in struct:__anon24221
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/tests/system/tkeyleak/
tests_tkeyleak.py 95 inception=now,
  /src/external/mpl/bind/dist/bin/tests/system/dnssec_malformed_dnskey/
tests_malformed_dnskey.py 59 inception=rr.inception,
  /src/external/mpl/bind/dist/bin/tests/system/nsec3/ans7/
ans.py 146 inception,
153 sig_rdata += struct.pack("!II", expiration, inception)
233 inception=RRSIG_INCEPTION,

Completed in 41 milliseconds

1 2