Searched refs:X509CheckTime (Results 1 – 1 of 1) sorted by relevance
31 static int32_t X509CheckTime(const mbedtls_x509_time *before, const mbedtls_x509_time *after) in X509CheckTime() function97 int32_t ret = X509CheckTime(&curTime, &crt->valid_to); in VerifyCrtTime()104 ret = X509CheckTime(&crt->valid_from, &curTime); in VerifyCrtTime()