qcrypto_algorithm_op_uninit

Updated: April 19, 2023

Un-initialize an algorithm

Synopsis:

#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_algorithm_op_uninit)(qcrypto_state_ctx_t *sctx);

Arguments:

sctx
The algorithm state context object.

Library:

libqcrypto

Description:

This function signals that the algorithm object has been released by the user and the plugin can clean up the resources associated with it.

Returns:

QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.