STM32F479xx HAL User Manual
|
Defines | |
#define | HAL_CRYP_ERROR_NONE 0x00000000U |
#define | HAL_CRYP_ERROR_WRITE 0x00000001U |
#define | HAL_CRYP_ERROR_READ 0x00000002U |
#define | HAL_CRYP_ERROR_DMA 0x00000004U |
#define | HAL_CRYP_ERROR_BUSY 0x00000008U |
#define | HAL_CRYP_ERROR_TIMEOUT 0x00000010U |
#define | HAL_CRYP_ERROR_NOT_SUPPORTED 0x00000020U |
#define | HAL_CRYP_ERROR_AUTH_TAG_SEQUENCE 0x00000040U |
#define | HAL_CRYP_ERROR_INVALID_CALLBACK ((uint32_t)0x00000080U) |
#define HAL_CRYP_ERROR_AUTH_TAG_SEQUENCE 0x00000040U |
Sequence are not respected only for GCM or CCM
Definition at line 199 of file stm32f4xx_hal_cryp.h.
Referenced by HAL_CRYPEx_AESCCM_GenerateAuthTAG(), and HAL_CRYPEx_AESGCM_GenerateAuthTAG().
#define HAL_CRYP_ERROR_BUSY 0x00000008U |
Busy flag error
Definition at line 196 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_AES_IT(), CRYP_TDES_IT(), HAL_CRYP_Decrypt(), HAL_CRYP_Decrypt_DMA(), HAL_CRYP_Decrypt_IT(), HAL_CRYP_Encrypt(), HAL_CRYP_Encrypt_DMA(), HAL_CRYP_Encrypt_IT(), HAL_CRYP_GetConfig(), HAL_CRYP_SetConfig(), HAL_CRYPEx_AESCCM_GenerateAuthTAG(), and HAL_CRYPEx_AESGCM_GenerateAuthTAG().
#define HAL_CRYP_ERROR_DMA 0x00000004U |
DMA error
Definition at line 195 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_DMAError(), and CRYP_SetDMAConfig().
#define HAL_CRYP_ERROR_INVALID_CALLBACK ((uint32_t)0x00000080U) |
Invalid Callback error
Definition at line 201 of file stm32f4xx_hal_cryp.h.
Referenced by HAL_CRYP_RegisterCallback(), and HAL_CRYP_UnRegisterCallback().
#define HAL_CRYP_ERROR_NONE 0x00000000U |
No error
Definition at line 192 of file stm32f4xx_hal_cryp.h.
Referenced by HAL_CRYP_Init(), and HAL_CRYP_SetConfig().
#define HAL_CRYP_ERROR_NOT_SUPPORTED 0x00000020U |
Not supported mode
Definition at line 198 of file stm32f4xx_hal_cryp.h.
Referenced by HAL_CRYP_Decrypt(), HAL_CRYP_Decrypt_DMA(), HAL_CRYP_Decrypt_IT(), HAL_CRYP_Encrypt(), HAL_CRYP_Encrypt_DMA(), and HAL_CRYP_Encrypt_IT().
#define HAL_CRYP_ERROR_READ 0x00000002U |
Read error
Definition at line 194 of file stm32f4xx_hal_cryp.h.
Referenced by HAL_CRYP_IRQHandler().
#define HAL_CRYP_ERROR_TIMEOUT 0x00000010U |
Timeout error
Definition at line 197 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_AES_Decrypt(), CRYP_AES_Decrypt_DMA(), CRYP_AES_Decrypt_IT(), CRYP_AES_ProcessData(), CRYP_AESCCM_Process(), CRYP_AESCCM_Process_DMA(), CRYP_AESCCM_Process_IT(), CRYP_AESGCM_Process(), CRYP_AESGCM_Process_DMA(), CRYP_AESGCM_Process_IT(), CRYP_GCMCCM_SetHeaderPhase(), CRYP_GCMCCM_SetHeaderPhase_DMA(), CRYP_TDES_Process(), CRYP_Workaround(), HAL_CRYPEx_AESCCM_GenerateAuthTAG(), and HAL_CRYPEx_AESGCM_GenerateAuthTAG().
#define HAL_CRYP_ERROR_WRITE 0x00000001U |
Write error
Definition at line 193 of file stm32f4xx_hal_cryp.h.
Referenced by HAL_CRYP_IRQHandler().