72#define PSA_MAC_OPERATION_INIT { 0 }
Algorithm definitions for the PSA Crypto API.
uint32_t psa_algorithm_t
Encoding of a cryptographic algorithm.
Structure containing a MAC operation context.
psa_algorithm_t alg
MAC algorithm used for multi-part MAC operations.
#define PSA_MAC_OPERATION_INIT
This macro returns a suitable initializer for a MAC operation object of type psa_mac_operation_t.
static psa_mac_operation_t psa_mac_operation_init(void)
Return an initial value for a MAC operation object.
struct psa_mac_operation_s psa_mac_operation_t
The type of the state object for multi-part MAC operations.