devcrypto_algorithm_op_uninit

Updated: April 19, 2023

Uninitialize an algorithm

Synopsis:

#include <dev/crypto/devcrypto_plugin.h>
typedef void(* devcrypto_algorithm_op_uninit)(devcrypto_state_ctx_t *sctx);

Arguments:

sctx
The state context.

Library:

devcr

Description:

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