Initialize a plugin
#include <dev/crypto/devcrypto_plugin.h>
typedef int(* devcrypto_plugin_op_init)(const char *opts);
This function is called to initialize the plugin and any resources that it requires. If the plugin supports options, they are passed to it as a string using the devcrypto command line option -o (option).
EOK if successful or errno if an error occurred.