HAL
__CRYP_HandleTypeDef::SizesSum is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHAL__CRYP_HandleTypeDef::SizesSum

__CRYP_HandleTypeDef::SizesSum field

Sum of successive payloads lengths (in bytes), stored for a single signature computation after several messages processing

Syntax

uint32_t SizesSum;

References

LocationReferrerText
stm32f4xx_hal_cryp.h:131
uint32_t SizesSum; /*!< Sum of successive payloads lengths (in bytes), stored
stm32f4xx_hal_cryp.c:3696CRYP_AESGCM_Process()
hcryp->SizesSum += hcryp->Size; /* Compute message total payload length */
stm32f4xx_hal_cryp.c:3704CRYP_AESGCM_Process()
hcryp->SizesSum = hcryp->Size; /* Merely store payload length */
stm32f4xx_hal_cryp.c:3709CRYP_AESGCM_Process()
hcryp->SizesSum = hcryp->Size;
stm32f4xx_hal_cryp.c:3897CRYP_AESGCM_Process_IT()
hcryp->SizesSum += hcryp->Size; /* Compute message total payload length */
stm32f4xx_hal_cryp.c:3905CRYP_AESGCM_Process_IT()
hcryp->SizesSum = hcryp->Size; /* Merely store payload length */
stm32f4xx_hal_cryp.c:3910CRYP_AESGCM_Process_IT()
hcryp->SizesSum = hcryp->Size;
stm32f4xx_hal_cryp.c:4175CRYP_AESGCM_Process_DMA()
hcryp->SizesSum += hcryp->Size; /* Compute message total payload length */
stm32f4xx_hal_cryp.c:4183CRYP_AESGCM_Process_DMA()
hcryp->SizesSum = hcryp->Size; /* Merely store payload length */
stm32f4xx_hal_cryp.c:4188CRYP_AESGCM_Process_DMA()
hcryp->SizesSum = hcryp->Size;
stm32f4xx_hal_cryp.c:4361CRYP_AESCCM_Process()
hcryp->SizesSum += hcryp->Size; /* Compute message total payload length */
stm32f4xx_hal_cryp.c:4369CRYP_AESCCM_Process()
hcryp->SizesSum = hcryp->Size; /* Merely store payload length */
stm32f4xx_hal_cryp.c:4374CRYP_AESCCM_Process()
hcryp->SizesSum = hcryp->Size;
stm32f4xx_hal_cryp.c:4783CRYP_AESCCM_Process_IT()
hcryp->SizesSum += hcryp->Size; /* Compute message total payload length */
stm32f4xx_hal_cryp.c:4791CRYP_AESCCM_Process_IT()
hcryp->SizesSum = hcryp->Size; /* Merely store payload length */
stm32f4xx_hal_cryp.c:4796CRYP_AESCCM_Process_IT()
hcryp->SizesSum = hcryp->Size;
stm32f4xx_hal_cryp.c:4944CRYP_AESCCM_Process_DMA()
hcryp->SizesSum += hcryp->Size; /* Compute message total payload length */
stm32f4xx_hal_cryp.c:4952CRYP_AESCCM_Process_DMA()
hcryp->SizesSum = hcryp->Size; /* Merely store payload length */
stm32f4xx_hal_cryp.c:4957CRYP_AESCCM_Process_DMA()
hcryp->SizesSum = hcryp->Size;
stm32f4xx_hal_cryp_ex.c:133HAL_CRYPEx_AESGCM_GenerateAuthTAG()
uint64_t inputlength = (uint64_t)hcryp->SizesSum * 8U; /* Input length in bits */

Data Use

Type of __CRYP_HandleTypeDef::SizesSum
__CRYP_HandleTypeDef::SizesSum
uint32_t
all items filtered out