Lines Matching refs:index

4135   uint32_t index ;  in CRYP_AESGCM_Process()  local
4392 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
4399 while (index < 4U) in CRYP_AESGCM_Process()
4402 index++; in CRYP_AESGCM_Process()
4429 for (index = 0U; index < 4U; index++) in CRYP_AESGCM_Process()
4433 temp[index] = ((CRYP_TypeDef *)(hcryp->Instance))->DOUT; in CRYP_AESGCM_Process()
4455 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
4460 while (index < 4U) in CRYP_AESGCM_Process()
4464 index++; in CRYP_AESGCM_Process()
4482 for (index = 0U; index < 4U; index++) in CRYP_AESGCM_Process()
4486 temp[index] = ((SAES_TypeDef *)(hcryp->Instance))->DOUTR; in CRYP_AESGCM_Process()
4490 for (index = 0U; index < lastwordsize; index++) in CRYP_AESGCM_Process()
4492 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp[index]; in CRYP_AESGCM_Process()
4984 uint32_t index; in CRYP_AESGCM_Process_DMA() local
5195 for (index = 0; index < lastwordsize; index ++) in CRYP_AESGCM_Process_DMA()
5202 while (index < 4U) in CRYP_AESGCM_Process_DMA()
5205 index++; in CRYP_AESGCM_Process_DMA()
5235 for (index = 0U; index < 4U; index++) in CRYP_AESGCM_Process_DMA()
5239 temp[index] = ((CRYP_TypeDef *)(hcryp->Instance))->DOUT; in CRYP_AESGCM_Process_DMA()
5266 for (index = 0; index < lastwordsize; index ++) in CRYP_AESGCM_Process_DMA()
5273 while (index < 4U) in CRYP_AESGCM_Process_DMA()
5276 index++; in CRYP_AESGCM_Process_DMA()
5303 for (index = 0U; index < 4U; index++) in CRYP_AESGCM_Process_DMA()
5307 temp[index] = ((SAES_TypeDef *)(hcryp->Instance))->DOUTR; in CRYP_AESGCM_Process_DMA()
5312 for (index = 0; index < lastwordsize; index++) in CRYP_AESGCM_Process_DMA()
5314 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESGCM_Process_DMA()
5344 uint32_t index ; in CRYP_AESCCM_Process() local
5589 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESCCM_Process()
5596 while (index < 4U) in CRYP_AESCCM_Process()
5599 index++; in CRYP_AESCCM_Process()
5626 for (index = 0U; index < 4U; index++) in CRYP_AESCCM_Process()
5630 temp[index] = ((CRYP_TypeDef *)(hcryp->Instance))->DOUT; in CRYP_AESCCM_Process()
5632 for (index = 0; index < lastwordsize; index++) in CRYP_AESCCM_Process()
5634 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESCCM_Process()
5667 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESCCM_Process()
5674 while (index < 4U) in CRYP_AESCCM_Process()
5677 index++; in CRYP_AESCCM_Process()
5702 for (index = 0U; index < 4U; index++) in CRYP_AESCCM_Process()
5706 temp[index] = ((SAES_TypeDef *)(hcryp->Instance))->DOUTR; in CRYP_AESCCM_Process()
5708 for (index = 0U; index < lastwordsize; index++) in CRYP_AESCCM_Process()
5710 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESCCM_Process()
6173 uint32_t index; in CRYP_AESCCM_Process_DMA() local
6392 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESCCM_Process_DMA()
6399 while (index < 4U) in CRYP_AESCCM_Process_DMA()
6402 index++; in CRYP_AESCCM_Process_DMA()
6427 for (index = 0U; index < 4U; index++) in CRYP_AESCCM_Process_DMA()
6431 temp[index] = ((CRYP_TypeDef *)(hcryp->Instance))->DOUT; in CRYP_AESCCM_Process_DMA()
6457 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESCCM_Process_DMA()
6464 while (index < 4U) in CRYP_AESCCM_Process_DMA()
6467 index++; in CRYP_AESCCM_Process_DMA()
6493 for (index = 0U; index < 4U; index++) in CRYP_AESCCM_Process_DMA()
6497 temp[index] = ((SAES_TypeDef *)(hcryp->Instance))->DOUTR; in CRYP_AESCCM_Process_DMA()
6502 for (index = 0; index < lastwordsize; index++) in CRYP_AESCCM_Process_DMA()
6504 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESCCM_Process_DMA()