STM32H735xx HAL User Manual
|
Defines | |
#define | HASH_HMAC_KEYTYPE_SHORTKEY 0x00000000U |
#define | HASH_HMAC_KEYTYPE_LONGKEY HASH_CR_LKEY |
#define HASH_HMAC_KEYTYPE_LONGKEY HASH_CR_LKEY |
HMAC Key size is > 64 bytes
Definition at line 222 of file stm32h7xx_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 221 of file stm32h7xx_hal_hash.h.