HAL
HASH_HandleTypeDef::pHashInBuffPtr is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHASH_HandleTypeDef::pHashInBuffPtr

HASH_HandleTypeDef::pHashInBuffPtr field

Pointer to input buffer

Syntax

uint8_t *pHashInBuffPtr;

References

LocationReferrerText
stm32f4xx_hal_hash.h:120
uint8_t *pHashInBuffPtr; /*!< Pointer to input buffer */
stm32f4xx_hal_hash.c:1610HAL_HASH_DMAFeed_ProcessSuspend()
hhash->pHashInBuffPtr += 4U * (tmp_initial_DMATransferSize_inWords - tmp_remaining_DMATransferSize_inWords) ;
stm32f4xx_hal_hash.c:1716HASH_DMAXferCplt()
hhash->pHashInBuffPtr = hhash->pHashMsgBuffPtr ; /* DMA transfer start address */
stm32f4xx_hal_hash.c:1755HASH_DMAXferCplt()
hhash->pHashInBuffPtr = hhash->Init.pKey ; /* address passed to DMA, now entering data message */
stm32f4xx_hal_hash.c:1860HASH_WriteData()
hhash->pHashInBuffPtr = (uint8_t *)inputaddr;
stm32f4xx_hal_hash.c:2133HASH_IT()
hhash->pHashInBuffPtr = hhash->pHashMsgBuffPtr; /* Set the input data address */
stm32f4xx_hal_hash.c:2151HASH_IT()
hhash->pHashInBuffPtr = hhash->Init.pKey; /* Set the key address */
stm32f4xx_hal_hash.c:2189HASH_Write_Block_Data()
inputaddr = (uint32_t)hhash->pHashInBuffPtr;
stm32f4xx_hal_hash.c:2208HASH_Write_Block_Data()
hhash->pHashInBuffPtr += 68U;
stm32f4xx_hal_hash.c:2222HASH_Write_Block_Data()
hhash->pHashInBuffPtr += 64U;
stm32f4xx_hal_hash.c:2231HASH_Write_Block_Data()
inputaddr = (uint32_t)hhash->pHashInBuffPtr;
stm32f4xx_hal_hash.c:2350HMAC_Processing()
stm32f4xx_hal_hash.c:2503HASH_Start()
pInBuffer_tmp = hhash->pHashInBuffPtr;
stm32f4xx_hal_hash.c:2623HASH_Accumulate()
pInBuffer_tmp = hhash->pHashInBuffPtr; /* pInBuffer_tmp is set to the input data address */
stm32f4xx_hal_hash.c:2772HASH_Accumulate_IT()
hhash->pHashInBuffPtr = (uint8_t *)inputaddr; /* Points at data which will be fed to the Peripheral at
stm32f4xx_hal_hash.c:2854HASH_Start_IT()
hhash->pHashInBuffPtr = pInBuffer; /* Points at data which will be fed to the Peripheral at
stm32f4xx_hal_hash.c:2909HASH_Start_IT()
hhash->pHashInBuffPtr = (uint8_t *)inputaddr;
stm32f4xx_hal_hash.c:3028HASH_Start_DMA()
hhash->pHashInBuffPtr = pInBuffer; /* DMA transfer start address */
stm32f4xx_hal_hash.c:3041HASH_Start_DMA()
inputaddr = (uint32_t)hhash->pHashInBuffPtr; /* DMA transfer start address */
stm32f4xx_hal_hash.c:3191HMAC_Start()
hhash->pHashInBuffPtr = pInBuffer; /* Input data address, HMAC_Processing input
stm32f4xx_hal_hash.c:3271HMAC_Start_IT()
hhash->pHashInBuffPtr = hhash->Init.pKey ; /* Key address */
stm32f4xx_hal_hash.c:3403HMAC_Start_DMA()
hhash->pHashInBuffPtr = hhash->Init.pKey ; /* First address passed to DMA (key address at Step 1) */
stm32f4xx_hal_hash.c:3428HMAC_Start_DMA()
hhash->pHashInBuffPtr = pInBuffer; /* Input message size in bytes */
stm32f4xx_hal_hash.c:3462HMAC_Start_DMA()
inputaddr = (uint32_t)(hhash->pHashInBuffPtr); /* Input message address */

Data Use

Type of HASH_HandleTypeDef::pHashInBuffPtr
HASH_HandleTypeDef::pHashInBuffPtr
uint8_t
all items filtered out