Macros

#define LL_HMAC_HASH_STANDARD   0x00000000U
 
#define LL_HMAC_HASH_USER   (1UL << HMAC_CFG_HASH_POS)
 

Detailed Description

Macro Definition Documentation

◆ LL_HMAC_HASH_STANDARD

#define LL_HMAC_HASH_STANDARD   0x00000000U

Standard Mode

Definition at line 112 of file ll_hmac.h.

◆ LL_HMAC_HASH_USER

#define LL_HMAC_HASH_USER   (1UL << HMAC_CFG_HASH_POS)

User Mode

Definition at line 113 of file ll_hmac.h.