outData

Use the outData output parameter to specify the location of the output data stream after decryption. If your decryption algorithm is capable of decrypting the data stream in place, you can set the value of the outData parameter to the value of the inData parameter. If not, the outData parameter should refer to the buffer that is allocated by your routine.

As the buffer is not de-allocated by JADE, it should be a static buffer or a dynamically allocated buffer that is referenced by a static or global pointer.