HomeSort by: relevance | last modified time | path
    Searched refs:dstime (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-settime.c 207 isc_stdtime_t dstime = 0, dnskeytime = 0; local
315 dstime = strtotime(isc_commandline_argument, now, now,
861 dst_key_settime(key, DST_TIME_DS, dstime);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
keymgr.c 1230 isc_stdtime_t lastchange, dstime, nexttime = now; local
1350 &dstime);
1351 if (ret != ISC_R_SUCCESS || dstime > now) {
1356 dstime + dns_kasp_dsttl(kasp) +
1364 &dstime);
1365 if (ret != ISC_R_SUCCESS || dstime > now) {
1370 dstime + dns_kasp_dsttl(kasp) +
  /src/external/mpl/bind/dist/lib/dns/
keymgr.c 1347 isc_stdtime_t lastchange, dstime, sigtime, nexttime = now; local
1479 ret = dst_key_gettime(key->key, dsstate, &dstime);
1480 if (ret != ISC_R_SUCCESS || dstime > now) {
1485 dstime + dns_kasp_dsttl(kasp) +

Completed in 33 milliseconds