STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | CRYP_KEYIVCONFIG_ALWAYS 0x00000000U |
#define | CRYP_KEYIVCONFIG_ONCE 0x00000001U |
#define CRYP_KEYIVCONFIG_ALWAYS 0x00000000U |
#include <stm32f4xx_hal_cryp.h>
Peripheral Key and IV configuration to do systematically
Definition at line 341 of file stm32f4xx_hal_cryp.h.
#define CRYP_KEYIVCONFIG_ONCE 0x00000001U |
#include <stm32f4xx_hal_cryp.h>
Peripheral Key and IV configuration to do only once
Definition at line 342 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().