Searched refs:outputBuffer (Results 1 – 3 of 3) sorted by relevance
229 jlong outputBuffer, jint outputLen, in Deflater_deflateBytesBuffer() argument241 output = jlong_to_ptr(outputBuffer); in Deflater_deflateBytesBuffer()279 jlong outputBuffer, jint outputLen, in Deflater_deflateBufferBuffer() argument283 jbyte *output = jlong_to_ptr(outputBuffer); in Deflater_deflateBufferBuffer()
225 jlong outputBuffer, jint outputLen) in Inflater_inflateBytesBuffer() argument237 output = jlong_to_ptr(outputBuffer); in Inflater_inflateBytesBuffer()274 jlong outputBuffer, jint outputLen) in Inflater_inflateBufferBuffer() argument277 jbyte *output = jlong_to_ptr(outputBuffer); in Inflater_inflateBufferBuffer()
411 ByteBuffer outputBuffer = new MockNonArrayBackedByteBuffer(10, false); in testCrypt_outputSizeUpdatedAfterShortBufferException() local437 cipherSpi.engineUpdate(inputBuffer, outputBuffer); in testCrypt_outputSizeUpdatedAfterShortBufferException()