qcrypto_plugin_op_init

Updated: October 28, 2024

Initialize a plugin

Synopsis:

#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_plugin_op_init)(void);

Library:

libqcrypto

Returns:

QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.

  翻译: