STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | CRYP_KEYSIZE_128B 0x00000000U |
#define | CRYP_KEYSIZE_256B AES_CR_KEYSIZE |
#define CRYP_KEYSIZE_128B 0x00000000U |
#include <stm32f4xx_hal_cryp.h>
128-bit long key
Definition at line 264 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_SetKey().
#define CRYP_KEYSIZE_256B AES_CR_KEYSIZE |
#include <stm32f4xx_hal_cryp.h>
256-bit long key
Definition at line 265 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_SetKey().