Lines Matching refs:pHashInBuffPtr
1585 …hhash->pHashInBuffPtr += 4U * (tmp_initial_DMATransferSize_inWords - tmp_remaining_DMATransferSiz… in HAL_HASH_DMAFeed_ProcessSuspend()
1691 hhash->pHashInBuffPtr = hhash->pHashMsgBuffPtr ; /* DMA transfer start address */ in HASH_DMAXferCplt()
1728 …hhash->pHashInBuffPtr = hhash->Init.pKey ; /* address passed to DMA, now entering data message … in HASH_DMAXferCplt()
1873 hhash->pHashInBuffPtr = (uint8_t *)inputaddr; in HASH_WriteData()
2186 hhash->pHashInBuffPtr = hhash->pHashMsgBuffPtr; /* Set the input data address */ in HASH_IT()
2204 hhash->pHashInBuffPtr = hhash->Init.pKey; /* Set the key address */ in HASH_IT()
2242 inputaddr = (uint32_t)hhash->pHashInBuffPtr; in HASH_Write_Block_Data()
2261 hhash->pHashInBuffPtr += 68U; in HASH_Write_Block_Data()
2275 hhash->pHashInBuffPtr += 64U; in HASH_Write_Block_Data()
2284 inputaddr = (uint32_t)hhash->pHashInBuffPtr; in HASH_Write_Block_Data()
2403 hhash->Status = HASH_WriteData(hhash, hhash->pHashInBuffPtr, hhash->HashInCount); in HMAC_Processing()
2556 pInBuffer_tmp = (const uint8_t *)hhash->pHashInBuffPtr; in HASH_Start()
2676 …pInBuffer_tmp = (const uint8_t *)hhash->pHashInBuffPtr; /* pInBuffer_tmp is set to the input data… in HASH_Accumulate()
2825 …hhash->pHashInBuffPtr = (uint8_t *)inputaddr; /* Points at data which will be fed to the Per… in HASH_Accumulate_IT()
2907 … hhash->pHashInBuffPtr = pInBuffer; /* Points at data which will be fed to the Peripheral at in HASH_Start_IT()
2962 hhash->pHashInBuffPtr = (uint8_t *)inputaddr; in HASH_Start_IT()
2996 …hhash->pHashInBuffPtr = (uint8_t *)inputaddr; /* Points at data which will be fed to the Periphe… in HASH_Start_IT()
3089 hhash->pHashInBuffPtr = pInBuffer; /* DMA transfer start address */ in HASH_Start_DMA()
3102 inputaddr = (uint32_t)hhash->pHashInBuffPtr; /* DMA transfer start address */ in HASH_Start_DMA()
3280 hhash->pHashInBuffPtr = pInBuffer; /* Input data address, HMAC_Processing input in HMAC_Start()
3360 hhash->pHashInBuffPtr = hhash->Init.pKey ; /* Key address */ in HMAC_Start_IT()
3478 …hhash->pHashInBuffPtr = hhash->Init.pKey ; /* First address passed to DMA (key address at Step 1)… in HMAC_Start_DMA()
3503 hhash->pHashInBuffPtr = pInBuffer; /* Input message size in bytes */ in HMAC_Start_DMA()
3535 inputaddr = (uint32_t)(hhash->pHashInBuffPtr); /* Input message address */ in HMAC_Start_DMA()