Home
last modified time | relevance | path

Searched refs:getBlockSize (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java103 protected abstract int getBlockSize(); in getBlockSize() method in BlockCipherTestBase
160 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 …]
DAESCTRCipherTestBase.java43 protected int getBlockSize() { in getBlockSize() method in AESCTRCipherTestBase
DAESCBCCipherTestBase.java45 protected int getBlockSize() { in getBlockSize() method in AESCBCCipherTestBase
DDESedeCipherTestBase.java15 protected int getBlockSize() { in getBlockSize() method in DESedeCipherTestBase
DAESGCMCipherTestBase.java55 protected int getBlockSize() { in getBlockSize() method in AESGCMCipherTestBase
/cts/tests/tests/os/src/android/os/cts/
DStatFsTest.java32 assertTrue(stat.getBlockSize() > 0); in testStatFs()
49 assertTrue(stat.getBlockSize() > 0); in testStatFs()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java464 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
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSystemUtil.java50 return (long)statFs.getAvailableBlocks() * statFs.getBlockSize(); in getFreeDiskSize()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt33851 method @Deprecated public int getBlockSize();