Lines Matching refs:CrypOutCount

534   hcryp->CrypOutCount = 0;  in HAL_CRYP_DeInit()
980 hcryp->CrypOutCount_saved = hcryp->CrypOutCount; in HAL_CRYP_Suspend()
1234 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt()
1335 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt()
1440 hcryp->CrypOutCount = (uint16_t) hcryp->CrypOutCount_saved; in HAL_CRYP_Encrypt_IT()
1445 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_IT()
1452 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_IT()
1550 hcryp->CrypOutCount = (uint16_t) hcryp->CrypOutCount_saved; in HAL_CRYP_Decrypt_IT()
1555 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_IT()
1562 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_IT()
1654 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_DMA()
1782 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_DMA()
2050 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2056 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2246 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2252 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2647 hcryp->CrypOutCount = hcryp->CrypInCount; in CRYP_DMAOutCplt()
2703 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (count < 4U)) in CRYP_DMAOutCplt()
2705 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[count]; in CRYP_DMAOutCplt()
2706 hcryp->CrypOutCount++; in CRYP_DMAOutCplt()
2916 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_AES_ProcessData()
2918 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_ProcessData()
2919 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
2946 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_AES_IT()
2948 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_IT()
2949 hcryp->CrypOutCount++; in CRYP_AES_IT()
2952 if (hcryp->CrypOutCount == (hcryp->Size / 4U)) in CRYP_AES_IT()
3185 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3209 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3272 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp[index]; in CRYP_AESGCM_Process()
3273 hcryp->CrypOutCount++; in CRYP_AESGCM_Process()
3859 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
3883 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
3942 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[loopcounter]; in CRYP_AESCCM_Process()
3943 hcryp->CrypOutCount++; in CRYP_AESCCM_Process()
4438 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
4440 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
4441 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
4445 outcount = hcryp->CrypOutCount; in CRYP_GCMCCM_SetPayloadPhase_IT()
4677 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_GCMCCM_SetPayloadPhase_DMA()
4678 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_DMA()