Home
last modified time | relevance | path

Searched refs:utctime_length (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/x509/
HDx509_vfy.c1859 static const size_t utctime_length = sizeof("YYMMDDHHMMSSZ") - 1; in X509_cmp_time() local
1881 if (ctm->length != (int)(utctime_length)) in X509_cmp_time()