Updated: October 28, 2024 |
Un-initialize an algorithm
#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_algorithm_op_uninit)(qcrypto_state_ctx_t *sctx);
This function signals that the algorithm object has been released by the user and the plugin can clean up the resources associated with it.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.