Lines Matching refs:CrypOutCount

534   hcryp->CrypOutCount = 0;  in HAL_CRYP_DeInit()
982 hcryp->CrypOutCount_saved = hcryp->CrypOutCount; in HAL_CRYP_Suspend()
1236 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt()
1337 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt()
1442 hcryp->CrypOutCount = (uint16_t) hcryp->CrypOutCount_saved; in HAL_CRYP_Encrypt_IT()
1447 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_IT()
1454 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_IT()
1552 hcryp->CrypOutCount = (uint16_t) hcryp->CrypOutCount_saved; in HAL_CRYP_Decrypt_IT()
1557 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_IT()
1564 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_IT()
1656 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_DMA()
1784 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_DMA()
2052 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2058 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2248 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2254 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2649 hcryp->CrypOutCount = hcryp->CrypInCount; in CRYP_DMAOutCplt()
2705 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (count < 4U)) in CRYP_DMAOutCplt()
2707 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[count]; in CRYP_DMAOutCplt()
2708 hcryp->CrypOutCount++; in CRYP_DMAOutCplt()
2918 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_AES_ProcessData()
2920 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_ProcessData()
2921 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
2948 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_AES_IT()
2950 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_IT()
2951 hcryp->CrypOutCount++; in CRYP_AES_IT()
2954 if (hcryp->CrypOutCount == (hcryp->Size / 4U)) in CRYP_AES_IT()
3187 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3211 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3274 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp[index]; in CRYP_AESGCM_Process()
3275 hcryp->CrypOutCount++; in CRYP_AESGCM_Process()
3861 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
3885 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
3944 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[loopcounter]; in CRYP_AESCCM_Process()
3945 hcryp->CrypOutCount++; in CRYP_AESCCM_Process()
4440 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
4442 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
4443 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
4447 outcount = hcryp->CrypOutCount; in CRYP_GCMCCM_SetPayloadPhase_IT()
4679 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_GCMCCM_SetPayloadPhase_DMA()
4680 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_DMA()