STM32F479xx HAL User Manual
Defines
HMAC key length type
HASH Exported Constants

Defines

#define HASH_HMAC_KEYTYPE_SHORTKEY   0x00000000U
#define HASH_HMAC_KEYTYPE_LONGKEY   HASH_CR_LKEY

Define Documentation

#define HASH_HMAC_KEYTYPE_LONGKEY   HASH_CR_LKEY

HMAC Key size is > 64 bytes

Definition at line 223 of file stm32f4xx_hal_hash.h.

Referenced by HMAC_Start(), HMAC_Start_DMA(), and HMAC_Start_IT().

#define HASH_HMAC_KEYTYPE_SHORTKEY   0x00000000U

HMAC Key size is <= 64 bytes

Definition at line 222 of file stm32f4xx_hal_hash.h.