+ Collaboration diagram for Structures:

Classes

struct  app_hmac_evt_t
 HMAC event structure definition. More...
 
struct  hmac_env_t
 HMAC event structure definition. More...
 
struct  app_hmac_params_t
 HMAC parameters structure definition. More...
 

Typedefs

typedef void(* app_hmac_evt_handler_t) (app_hmac_evt_t *p_evt)
 HMAC event callback definition. More...
 

Enumerations

enum  app_hmac_state_t { APP_HMAC_INVALID = 0, APP_HMAC_ACTIVITY }
 App hmac state types. More...
 

Detailed Description

Typedef Documentation

◆ app_hmac_evt_handler_t

typedef void(* app_hmac_evt_handler_t) (app_hmac_evt_t *p_evt)

HMAC event callback definition.

Definition at line 106 of file app_hmac.h.

Enumeration Type Documentation

◆ app_hmac_state_t

App hmac state types.

Enumerator
APP_HMAC_INVALID 
APP_HMAC_ACTIVITY 

Definition at line 109 of file app_hmac.h.