Lines Matching refs:CrypOutCount
623 hcryp->CrypOutCount = 0; in HAL_CRYP_DeInit()
1175 hcryp->CrypOutCount = (uint16_t)tmp_remaining_DMATransferSize_inWords; in HAL_CRYP_DMAProcessSuspend()
1278 hcryp->CrypOutCount_saved = hcryp->CrypOutCount; in HAL_CRYP_Suspend()
1482 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt()
1594 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt()
1708 hcryp->CrypOutCount = (uint16_t) hcryp->CrypOutCount_saved; in HAL_CRYP_Encrypt_IT()
1714 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_IT()
1815 hcryp->CrypOutCount = (uint16_t) hcryp->CrypOutCount_saved; in HAL_CRYP_Decrypt_IT()
1821 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_IT()
1922 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_DMA()
2094 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_DMA()
2485 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2492 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2825 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2832 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
3342 hcryp->CrypOutCount = hcryp->CrypInCount; in CRYP_DMAOutCplt()
3416 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp; in CRYP_DMAOutCplt()
3417 hcryp->CrypOutCount++; in CRYP_DMAOutCplt()
3431 hcryp->CrypOutCount = hcryp->CrypInCount; in CRYP_DMAOutCplt()
3479 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (count < 4U)) in CRYP_DMAOutCplt()
3481 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp; in CRYP_DMAOutCplt()
3482 hcryp->CrypOutCount++; in CRYP_DMAOutCplt()
3736 outcount = hcryp->CrypOutCount; in CRYP_AES_ProcessData()
3747 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U)) in CRYP_AES_ProcessData()
3749 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_ProcessData()
3750 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
3800 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_AES_ProcessData()
3802 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_ProcessData()
3803 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
3894 outcount = hcryp->CrypOutCount; in CRYP_AES_IT()
3905 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U)) in CRYP_AES_IT()
3907 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_IT()
3908 hcryp->CrypOutCount++; in CRYP_AES_IT()
3911 if (hcryp->CrypOutCount == (hcryp->Size / 4U)) in CRYP_AES_IT()
3948 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_AES_IT()
3950 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_IT()
3951 hcryp->CrypOutCount++; in CRYP_AES_IT()
3954 if (hcryp->CrypOutCount == (hcryp->Size / 4U)) in CRYP_AES_IT()
4315 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
4323 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
4492 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp[index]; in CRYP_AESGCM_Process()
4493 hcryp->CrypOutCount++; in CRYP_AESGCM_Process()
5314 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESGCM_Process_DMA()
5315 hcryp->CrypOutCount++; in CRYP_AESGCM_Process_DMA()
5528 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
5536 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
5634 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESCCM_Process()
5635 hcryp->CrypOutCount++; in CRYP_AESCCM_Process()
5710 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESCCM_Process()
5711 hcryp->CrypOutCount++; in CRYP_AESCCM_Process()
6504 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESCCM_Process_DMA()
6505 hcryp->CrypOutCount++; in CRYP_AESCCM_Process_DMA()
6621 if (hcryp->CrypOutCount < (hcryp->Size / 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
6632 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
6634 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
6635 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
6638 if (((hcryp->Size / 4U) == hcryp->CrypOutCount) && ((hcryp->Size % 16U) == 0U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
6727 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
6728 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
6732 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
6734 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
6735 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
6741 if (hcryp->CrypOutCount >= ((hcryp->Size) / 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
6781 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
6783 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
6784 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
6788 outcount = hcryp->CrypOutCount; in CRYP_GCMCCM_SetPayloadPhase_IT()