Home | History | Annotate | Download | only in native

Lines Matching defs:lastUpdate

5492     ASN1_TIME* lastUpdate = X509_CRL_get_lastUpdate(crl);
5493 JNI_TRACE("X509_CRL_get_lastUpdate(%p) => %p", crl, lastUpdate);
5494 return reinterpret_cast<uintptr_t>(lastUpdate);