Searched refs:subarray (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | BlockCipherTestBase.java | 588 update(subarray(input, 0, getBlockSize() * 3 / 2)), in assertDoFinalResetsCipher() 589 doFinal(subarray(input, getBlockSize() * 3 / 2, input.length)))); in assertDoFinalResetsCipher() 730 subarray(expectedCiphertext, plaintext.length, expectedCiphertext.length); in testKatEncryptOneByteAtATime() 747 subarray( in testKatEncryptOneByteAtATime() 763 subarray(expectedCiphertext, ciphertextIndex, expectedCiphertext.length); in testKatEncryptOneByteAtATime() 811 subarray(expectedPlaintext, plaintextIndex, plaintextIndex + blockSize), in testKatDecryptOneByteAtATime() 824 subarray(expectedPlaintext, plaintextIndex, expectedPlaintext.length); in testKatDecryptOneByteAtATime() 989 byte[] basePlaintext = subarray(getKatPlaintext(), 0, blockSize); in testGeneratedPadding() 990 byte[] baseCiphertext = subarray(getKatCiphertext(), 0, blockSize); in testGeneratedPadding() 1014 subarray(ciphertext, 0, baseCiphertext.length)); in testGeneratedPadding() [all …]
|
D | TestUtils.java | 814 return subarray(arr2, offset2, len2); in concat() 816 return subarray(arr1, offset1, len1); in concat() 828 static byte[] subarray(byte[] arr, int offset, int len) { in subarray() method in TestUtils 908 return TestUtils.subarray(value, 1, value.length - 1); in removeLeadingZeroByteIfPresent()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | gbemu.js | 443 return this.outputBuffer.subarray(0, sliceAmount); 884 return audioContextSampleBuffer.subarray(0, audioBufferSize);
|