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

  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLX509CRL.java 278 final long revokedRef = NativeCrypto.X509_CRL_get0_by_serial(mContext,
280 if (revokedRef == 0) {
284 return new OpenSSLX509CRLEntry(NativeCrypto.X509_REVOKED_dup(revokedRef));

Completed in 2176 milliseconds