Home | History | Annotate | Download | only in native

Lines Matching refs:X509_get_notBefore

4993     JNI_TRACE("X509_get_notBefore(%p)", x509);
4997 JNI_TRACE("X509_get_notBefore(%p) => x509 == null", x509);
5001 ASN1_TIME* notBefore = X509_get_notBefore(x509);
5002 JNI_TRACE("X509_get_notBefore(%p) => %p", x509, notBefore);
9716 NATIVE_METHOD(NativeCrypto, X509_get_notBefore, "(J)J"),