Home > |
---|
#include “fmciphobj.h”
int (*Free)(struct CipherObj * ctx);
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.
Parameter |
Description |
---|---|
ctx
|
The address of the cipher object to be freed. |
None