| Updated: October 28, 2024 |
MAC functions
#include <qcrypto/qcrypto_plugin.h>
typedef struct _qcrypto_mac_ops {
qcrypto_mac_op_init init;
qcrypto_mac_op_update update;
qcrypto_mac_op_final final;
} qcrypto_mac_ops_t;
The MAC initialization function.
The MAC encryption function.
The MAC finalization function.