STM32F479xx HAL User Manual
Defines
CRYP Key Size
CRYP Exported Constants

Defines

#define CRYP_KEYSIZE_128B   0x00000000U
#define CRYP_KEYSIZE_192B   CRYP_CR_KEYSIZE_0
#define CRYP_KEYSIZE_256B   CRYP_CR_KEYSIZE_1

Define Documentation

#define CRYP_KEYSIZE_128B   0x00000000U

Definition at line 261 of file stm32f4xx_hal_cryp.h.

Referenced by CRYP_SetKey().

#define CRYP_KEYSIZE_192B   CRYP_CR_KEYSIZE_0

Definition at line 262 of file stm32f4xx_hal_cryp.h.

Referenced by CRYP_SetKey().

#define CRYP_KEYSIZE_256B   CRYP_CR_KEYSIZE_1

Definition at line 263 of file stm32f4xx_hal_cryp.h.

Referenced by CRYP_SetKey().