Lines Matching refs:index
3149 uint32_t index ; in CRYP_AESGCM_Process() local
3314 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
3321 while (index < 4U) in CRYP_AESGCM_Process()
3324 index++; in CRYP_AESGCM_Process()
3351 for (index = 0U; index < 4U; index++) in CRYP_AESGCM_Process()
3354 temp[index] = hcryp->Instance->DOUT; in CRYP_AESGCM_Process()
3356 for (index=0; index<lastwordsize; index++) in CRYP_AESGCM_Process()
3358 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp[index]; in CRYP_AESGCM_Process()
3470 uint32_t index; in CRYP_AESGCM_Process_DMA() local
3612 for (index = 0; index < lastwordsize; index ++) in CRYP_AESGCM_Process_DMA()
3619 while (index < 4U) in CRYP_AESGCM_Process_DMA()
3622 index++; in CRYP_AESGCM_Process_DMA()
3652 for (index = 0U; index < 4U; index++) in CRYP_AESGCM_Process_DMA()
3655 temp[index] = hcryp->Instance->DOUT; in CRYP_AESGCM_Process_DMA()
3657 for (index=0; index<lastwordsize; index++) in CRYP_AESGCM_Process_DMA()
3659 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESGCM_Process_DMA()
3689 uint32_t index ; in CRYP_AESCCM_Process() local
3860 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESCCM_Process()
3867 while (index < 4U) in CRYP_AESCCM_Process()
3870 index++; in CRYP_AESCCM_Process()
3897 for (index = 0U; index < 4U; index++) in CRYP_AESCCM_Process()
3900 temp[index] = hcryp->Instance->DOUT; in CRYP_AESCCM_Process()
3902 for (index=0; index<lastwordsize; index++) in CRYP_AESCCM_Process()
3904 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESCCM_Process()
4018 uint32_t index; in CRYP_AESCCM_Process_DMA() local
4163 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESCCM_Process_DMA()
4170 while (index < 4U) in CRYP_AESCCM_Process_DMA()
4173 index++; in CRYP_AESCCM_Process_DMA()
4203 for (index = 0U; index < 4U; index++) in CRYP_AESCCM_Process_DMA()
4206 temp[index] = hcryp->Instance->DOUT; in CRYP_AESCCM_Process_DMA()
4208 for (index=0; index<lastwordsize; index++) in CRYP_AESCCM_Process_DMA()
4210 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESCCM_Process_DMA()