ossl_x509_time_adjust 23 ext/openssl/ossl_x509.h ASN1_TIME *ossl_x509_time_adjust(ASN1_TIME *, VALUE); ossl_x509_time_adjust 479 ext/openssl/ossl_x509cert.c if (!ossl_x509_time_adjust(X509_get_notBefore(x509), time)) ossl_x509_time_adjust 513 ext/openssl/ossl_x509cert.c if (!ossl_x509_time_adjust(X509_get_notAfter(x509), time)) ossl_x509_time_adjust 242 ext/openssl/ossl_x509crl.c if (!ossl_x509_time_adjust(X509_CRL_get_lastUpdate(crl), time)) ossl_x509_time_adjust 267 ext/openssl/ossl_x509crl.c new = ossl_x509_time_adjust(orig, time); ossl_x509_time_adjust 151 ext/openssl/ossl_x509revoked.c if (!ossl_x509_time_adjust(X509_REVOKED_get0_revocationDate(rev), time))