Lines Matching refs:CrypOutCount

571   hcryp->CrypOutCount = 0;  in HAL_CRYP_DeInit()
1024 hcryp->CrypOutCount_saved = hcryp->CrypOutCount; in HAL_CRYP_Suspend()
1379 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt()
1482 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt()
1578 hcryp->CrypOutCount = (uint16_t) hcryp->CrypOutCount_saved; in HAL_CRYP_Encrypt_IT()
1583 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_IT()
1590 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_IT()
1682 hcryp->CrypOutCount = (uint16_t) hcryp->CrypOutCount_saved; in HAL_CRYP_Decrypt_IT()
1687 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_IT()
1694 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_IT()
1782 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_DMA()
1948 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_DMA()
2296 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2302 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2666 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2672 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
3288 hcryp->CrypOutCount = hcryp->CrypInCount; in CRYP_DMAOutCplt()
3344 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (count < 4U)) in CRYP_DMAOutCplt()
3346 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[count]; in CRYP_DMAOutCplt()
3347 hcryp->CrypOutCount++; in CRYP_DMAOutCplt()
3627 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_AES_ProcessData()
3629 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_ProcessData()
3630 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
3657 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_AES_IT()
3659 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_IT()
3660 hcryp->CrypOutCount++; in CRYP_AES_IT()
3663 if (hcryp->CrypOutCount == (hcryp->Size / 4U)) in CRYP_AES_IT()
3945 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3967 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
4027 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp[index]; in CRYP_AESGCM_Process()
4028 hcryp->CrypOutCount++; in CRYP_AESGCM_Process()
4721 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
4743 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
4796 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[loopcounter]; in CRYP_AESCCM_Process()
4797 hcryp->CrypOutCount++; in CRYP_AESCCM_Process()
5366 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
5368 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
5369 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
5373 outcount = hcryp->CrypOutCount; in CRYP_GCMCCM_SetPayloadPhase_IT()
5589 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_GCMCCM_SetPayloadPhase_DMA()
5590 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_DMA()