Lines Matching refs:CrypOutCount

496   hcryp->CrypOutCount = 0;  in HAL_CRYP_DeInit()
923 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt()
1053 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt()
1182 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_IT()
1299 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_IT()
1419 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_DMA()
1589 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_DMA()
1848 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
1887 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
1893 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp; in CRYP_TDES_Process()
1894 hcryp->CrypOutCount++; in CRYP_TDES_Process()
1896 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp; in CRYP_TDES_Process()
1897 hcryp->CrypOutCount++; in CRYP_TDES_Process()
1900 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
1958 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp; in CRYP_TDES_IT()
1959 hcryp->CrypOutCount++; in CRYP_TDES_IT()
1961 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp; in CRYP_TDES_IT()
1962 hcryp->CrypOutCount++; in CRYP_TDES_IT()
1963 if (hcryp->CrypOutCount == (hcryp->Size / 4U)) in CRYP_TDES_IT()
2055 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2062 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2224 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2231 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2501 hcryp->CrypOutCount = hcryp->CrypInCount; in CRYP_DMAOutCplt()
2573 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp; in CRYP_DMAOutCplt()
2574 hcryp->CrypOutCount++; in CRYP_DMAOutCplt()
2670 hcryp->CrypOutCount = hcryp->CrypInCount; in CRYP_MDMAOutCplt()
2743 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount))= temp; in CRYP_MDMAOutCplt()
2744 hcryp->CrypOutCount++; in CRYP_MDMAOutCplt()
2971 outcount = hcryp->CrypOutCount; in CRYP_AES_ProcessData()
2981 while(((hcryp->CrypOutCount < ((hcryp->Size)/4U))) && (i<4U)) in CRYP_AES_ProcessData()
2983 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_ProcessData()
2984 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
3038 outcount = hcryp->CrypOutCount; in CRYP_AES_IT()
3048 while(((hcryp->CrypOutCount < ((hcryp->Size)/4U))) && (i<4U)) in CRYP_AES_IT()
3050 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_IT()
3051 hcryp->CrypOutCount++; in CRYP_AES_IT()
3054 if (hcryp->CrypOutCount == (hcryp->Size / 4U)) in CRYP_AES_IT()
3256 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3265 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3358 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp[index]; in CRYP_AESGCM_Process()
3359 hcryp->CrypOutCount++; in CRYP_AESGCM_Process()
3659 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESGCM_Process_DMA()
3660 hcryp->CrypOutCount++; in CRYP_AESGCM_Process_DMA()
3802 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
3811 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
3904 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESCCM_Process()
3905 hcryp->CrypOutCount++; in CRYP_AESCCM_Process()
4210 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESCCM_Process_DMA()
4211 hcryp->CrypOutCount++; in CRYP_AESCCM_Process_DMA()
4288 if (hcryp->CrypOutCount < (hcryp->Size / 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
4298 while(((hcryp->CrypOutCount < ((hcryp->Size)/4U))) && (i<4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
4300 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
4301 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
4304 if (((hcryp->Size / 4U) == hcryp->CrypOutCount) && ((hcryp->Size % 16U) == 0U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
4393 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
4394 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
4398 while(((hcryp->CrypOutCount < ((hcryp->Size)/4U))) && (i<4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
4400 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
4401 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
4407 if (hcryp->CrypOutCount >= ((hcryp->Size) / 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()