Searched refs:inputDate (Results 1 – 2 of 2) sorted by relevance
45 CfResult CompareDateWithCertTime(const X509 *x509, const ASN1_TIME *inputDate);
148 CfResult CompareDateWithCertTime(const X509 *x509, const ASN1_TIME *inputDate) in CompareDateWithCertTime() argument159 if (ASN1_TIME_compare(inputDate, startDate) < 0) { in CompareDateWithCertTime()162 } else if (ASN1_TIME_compare(expirationDate, inputDate) < 0) { in CompareDateWithCertTime()