Searched refs:validUntil (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DDNSSECSupport.c41 // to configure validUntil.
128 ta->validUntil = t + TEST_TA_EXPIRE_INTERVAL;
289 val2 = xmlGetProp(cur_node, (const xmlChar *)"validUntil");
300 ta->validUntil = (mDNSu32)timegm(&tm);
305 // If there is no validUntil, set it to the next probing interval
307 ta->validUntil = t + ROOT_TA_UPDATE_INTERVAL;
309 LogInfo("ParseElementChildren: ValidFrom time %u, validUntil %u", (unsigned)ta->validFrom, (unsigned)ta->validUntil);
382 if (DNS_SERIAL_LT(ta->validUntil, currTime))
384 LogMsg("ValidateTrustAnchor: Invalid ValidUntil time %u, currtime %u", (unsigned)ta->validUntil, (unsigne
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecTrustServer.c1201 CFDateRef validUntil = CFDateCreate(kCFAllocatorDefault, nextUpdate); local
1203 validUntil);
1204 CFRelease(validUntil);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A Ddnssec.c3277 if (DNS_SERIAL_LT(ta->validUntil, currTime))
3279 LogDNSSEC("TrustedKey: Expired: currentTime %d, ExpireTime %d", (int)currTime, ta->validUntil);
3601 if (DNS_SERIAL_LT(ta->validUntil, currTime))
3603 LogDNSSEC("FindTrustAnchor: Expired: currentTime %d, ExpireTime %d", (int)currTime, ta->validUntil);
H A DmDNSEmbeddedAPI.h813 mDNSu32 validUntil; member in struct:TrustAnchor
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Duds_daemon.c5810 mDNSPlatformFormatTime((unsigned long)ta->validUntil, untilTimeBuf, sizeof(untilTimeBuf));

Completed in 219 milliseconds