Lines Matching refs:index

4119   uint32_t index ;  in CRYP_AESGCM_Process()  local
4376 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
4383 while (index < 4U) in CRYP_AESGCM_Process()
4386 index++; in CRYP_AESGCM_Process()
4413 for (index = 0U; index < 4U; index++) in CRYP_AESGCM_Process()
4417 temp[index] = ((CRYP_TypeDef *)(hcryp->Instance))->DOUT; in CRYP_AESGCM_Process()
4439 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
4444 while (index < 4U) in CRYP_AESGCM_Process()
4448 index++; in CRYP_AESGCM_Process()
4466 for (index = 0U; index < 4U; index++) in CRYP_AESGCM_Process()
4470 temp[index] = ((SAES_TypeDef *)(hcryp->Instance))->DOUTR; in CRYP_AESGCM_Process()
4474 for (index = 0U; index < lastwordsize; index++) in CRYP_AESGCM_Process()
4476 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp[index]; in CRYP_AESGCM_Process()
4965 uint32_t index; in CRYP_AESGCM_Process_DMA() local
5176 for (index = 0; index < lastwordsize; index ++) in CRYP_AESGCM_Process_DMA()
5183 while (index < 4U) in CRYP_AESGCM_Process_DMA()
5186 index++; in CRYP_AESGCM_Process_DMA()
5216 for (index = 0U; index < 4U; index++) in CRYP_AESGCM_Process_DMA()
5220 temp[index] = ((CRYP_TypeDef *)(hcryp->Instance))->DOUT; in CRYP_AESGCM_Process_DMA()
5247 for (index = 0; index < lastwordsize; index ++) in CRYP_AESGCM_Process_DMA()
5254 while (index < 4U) in CRYP_AESGCM_Process_DMA()
5257 index++; in CRYP_AESGCM_Process_DMA()
5284 for (index = 0U; index < 4U; index++) in CRYP_AESGCM_Process_DMA()
5288 temp[index] = ((SAES_TypeDef *)(hcryp->Instance))->DOUTR; in CRYP_AESGCM_Process_DMA()
5293 for (index = 0; index < lastwordsize; index++) in CRYP_AESGCM_Process_DMA()
5295 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESGCM_Process_DMA()
5325 uint32_t index ; in CRYP_AESCCM_Process() local
5570 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESCCM_Process()
5577 while (index < 4U) in CRYP_AESCCM_Process()
5580 index++; in CRYP_AESCCM_Process()
5607 for (index = 0U; index < 4U; index++) in CRYP_AESCCM_Process()
5611 temp[index] = ((CRYP_TypeDef *)(hcryp->Instance))->DOUT; in CRYP_AESCCM_Process()
5613 for (index = 0; index < lastwordsize; index++) in CRYP_AESCCM_Process()
5615 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESCCM_Process()
5648 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESCCM_Process()
5655 while (index < 4U) in CRYP_AESCCM_Process()
5658 index++; in CRYP_AESCCM_Process()
5683 for (index = 0U; index < 4U; index++) in CRYP_AESCCM_Process()
5687 temp[index] = ((SAES_TypeDef *)(hcryp->Instance))->DOUTR; in CRYP_AESCCM_Process()
5689 for (index = 0U; index < lastwordsize; index++) in CRYP_AESCCM_Process()
5691 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESCCM_Process()
6154 uint32_t index; in CRYP_AESCCM_Process_DMA() local
6373 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESCCM_Process_DMA()
6380 while (index < 4U) in CRYP_AESCCM_Process_DMA()
6383 index++; in CRYP_AESCCM_Process_DMA()
6408 for (index = 0U; index < 4U; index++) in CRYP_AESCCM_Process_DMA()
6412 temp[index] = ((CRYP_TypeDef *)(hcryp->Instance))->DOUT; in CRYP_AESCCM_Process_DMA()
6438 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESCCM_Process_DMA()
6445 while (index < 4U) in CRYP_AESCCM_Process_DMA()
6448 index++; in CRYP_AESCCM_Process_DMA()
6474 for (index = 0U; index < 4U; index++) in CRYP_AESCCM_Process_DMA()
6478 temp[index] = ((SAES_TypeDef *)(hcryp->Instance))->DOUTR; in CRYP_AESCCM_Process_DMA()
6483 for (index = 0; index < lastwordsize; index++) in CRYP_AESCCM_Process_DMA()
6485 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESCCM_Process_DMA()