Free

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.

Synopsis

#include “fmciphobj.h”
int (*Free)(struct CipherObj * ctx);
Parameter Description
ctx The address of the cipher object to be freed.

Return Value

None