devcrypto_algorithm_op_uninit
QNX SDP8.0QNX OS System Security GuideAPIConfiguration
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:
devcrDescription:
This function signals that the user has released the algorithm object and the plugin can clean up the resources associated with it.
Page updated: