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

  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLX509CRL.java 284 return new OpenSSLX509CRLEntry(NativeCrypto.X509_REVOKED_dup(revokedRef));
298 return new OpenSSLX509CRLEntry(NativeCrypto.X509_REVOKED_dup(x509RevokedRef));
NativeCrypto.java 522 public static native long X509_REVOKED_dup(long x509RevokedCtx);
    [all...]
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 130 milliseconds