STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#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_NONE 0x00000000U |
#include <stm32f4xx_hal_cryp.h>
No error
Definition at line 191 of file stm32f4xx_hal_cryp.h.
Referenced by HAL_CRYP_Init(), and HAL_CRYP_SetConfig().
#define HAL_CRYP_ERROR_WRITE 0x00000001U |
#include <stm32f4xx_hal_cryp.h>
Write error
Definition at line 192 of file stm32f4xx_hal_cryp.h.
Referenced by HAL_CRYP_IRQHandler().
#define HAL_CRYP_ERROR_READ 0x00000002U |
#include <stm32f4xx_hal_cryp.h>
Read error
Definition at line 193 of file stm32f4xx_hal_cryp.h.
Referenced by HAL_CRYP_IRQHandler().
#define HAL_CRYP_ERROR_DMA 0x00000004U |
#include <stm32f4xx_hal_cryp.h>
DMA error
Definition at line 194 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_DMAError(), and CRYP_SetDMAConfig().
#define HAL_CRYP_ERROR_BUSY 0x00000008U |
#include <stm32f4xx_hal_cryp.h>
Busy flag error
Definition at line 195 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_AES_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(), HAL_CRYPEx_AESGCM_GenerateAuthTAG(), HAL_CRYPEx_DisableAutoKeyDerivation(), and HAL_CRYPEx_EnableAutoKeyDerivation().
#define HAL_CRYP_ERROR_TIMEOUT 0x00000010U |
#include <stm32f4xx_hal_cryp.h>
Timeout error
Definition at line 196 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_Workaround(), HAL_CRYPEx_AESCCM_GenerateAuthTAG(), and HAL_CRYPEx_AESGCM_GenerateAuthTAG().
#define HAL_CRYP_ERROR_NOT_SUPPORTED 0x00000020U |
#include <stm32f4xx_hal_cryp.h>
Not supported mode
Definition at line 197 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_AUTH_TAG_SEQUENCE 0x00000040U |
#include <stm32f4xx_hal_cryp.h>
Sequence are not respected only for GCM or CCM
Definition at line 198 of file stm32f4xx_hal_cryp.h.
Referenced by HAL_CRYPEx_AESCCM_GenerateAuthTAG(), and HAL_CRYPEx_AESGCM_GenerateAuthTAG().