Macros

#define LL_HMAC_CALCULATETYPE_HMAC   0x00000000U
 
#define LL_HMAC_CALCULATETYPE_SHA   (1UL << HMAC_CONFIG_CALCTYPE_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_HMAC_CALCULATETYPE_HMAC

#define LL_HMAC_CALCULATETYPE_HMAC   0x00000000U

HMAC mode

Definition at line 119 of file gr55xx_ll_hmac.h.

◆ LL_HMAC_CALCULATETYPE_SHA

#define LL_HMAC_CALCULATETYPE_SHA   (1UL << HMAC_CONFIG_CALCTYPE_Pos)

SHA moe

Definition at line 120 of file gr55xx_ll_hmac.h.