Searched refs:engines (Results 1 – 3 of 3) sorted by relevance
126 final List<EngineInfo> engines = getEngines(); in getHighestRankedEngineName() local128 if (engines.size() > 0 && engines.get(0).system) { in getHighestRankedEngineName()129 return engines.get(0).name; in getHighestRankedEngineName()168 List<EngineInfo> engines = new ArrayList<EngineInfo>(resolveInfos.size()); in getEngines()173 engines.add(engine); in getEngines()176 Collections.sort(engines, EngineInfoComparator.INSTANCE); in getEngines()178 return engines; in getEngines()
23451 …org/bouncycastle/crypto/BlockCipher;Lcom/android/org/bouncycastle/crypto/engines/AESEngine;,Lcom/a…23453 …org/bouncycastle/crypto/BlockCipher;Lcom/android/org/bouncycastle/crypto/engines/AESEngine;,Lcom/a…23467 HSPLcom/android/org/bouncycastle/crypto/engines/AESEngine;-><init>()V23468 HSPLcom/android/org/bouncycastle/crypto/engines/AESEngine;->getBlockSize()I23469 HSPLcom/android/org/bouncycastle/crypto/engines/DESEngine;-><clinit>()V23470 HSPLcom/android/org/bouncycastle/crypto/engines/DESEngine;-><init>()V23471 HSPLcom/android/org/bouncycastle/crypto/engines/DESEngine;->generateWorkingKey(Z[B)[I23529 …kCipher;Lcom/android/org/bouncycastle/crypto/engines/AESEngine;,Lcom/android/org/bouncycastle/cryp…45491 Lcom/android/org/bouncycastle/crypto/engines/AESEngine;
11022 com.android.org.bouncycastle.crypto.engines.AESEngine