Searched refs:getBlockSize (Results 1 – 10 of 10) sorted by relevance
103 protected abstract int getBlockSize(); in getBlockSize() method in BlockCipherTestBase160 assertEquals(getBlockSize(), mCipher.getBlockSize()); in testGetBlockSize()198 int blockSize = getBlockSize(); in testGetOutputSizeInEncryptionMode()265 int blockSize = getBlockSize(); in testGetOutputSizeInDecryptionMode()393 byte[] ciphertext = doFinal(new byte[getBlockSize()]); in testGetIV()425 byte[] plaintext = new byte[getBlockSize()]; in testIvGeneratedAndUsedWhenEncryptingWithoutExplicitIv()515 mCipher.update(new byte[getBlockSize() * 2]); in testReinitializingInDecryptModeDoesNotUsePreviouslyUsedIv()633 if (input.length < getBlockSize() * 2) { in assertDoFinalResetsCipher()637 update(subarray(input, 0, getBlockSize() * 3 / 2)), in assertDoFinalResetsCipher()638 doFinal(subarray(input, getBlockSize() * 3 / 2, input.length)))); in assertDoFinalResetsCipher()[all …]
43 protected int getBlockSize() { in getBlockSize() method in AESCTRCipherTestBase
45 protected int getBlockSize() { in getBlockSize() method in AESCBCCipherTestBase
15 protected int getBlockSize() { in getBlockSize() method in DESedeCipherTestBase
55 protected int getBlockSize() { in getBlockSize() method in AESGCMCipherTestBase
32 assertTrue(stat.getBlockSize() > 0); in testStatFs()49 assertTrue(stat.getBlockSize() > 0); in testStatFs()
464 final ByteBuffer buffer = ByteBuffer.allocate(super.getBlockSize()); in CompressedPendingBlock()476 return this.getBlockSize() < super.getBlockSize() ? Compression.LZ4 : Compression.NONE; in getCompression()479 public short getBlockSize() { in getBlockSize() method in PackageManagerShellCommandIncrementalTest.CompressedPendingBlock
50 return (long)statFs.getAvailableBlocks() * statFs.getBlockSize(); in getFreeDiskSize()
META-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
33851 method @Deprecated public int getBlockSize();