HomeSort by relevance Sort by last modified time
    Searched full:x509revokedref (Results 1 - 2 of 2) sorted by null

  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLX509CRL.java 291 final long x509RevokedRef = NativeCrypto.X509_CRL_get0_by_cert(mContext,
294 if (x509RevokedRef == 0) {
298 return new OpenSSLX509CRLEntry(NativeCrypto.X509_REVOKED_dup(x509RevokedRef));
362 final long x509RevokedRef = NativeCrypto.X509_CRL_get0_by_cert(mContext,
365 return x509RevokedRef != 0;
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 85 milliseconds