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 360 Certificate nextC = null;
375 nextC = (Certificate)chainCerts.get(new CertId(id.getKeyIdentifier()));
385 if (nextC == null)
406 nextC = crt;
419 if (nextC != c) // self signed - end of the chain
421 c = nextC;
    [all...]
  /external/icu4c/i18n/
rematch.cpp 3578 UChar32 nextc = UTEXT_CURRENT32(fInputText); local
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 3273 milliseconds