HomeSort by relevance Sort by last modified time
    Searched refs:X509_CRL_get0_by_serial (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLX509CRL.java 280 final long revokedRef = NativeCrypto.X509_CRL_get0_by_serial(mContext,
NativeCrypto.java 485 public static native long X509_CRL_get0_by_serial(long x509CrlCtx, byte[] serial);
    [all...]
  /external/openssl/crypto/asn1/
x_crl.c 392 int X509_CRL_get0_by_serial(X509_CRL *crl,
  /external/openssl/crypto/x509/
x509.h 867 int X509_CRL_get0_by_serial(X509_CRL *crl,
    [all...]
  /external/openssl/include/openssl/
x509.h 867 int X509_CRL_get0_by_serial(X509_CRL *crl,
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 25 milliseconds