STM32F439xx HAL User Manual
Defines
CRYP PhaseConfig
CRYPEx Exported Constants

The phases are relevant only to AES-GCM and AES-CCM. More...

Defines

#define CRYP_PHASE_INIT   0x00000000U
#define CRYP_PHASE_HEADER   CRYP_CR_GCM_CCMPH_0
#define CRYP_PHASE_PAYLOAD   CRYP_CR_GCM_CCMPH_1
#define CRYP_PHASE_FINAL   CRYP_CR_GCM_CCMPH

Detailed Description

The phases are relevant only to AES-GCM and AES-CCM.


Define Documentation

#define CRYP_PHASE_FINAL   CRYP_CR_GCM_CCMPH

Definition at line 84 of file stm32f4xx_hal_cryp_ex.h.

Referenced by HAL_CRYPEx_AESGCM_Finish().

#define CRYP_PHASE_HEADER   CRYP_CR_GCM_CCMPH_0
#define CRYP_PHASE_INIT   0x00000000U
#define CRYP_PHASE_PAYLOAD   CRYP_CR_GCM_CCMPH_1