Loading...
Searching...
No Matches
types.h File Reference

MAC type definitions for the PSA Crypto API. More...

Detailed Description

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  psa_mac_operation_s
 Structure storing a MAC operation context. More...
 
#define PSA_MAC_OPERATION_INIT   { 0 }
 This macro returns a suitable initializer for a MAC operation object of type psa_mac_operation_t.
 
typedef struct psa_mac_operation_s psa_mac_operation_t
 The type of the state object for multi-part MAC operations.
 
static psa_mac_operation_t psa_mac_operation_init (void)
 Return an initial value for a MAC operation object.
 

Macro Definition Documentation

◆ PSA_MAC_OPERATION_INIT

#define PSA_MAC_OPERATION_INIT   { 0 }

This macro returns a suitable initializer for a MAC operation object of type psa_mac_operation_t.

Definition at line 72 of file types.h.

Typedef Documentation

◆ psa_mac_operation_t

The type of the state object for multi-part MAC operations.

Before calling any function on a MAC operation object, the application must initialize it by any of the following means:

Definition at line 66 of file types.h.

Function Documentation

◆ psa_mac_operation_init()

static psa_mac_operation_t psa_mac_operation_init ( void )
inlinestatic

Return an initial value for a MAC operation object.

Returns
psa_mac_operation_t

Definition at line 79 of file types.h.