qcrypto_algorithm_op_uninit
QNX SDP8.0QNX OS System Security GuideAPIConfiguration
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:
libqcryptoDescription:
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.
Page updated: