MAC algorithm parameters
#include <dev/crypto/devcrypto_plugin.h>
typedef struct _devcrypto_mac_params { uint32_t tagsize; } devcrypto_mac_params_t;
The MAC tag size in bytes.