#include <nitro/crypto.h>
s32 CRYPTO_RSA_SignTerminate(CRYPTORSASignContext *context);
context |
Specifies the address of the CRYPTORSASignContext structure that was initialized by the CRYPTO_RSA_SignInit function. |
Returns one of the following process results.
0 |
The termination process succeeded |
-1 |
The termination process failed |
Performs processing to end digital signature creation. Be sure to run this when you have finished, as failing to do so can cause a memory leak.
CRYPTO_RSA_SignInit, CRYPTO_RSA_Sign
2008/04/17 Initial version.
CONFIDENTIAL