Searched defs:ctBuffer (Results 1 – 6 of 6) sorted by relevance
229 ByteBuffer ctBuffer = ByteBuffer.allocate(outputSize); in testByteBuffer() local256 ByteBuffer ctBuffer = ByteBuffer.wrap(backingArray); in testByteBufferAlias() local278 ByteBuffer ctBuffer = ByteBuffer.allocate(outputSize); in testReadOnlyByteBuffer() local310 ByteBuffer ctBuffer = ByteBuffer.wrap(new byte[test.ct.length + 50]); in testByteBufferWithOffset() local335 ByteBuffer ctBuffer = ByteBuffer.allocate(test.ct.length - 1); in testByteBufferTooShort() local
292 ByteBuffer ctBuffer = ByteBuffer.allocate(outputSize); in testEncryptWithEmptyArrays() local493 ByteBuffer ctBuffer = ByteBuffer.allocate(outputSize); in testByteBuffer() local530 ByteBuffer ctBuffer = ByteBuffer.wrap(backingArray); in testByteBufferAlias() local775 ByteBuffer ctBuffer = ByteBuffer.allocate(outputSize); in testReadOnlyByteBuffer() local818 ByteBuffer ctBuffer = ByteBuffer.wrap(new byte[test.ct.length + 50]); in testByteBufferWithOffset() local853 ByteBuffer ctBuffer = ByteBuffer.allocate(test.ct.length - 1); in testByteBufferTooShort() local898 ByteBuffer ctBuffer = ByteBuffer.allocate(outputSize); in testEncryptWithEmptyByteBuffer() local922 ByteBuffer ctBuffer = ByteBuffer.wrap(test.ct); in testDecryptWithEmptyBuffer() local
33 ByteBuffer ctBuffer; // contains ciphertext that has not been written to ciphertextChannel. field in StreamingAeadEncryptingChannel
33 ByteBuffer ctBuffer; // used for the ciphertext (does not buffer anything). field in StreamingAeadEncryptingStream
828 SeekableByteChannel ctBuffer = new SeekableByteBufferChannel(ByteBuffer.wrap(ciphertext)); in testEncryptDecryptString() local
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...