• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/Security-57031.1.35/Security/include/security_keychain/

Lines Matching +defs:first +defs:date

205 CFStringRef kSecPropertyTypeDate            = CFSTR("date");
625 /* Flip the bits in the bit string so the first bit in the lsb. */
1199 /* Don't insert a space for first character
1647 // The first two levels are encoded into one byte, since the root level
1797 true if the date was valid and properly decoded, also return the result in
1854 /* Initialize the fields in a gregorian date struct. */
1892 "date %.*s year: %04d-%02d-%02d %02d:%02d:%02.f %+05.f",
1908 static bool derDateContentGetAbsoluteTime(DERTag tag, const DERItem *date,
1910 CFAbsoluteTime absTime = SecAbsoluteTimeFromDateContent(tag, date->data,
1911 date->length);
1920 true if the date was valid and properly decoded, also return the result in
1968 CFDateRef date = CFDateCreate(CFGetAllocator(properties), absTime);
1969 appendProperty(properties, kSecPropertyTypeDate, label, date);
1970 CFRelease(date);
1975 CFDateRef date = CFDateCreate(CFGetAllocator(properties), absTime);
1976 appendProperty(properties, kSecPropertyTypeDate, label, date);
1977 CFRelease(date);
2209 new subsection for this rdn. We remove the first property
2210 from the properties array and make it the first element in the
3331 /* Use the first field we encounter of the highest priority type. */
3366 the first email address in the certificate instead. */
3401 /* Return the earliest date on which all certificates in this chain are still
3417 /* Return the latest date on which all certificates in this chain will be
3489 CFAbsoluteTime first = SecCertificateGetChainsFirstValidity(certificate);
3495 } else if (verifyTime < first) {
3497 when = first;
4272 /* Prepend a + if this is not the first RDN in an RDN set.
4273 Otherwise prepend a , if this is not the first RDN. */