Home
last modified time | relevance | path

Searched refs:index_temp (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_cryp_ex.c613 uint64_t index_temp; in HAL_CRYPEx_AES_Auth() local
635 index_temp = (uint64_t)index + 16U; in HAL_CRYPEx_AES_Auth()
636 if ((hcryp->SuspendRequest == HAL_CRYP_SUSPEND) && (index_temp < headerlength)) in HAL_CRYPEx_AES_Auth()
648 hcryp->CrypInCount = (uint32_t) (hcryp->Init.HeaderSize - index_temp); in HAL_CRYPEx_AES_Auth()
700 uint64_t index_temp; in HAL_CRYPEx_AES_Auth() local
734 index_temp = (uint64_t)index + 16U; in HAL_CRYPEx_AES_Auth()
735 if ((hcryp->SuspendRequest == HAL_CRYP_SUSPEND) && (index_temp < payloadlength)) in HAL_CRYPEx_AES_Auth()
759 hcryp->CrypInCount = (uint32_t) (Size - index_temp); in HAL_CRYPEx_AES_Auth()