Searched refs:hardTime (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/security_systemkeychain-55202/src/
H A Dcs_sign.cpp205 CFDateRef hardTime = CFDateRef(CFDictionaryGetValue(dict, kSecCodeInfoTimestamp)); local
206 if (hardTime) {
208 CFAbsoluteTime slop = abs(CFDateGetAbsoluteTime(softTime) - CFDateGetAbsoluteTime(hardTime));
212 CFAbsoluteTime slop = abs(CFAbsoluteTimeGetCurrent() - CFDateGetAbsoluteTime(hardTime));
H A Dcs_dump.cpp151 CFDateRef hardTime = CFDateRef(CFDictionaryGetValue(api, kSecCodeInfoTimestamp)); local
152 if (hardTime) {
153 CFRef<CFStringRef> s = CFDateFormatterCreateStringWithDate(NULL, format, hardTime);
155 if (CFAbsoluteTimeGetCurrent() < CFDateGetAbsoluteTime(hardTime) - timestampSlop)
158 CFAbsoluteTime slop = abs(CFDateGetAbsoluteTime(softTime) - CFDateGetAbsoluteTime(hardTime));

Completed in 130 milliseconds