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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLX509CRL.java 293 final long x509RevokedRef = NativeCrypto.X509_CRL_get0_by_cert(mContext,
364 final long x509RevokedRef = NativeCrypto.X509_CRL_get0_by_cert(mContext,
NativeCrypto.java 482 public static native long X509_CRL_get0_by_cert(long x509CrlCtx, long x509Ctx);
    [all...]
  /external/openssl/crypto/asn1/
x_crl.c 400 int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x)
  /external/openssl/crypto/x509/
x509.h 869 int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x);
    [all...]
x509_vfy.c     [all...]
  /external/openssl/include/openssl/
x509.h 869 int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 49 milliseconds