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

  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKPKCS12KeyStore.java 355 Certificate nextC = null;
370 nextC = (Certificate)chainCerts.get(new CertId(id.getKeyIdentifier()));
380 if (nextC == null)
401 nextC = crt;
414 if (nextC != c) // self signed - end of the chain
416 c = nextC;
    [all...]
  /external/icu4c/i18n/
rematch.cpp 3458 UChar32 nextc = UTEXT_CURRENT32(fInputText); local
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 676 milliseconds