Home | History | Annotate | Download | only in native

Lines Matching refs:notBefore

4007     ASN1_TIME* notBefore = X509_get_notBefore(x509);
4008 JNI_TRACE("X509_get_notBefore(%p) => %p", x509, notBefore);
4009 return reinterpret_cast<uintptr_t>(notBefore);