HAL
CRYP_AESGCM_Process_DMA() is only used within HAL.
 
Symbols
loading...
Files
loading...

CRYP_AESGCM_Process_DMA() function

Encryption/Decryption process in AES GCM mode and prepare the authentication TAG using DMA

Syntax

static HAL_StatusTypeDef CRYP_AESGCM_Process_DMA(CRYP_HandleTypeDef *hcryp);
Implemented in stm32f4xx_hal_cryp.c:4162

Arguments

hcryp

pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module

Return value

HAL status

References

LocationReferrerText
stm32f4xx_hal_cryp.c:4162
static HAL_StatusTypeDef CRYP_AESGCM_Process_DMA(CRYP_HandleTypeDef *hcryp)
stm32f4xx_hal_cryp.c:358
static HAL_StatusTypeDef CRYP_AESGCM_Process_DMA(CRYP_HandleTypeDef *hcryp);
stm32f4xx_hal_cryp.c:1742HAL_CRYP_Encrypt_DMA()
status = CRYP_AESGCM_Process_DMA(hcryp) ;
stm32f4xx_hal_cryp.c:1938HAL_CRYP_Decrypt_DMA()
status = CRYP_AESGCM_Process_DMA(hcryp) ;

Call Tree

Functions calling CRYP_AESGCM_Process_DMA()
Functions called by CRYP_AESGCM_Process_DMA()
CRYP_AESGCM_Process_DMA()
Type of CRYP_AESGCM_Process_DMA()
CRYP_AESGCM_Process_DMA()
uint32_t
all items filtered out