releaseOutput
Releases the PSM calculation result and the reveal result of the basic operators.
void releaseOutput(
DG_TeeOutput **output
)
Parameters
Parameter |
Description |
Value Range |
Input/Output |
|---|---|---|---|
output |
PSM calculation result and reveal result of the basic operators |
It is not null as a single pointer or a double pointer. |
Input |
Return Values
None
Error Codes
None
Dependency
None
Example
#include "data_guard_mpc.h" // psmOpts is the result of the successful DG_InitPsmOpts call, and output is the result of the calculate API. psmOpts.releaseOutput(&output);
Calculation result: no return value
- Call the releaseOutput API using the psmOpts output of the successful DG_InitPsmOpts call.
- You can call this API to release the output of the calculate API.
Parent topic: PSM Operator