CRYPTO_RSA_SignTerminate

Syntax


#include <nitro/crypto.h>

s32 CRYPTO_RSA_SignTerminate(CRYPTORSASignContext *context);
		

Arguments

context Specifies the address of the CRYPTORSASignContext structure that was initialized by the CRYPTO_RSA_SignInit function.

Return Values

Returns one of the following process results.

0 The termination process succeeded
-1 The termination process failed

Description

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.

See Also

CRYPTO_RSA_SignInit, CRYPTO_RSA_Sign

Revision History

2008/04/17 Initial version.


CONFIDENTIAL