Initialize a MAC algorithm state
#include <dev/crypto/devcrypto_plugin.h>
typedef int(* devcrypto_mac_op_init)(devcrypto_state_ctx_t *sctx, const uint8_t *key, uint32_t keysize);
EOK if successful or errno if an error occurred.