Home
last modified time | relevance | path

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

/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_hash.c1995 uint32_t inputcounter; in HASH_Write_Block_Data() local
2045 inputcounter = hhash->HashInCount; in HASH_Write_Block_Data()
2050 for(buffercounter = 0U; buffercounter < ((inputcounter+3U)/4U); buffercounter++) in HASH_Write_Block_Data()
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_hash.c2170 uint32_t inputcounter; in HASH_Write_Block_Data() local
2220 inputcounter = hhash->HashInCount; in HASH_Write_Block_Data()
2225 for (buffercounter = 0U; buffercounter < ((inputcounter + 3U) / 4U); buffercounter++) in HASH_Write_Block_Data()
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hash.c2178 uint32_t inputcounter; in HASH_Write_Block_Data() local
2228 inputcounter = hhash->HashInCount; in HASH_Write_Block_Data()
2233 for (buffercounter = 0U; buffercounter < ((inputcounter + 3U) / 4U); buffercounter++) in HASH_Write_Block_Data()
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_hash.c2170 uint32_t inputcounter; in HASH_Write_Block_Data() local
2220 inputcounter = hhash->HashInCount; in HASH_Write_Block_Data()
2225 for (buffercounter = 0U; buffercounter < ((inputcounter + 3U) / 4U); buffercounter++) in HASH_Write_Block_Data()
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_hash.c2170 uint32_t inputcounter; in HASH_Write_Block_Data() local
2220 inputcounter = hhash->HashInCount; in HASH_Write_Block_Data()
2225 for (buffercounter = 0U; buffercounter < ((inputcounter + 3U) / 4U); buffercounter++) in HASH_Write_Block_Data()
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_hash.c2102 uint32_t inputcounter; in HASH_Write_Block_Data() local
2152 inputcounter = hhash->HashInCount; in HASH_Write_Block_Data()
2157 for (buffercounter = 0U; buffercounter < ((inputcounter + 3U) / 4U); buffercounter++) in HASH_Write_Block_Data()
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hash.c2189 uint32_t inputcounter; in HASH_Write_Block_Data() local
2239 inputcounter = hhash->HashInCount; in HASH_Write_Block_Data()
2244 for (buffercounter = 0U; buffercounter < ((inputcounter + 3U) / 4U); buffercounter++) in HASH_Write_Block_Data()
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_hash.c2183 uint32_t inputcounter; in HASH_Write_Block_Data() local
2233 inputcounter = hhash->HashInCount; in HASH_Write_Block_Data()
2238 for (buffercounter = 0U; buffercounter < ((inputcounter + 3U) / 4U); buffercounter++) in HASH_Write_Block_Data()