| Updated: October 28, 2024 |
Finalize a MAC algorithm state
#include <dev/crypto/devcrypto_plugin.h>
typedef int(* devcrypto_mac_op_final)(devcrypto_state_ctx_t *sctx,
uint8_t *mac,
uint32_t *size);
EOK if successful or errno if an error occurred.