Free
Synopsis
#include “fmciphobj.h”
int (*Free)(struct CipherObj * ctx);
Description
This function must be used for all cipher objects that are no longer required to free all of its resources. The cipher object must not be used after this function returns.
Parameters
Parameter |
Description |
---|---|
ctx
|
The address of the cipher object to be freed. |
Return Value
None