Home | History | Annotate | Download | only in native

Lines Matching defs:nextUpdate

4635     ASN1_TIME* nextUpdate = X509_CRL_get_nextUpdate(crl);
4636 JNI_TRACE("X509_CRL_get_nextUpdate(%p) => %p", crl, nextUpdate);
4637 return reinterpret_cast<uintptr_t>(nextUpdate);