STM32F439xx HAL User Manual
Defines
HASH HMAC Long key
HASH Exported Constants

HASH HMAC Long key used only for HMAC mode. More...

Defines

#define HASH_HMAC_KEYTYPE_SHORTKEY   0x00000000U
#define HASH_HMAC_KEYTYPE_LONGKEY   HASH_CR_LKEY

Detailed Description

HASH HMAC Long key used only for HMAC mode.


Define Documentation

#define HASH_HMAC_KEYTYPE_LONGKEY   HASH_CR_LKEY
#define HASH_HMAC_KEYTYPE_SHORTKEY   0x00000000U

HMAC Key is <= 64 bytes

Definition at line 190 of file stm32f4xx_hal_hash.h.