Lines Matching refs:CrypOutCount
610 hcryp->CrypOutCount = 0; in HAL_CRYP_DeInit()
1159 hcryp->CrypOutCount = (uint16_t)tmp_remaining_DMATransferSize_inWords; in HAL_CRYP_DMAProcessSuspend()
1262 hcryp->CrypOutCount_saved = hcryp->CrypOutCount; in HAL_CRYP_Suspend()
1466 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt()
1578 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt()
1692 hcryp->CrypOutCount = (uint16_t) hcryp->CrypOutCount_saved; in HAL_CRYP_Encrypt_IT()
1698 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_IT()
1799 hcryp->CrypOutCount = (uint16_t) hcryp->CrypOutCount_saved; in HAL_CRYP_Decrypt_IT()
1805 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_IT()
1906 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_DMA()
2078 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_DMA()
2469 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2476 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2809 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2816 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
3326 hcryp->CrypOutCount = hcryp->CrypInCount; in CRYP_DMAOutCplt()
3400 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp; in CRYP_DMAOutCplt()
3401 hcryp->CrypOutCount++; in CRYP_DMAOutCplt()
3415 hcryp->CrypOutCount = hcryp->CrypInCount; in CRYP_DMAOutCplt()
3463 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (count < 4U)) in CRYP_DMAOutCplt()
3465 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp; in CRYP_DMAOutCplt()
3466 hcryp->CrypOutCount++; in CRYP_DMAOutCplt()
3720 outcount = hcryp->CrypOutCount; in CRYP_AES_ProcessData()
3731 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U)) in CRYP_AES_ProcessData()
3733 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_ProcessData()
3734 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
3784 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_AES_ProcessData()
3786 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_ProcessData()
3787 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
3878 outcount = hcryp->CrypOutCount; in CRYP_AES_IT()
3889 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U)) in CRYP_AES_IT()
3891 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_IT()
3892 hcryp->CrypOutCount++; in CRYP_AES_IT()
3895 if (hcryp->CrypOutCount == (hcryp->Size / 4U)) in CRYP_AES_IT()
3932 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_AES_IT()
3934 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_IT()
3935 hcryp->CrypOutCount++; in CRYP_AES_IT()
3938 if (hcryp->CrypOutCount == (hcryp->Size / 4U)) in CRYP_AES_IT()
4299 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
4307 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
4476 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp[index]; in CRYP_AESGCM_Process()
4477 hcryp->CrypOutCount++; in CRYP_AESGCM_Process()
5295 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESGCM_Process_DMA()
5296 hcryp->CrypOutCount++; in CRYP_AESGCM_Process_DMA()
5509 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
5517 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
5615 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESCCM_Process()
5616 hcryp->CrypOutCount++; in CRYP_AESCCM_Process()
5691 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESCCM_Process()
5692 hcryp->CrypOutCount++; in CRYP_AESCCM_Process()
6485 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESCCM_Process_DMA()
6486 hcryp->CrypOutCount++; in CRYP_AESCCM_Process_DMA()
6602 if (hcryp->CrypOutCount < (hcryp->Size / 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
6613 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
6615 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
6616 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
6619 if (((hcryp->Size / 4U) == hcryp->CrypOutCount) && ((hcryp->Size % 16U) == 0U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
6708 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
6709 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
6713 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
6715 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
6716 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
6722 if (hcryp->CrypOutCount >= ((hcryp->Size) / 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
6762 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
6764 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
6765 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
6769 outcount = hcryp->CrypOutCount; in CRYP_GCMCCM_SetPayloadPhase_IT()