devcrypto_mac_t

Updated: April 19, 2023

MAC algorithm object

Synopsis:

#include <dev/crypto/devcrypto_plugin.h>
typedef struct _devcrypto_mac {
    devcrypto_mac_params_t params;
    devcrypto_mac_ops_t ops;
} devcrypto_mac_t;

Data:

devcrypto_mac_params_t params

The MAC parameters.

devcrypto_mac_ops_t ops

The MAC functions.

Library:

devcr