Home | History | Annotate | Download | only in native

Lines Matching refs:lastUpdate

4534     ASN1_TIME* lastUpdate = X509_CRL_get_lastUpdate(crl);
4535 JNI_TRACE("X509_CRL_get_lastUpdate(%p) => %p", crl, lastUpdate);
4536 return reinterpret_cast<uintptr_t>(lastUpdate);