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/smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/
H A DOpen.java93 public int getBlockSize() { method in class:Open
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DDESedeEngine.java80 public int getBlockSize() method in class:DESedeEngine
H A DRC2Engine.java155 public int getBlockSize() method in class:RC2Engine
H A DDESEngine.java59 public int getBlockSize() method in class:DESEngine
H A DAESEngine.java373 public int getBlockSize() method in class:AESEngine
H A DAESFastEngine.java704 public int getBlockSize() method in class:AESFastEngine
H A DBlowfishEngine.java386 public int getBlockSize() method in class:BlowfishEngine
H A DTwofishEngine.java330 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.java37 this.IV = new byte[cipher.getBlockSize()];
38 this.cfbV = new byte[cipher.getBlockSize()];
39 this.cfbOutV = new byte[cipher.getBlockSize()];
125 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()];
122 public int getBlockSize() method in class:OFBBlockCipher
H A DSICBlockCipher.java31 this.blockSize = cipher.getBlockSize();
79 public int getBlockSize() method in class:SICBlockCipher
81 return cipher.getBlockSize();
/external/chromium_org/third_party/angle/src/common/
H A Dblocklayout.h54 size_t getBlockSize() const { return mCurrentOffset * BytesPerComponent; } function in class:sh::BlockLayoutEncoder
/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowStatFs.java24 public int getBlockSize() { method in class:ShadowStatFs
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 235 milliseconds