Home
last modified time | relevance | path

Searched defs:ctBuffer (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/testcases/
H A DAesGcmTest.java229 ByteBuffer ctBuffer = ByteBuffer.allocate(outputSize); in testByteBuffer() local
256 ByteBuffer ctBuffer = ByteBuffer.wrap(backingArray); in testByteBufferAlias() local
278 ByteBuffer ctBuffer = ByteBuffer.allocate(outputSize); in testReadOnlyByteBuffer() local
310 ByteBuffer ctBuffer = ByteBuffer.wrap(new byte[test.ct.length + 50]); in testByteBufferWithOffset() local
335 ByteBuffer ctBuffer = ByteBuffer.allocate(test.ct.length - 1); in testByteBufferTooShort() local
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
H A DAesGcmTest.java292 ByteBuffer ctBuffer = ByteBuffer.allocate(outputSize); in testEncryptWithEmptyArrays() local
493 ByteBuffer ctBuffer = ByteBuffer.allocate(outputSize); in testByteBuffer() local
530 ByteBuffer ctBuffer = ByteBuffer.wrap(backingArray); in testByteBufferAlias() local
775 ByteBuffer ctBuffer = ByteBuffer.allocate(outputSize); in testReadOnlyByteBuffer() local
818 ByteBuffer ctBuffer = ByteBuffer.wrap(new byte[test.ct.length + 50]); in testByteBufferWithOffset() local
853 ByteBuffer ctBuffer = ByteBuffer.allocate(test.ct.length - 1); in testByteBufferTooShort() local
898 ByteBuffer ctBuffer = ByteBuffer.allocate(outputSize); in testEncryptWithEmptyByteBuffer() local
922 ByteBuffer ctBuffer = ByteBuffer.wrap(test.ct); in testDecryptWithEmptyBuffer() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
H A DStreamingAeadEncryptingChannel.java33 ByteBuffer ctBuffer; // contains ciphertext that has not been written to ciphertextChannel. field in StreamingAeadEncryptingChannel
H A DStreamingAeadEncryptingStream.java33 ByteBuffer ctBuffer; // used for the ciphertext (does not buffer anything). field in StreamingAeadEncryptingStream
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
H A DStreamingTestUtil.java828 SeekableByteChannel ctBuffer = new SeekableByteBufferChannel(ByteBuffer.wrap(ciphertext)); in testEncryptDecryptString() local
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...