STM32F479xx HAL User Manual
|
Defines | |
#define | CRYP_KEYIVCONFIG_ALWAYS 0x00000000U |
#define | CRYP_KEYIVCONFIG_ONCE 0x00000001U |
#define CRYP_KEYIVCONFIG_ALWAYS 0x00000000U |
Peripheral Key and IV configuration to do systematically
Definition at line 342 of file stm32f4xx_hal_cryp.h.
#define CRYP_KEYIVCONFIG_ONCE 0x00000001U |
Peripheral Key and IV configuration to do only once
Definition at line 343 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_AES_Decrypt(), CRYP_AES_Decrypt_DMA(), CRYP_AES_Decrypt_IT(), CRYP_AES_Encrypt(), CRYP_AES_Encrypt_IT(), CRYP_AESCCM_Process(), CRYP_AESCCM_Process_DMA(), CRYP_AESCCM_Process_IT(), CRYP_AESGCM_Process(), CRYP_AESGCM_Process_DMA(), CRYP_AESGCM_Process_IT(), and HAL_CRYP_Encrypt_DMA().