Home | History | Annotate | Download | only in native

Lines Matching refs:X509_CRL_get0_by_serial

4208     JNI_TRACE("X509_CRL_get0_by_serial(%p, %p)", x509crl, serialArray);
4212 JNI_TRACE("X509_CRL_get0_by_serial(%p, %p) => crl == null", x509crl, serialArray);
4218 JNI_TRACE("X509_CRL_get0_by_serial(%p, %p) => BN allocation failed", x509crl, serialArray);
4227 JNI_TRACE("X509_CRL_get0_by_serial(%p, %p) => BN conversion failed", x509crl, serialArray);
4233 JNI_TRACE("X509_CRL_get0_by_serial(%p, %p) => BN conversion failed", x509crl, serialArray);
4238 int ret = X509_CRL_get0_by_serial(x509crl, &revoked, serialInteger.get());
4240 JNI_TRACE("X509_CRL_get0_by_serial(%p, %p) => none", x509crl, serialArray);
7949 NATIVE_METHOD(NativeCrypto, X509_CRL_get0_by_serial, "(J[B)J"),