Searched defs:getBlockSize (Results 1 - 24 of 24) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DBlockCipher.java33 public int getBlockSize(); method in interface:BlockCipher
H A DBufferedBlockCipher.java40 buf = new byte[cipher.getBlockSize()];
97 public int getBlockSize() method in class:BufferedBlockCipher
99 return cipher.getBlockSize();
118 leftOver = total % buf.length - (cipher.getBlockSize() + 2);
197 int blockSize = getBlockSize();
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
H A DBlockCipher.java17 public int getBlockSize(); method in interface:BlockCipher
H A DNullCipher.java30 public int getBlockSize() method in class:NullCipher
H A DBlockCipherFactory.java119 public static int getBlockSize(String type) method in class:BlockCipherFactory
H A DCBCMode.java30 this.blockSize = tc.getBlockSize();
42 public int getBlockSize() method in class:CBCMode
H A DCTRMode.java31 blockSize = bc.getBlockSize();
43 public final int getBlockSize() method in class:CTRMode
H A DDESede.java78 public int getBlockSize() method in class:DESede
H A DDES.java67 public int getBlockSize() method in class:DES
H A DAES.java514 public final int getBlockSize() method in class:AES
H A DBlowFish.java232 public int getBlockSize() method in class:BlowFish
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DDESedeEngine.java79 public int getBlockSize() method in class:DESedeEngine
H A DRC2Engine.java154 public int getBlockSize() method in class:RC2Engine
H A DDESEngine.java58 public int getBlockSize() method in class:DESEngine
H A DAESEngine.java374 public int getBlockSize() method in class:AESEngine
H A DAESFastEngine.java705 public int getBlockSize() method in class:AESFastEngine
H A DBlowfishEngine.java385 public int getBlockSize() method in class:BlowfishEngine
H A DTwofishEngine.java329 public int getBlockSize() method in class:TwofishEngine
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DCBCBlockCipher.java32 this.blockSize = cipher.getBlockSize();
123 public int getBlockSize() method in class:CBCBlockCipher
125 return cipher.getBlockSize();
H A DCFBBlockCipher.java36 this.IV = new byte[cipher.getBlockSize()];
37 this.cfbV = new byte[cipher.getBlockSize()];
38 this.cfbOutV = new byte[cipher.getBlockSize()];
120 public int getBlockSize() method in class:CFBBlockCipher
H A DOFBBlockCipher.java35 this.IV = new byte[cipher.getBlockSize()];
36 this.ofbV = new byte[cipher.getBlockSize()];
37 this.ofbOutV = new byte[cipher.getBlockSize()];
118 public int getBlockSize() method in class:OFBBlockCipher
H A DSICBlockCipher.java30 this.blockSize = cipher.getBlockSize();
78 public int getBlockSize() method in class:SICBlockCipher
80 return cipher.getBlockSize();
/external/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h41 static bool getBlockSize(const T *X) { function in struct:llvm::MaximumSpanningTree::EdgeWeightCompare
51 size_t XSizeA = getBlockSize(X.first.first);
52 size_t YSizeA = getBlockSize(Y.first.first);
56 size_t XSizeB = getBlockSize(X.first.second);
57 size_t YSizeB = getBlockSize(Y.first.second);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 182 milliseconds