Lines Matching refs:CrypOutCount

565   hcryp->CrypOutCount = 0;  in HAL_CRYP_DeInit()
1032 hcryp->CrypOutCount_saved = hcryp->CrypOutCount; in HAL_CRYP_Suspend()
1391 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt()
1503 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt()
1611 hcryp->CrypOutCount = (uint16_t) hcryp->CrypOutCount_saved; in HAL_CRYP_Encrypt_IT()
1616 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_IT()
1623 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_IT()
1721 hcryp->CrypOutCount = (uint16_t) hcryp->CrypOutCount_saved; in HAL_CRYP_Decrypt_IT()
1726 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_IT()
1733 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_IT()
1825 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_DMA()
1993 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_DMA()
2345 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2351 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2672 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2678 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
3195 hcryp->CrypOutCount = hcryp->CrypInCount; in CRYP_DMAOutCplt()
3251 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (count < 4U)) in CRYP_DMAOutCplt()
3253 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[count]; in CRYP_DMAOutCplt()
3254 hcryp->CrypOutCount++; in CRYP_DMAOutCplt()
3534 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_AES_ProcessData()
3536 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_ProcessData()
3537 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
3564 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_AES_IT()
3566 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_IT()
3567 hcryp->CrypOutCount++; in CRYP_AES_IT()
3570 if (hcryp->CrypOutCount == (hcryp->Size / 4U)) in CRYP_AES_IT()
3871 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3893 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3953 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp[index]; in CRYP_AESGCM_Process()
3954 hcryp->CrypOutCount++; in CRYP_AESGCM_Process()
4635 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
4657 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
4710 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[loopcounter]; in CRYP_AESCCM_Process()
4711 hcryp->CrypOutCount++; in CRYP_AESCCM_Process()
5272 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
5274 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
5275 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
5279 outcount = hcryp->CrypOutCount; in CRYP_GCMCCM_SetPayloadPhase_IT()
5495 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_GCMCCM_SetPayloadPhase_DMA()
5496 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_DMA()