CARME-M4 BSP
V1.5
|
Macros | |
#define | CRYP_Phase_Init ((uint32_t)0x00000000) |
#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 |
#define | IS_CRYP_PHASE(PHASE) |
#define CRYP_Phase_Init ((uint32_t)0x00000000) |
< The phases are valid only for AES-GCM and AES-CCM modes
Definition at line 175 of file stm32f4xx_cryp.h.
#define IS_CRYP_PHASE | ( | PHASE | ) |
Definition at line 180 of file stm32f4xx_cryp.h.