Searched refs:X509_supported_extension (Results 1 – 6 of 6) sorted by relevance
89 if (NativeCrypto.X509_supported_extension(extensionRef) != 1) { in hasUnsupportedCriticalExtension()
182 if (NativeCrypto.X509_supported_extension(extensionRef) != 1) { in hasUnsupportedCriticalExtension()
564 public static native int X509_supported_extension(long x509ExtensionRef); in X509_supported_extension() method in NativeCrypto
304 int X509_supported_extension(X509_EXTENSION *ex) in X509_supported_extension() function523 if (!X509_supported_extension(ex)) in x509v3_cache_extensions()
667 OPENSSL_EXPORT int X509_supported_extension(X509_EXTENSION *ex);
6251 return X509_supported_extension(ext);11235 NATIVE_METHOD(NativeCrypto, X509_supported_extension, "(J)I"),