devcrypto_mac_params_t

MAC algorithm parameters

Synopsis:

#include <dev/crypto/devcrypto_plugin.h>
typedef struct _devcrypto_mac_params {
    uint32_t tagsize;
} devcrypto_mac_params_t;

Data:

uint32_t tagsize

The MAC tag size in bytes.

Library:

devcr