|
STM32L443xx HAL User Manual
|
Defines | |
| #define | CRYP_KEYSIZE_128B ((uint32_t)0x00000000) |
| #define | CRYP_KEYSIZE_256B AES_CR_KEYSIZE |
| #define CRYP_KEYSIZE_128B ((uint32_t)0x00000000) |
128-bit long key
Definition at line 220 of file stm32l4xx_hal_cryp.h.
| #define CRYP_KEYSIZE_256B AES_CR_KEYSIZE |
256-bit long key
Definition at line 221 of file stm32l4xx_hal_cryp.h.
Referenced by CRYP_AES_IT(), CRYP_ReadKey(), CRYP_SetKey(), HAL_CRYPEx_Read_KeyRegisters(), and HAL_CRYPEx_Write_KeyRegisters().
1.7.6.1