MAC algorithm functions
#include <dev/crypto/devcrypto_plugin.h>
typedef struct _devcrypto_mac_ops {
devcrypto_mac_op_init init;
devcrypto_mac_op_update update;
devcrypto_mac_op_final final;
} devcrypto_mac_ops_t;
The MAC initialization function.
The MAC encryption function.
The MAC finalization function.