Lines Matching refs:CrypOutCount

530   hcryp->CrypOutCount = 0;  in HAL_CRYP_DeInit()
976 hcryp->CrypOutCount_saved = hcryp->CrypOutCount; in HAL_CRYP_Suspend()
1331 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt()
1431 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt()
1536 hcryp->CrypOutCount = (uint16_t) hcryp->CrypOutCount_saved; in HAL_CRYP_Encrypt_IT()
1541 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_IT()
1548 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_IT()
1646 hcryp->CrypOutCount = (uint16_t) hcryp->CrypOutCount_saved; in HAL_CRYP_Decrypt_IT()
1651 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_IT()
1658 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_IT()
1750 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_DMA()
1877 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_DMA()
2151 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2157 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2400 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2406 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2800 hcryp->CrypOutCount = hcryp->CrypInCount; in CRYP_DMAOutCplt()
2855 while((hcryp->CrypOutCount < ((hcryp->Size + 3U)/4U)) && (count<4U)) in CRYP_DMAOutCplt()
2857 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[count]; in CRYP_DMAOutCplt()
2858 hcryp->CrypOutCount++; in CRYP_DMAOutCplt()
3066 while((hcryp->CrypOutCount < ((hcryp->Size + 3U)/4U)) && (i<4U)) in CRYP_AES_ProcessData()
3068 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_ProcessData()
3069 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
3095 while((hcryp->CrypOutCount < ((hcryp->Size + 3U)/4U)) && (i<4U)) in CRYP_AES_IT()
3097 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_IT()
3098 hcryp->CrypOutCount++; in CRYP_AES_IT()
3101 if (hcryp->CrypOutCount == (hcryp->Size / 4U)) in CRYP_AES_IT()
3334 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3358 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3420 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp[index]; in CRYP_AESGCM_Process()
3421 hcryp->CrypOutCount++; in CRYP_AESGCM_Process()
4006 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
4030 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
4088 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[loopcounter]; in CRYP_AESCCM_Process()
4089 hcryp->CrypOutCount++; in CRYP_AESCCM_Process()
4584 while((hcryp->CrypOutCount < ((hcryp->Size + 3U)/4U)) && (i<4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
4586 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
4587 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
4591 outcount = hcryp->CrypOutCount; in CRYP_GCMCCM_SetPayloadPhase_IT()
4823 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_GCMCCM_SetPayloadPhase_DMA()
4824 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_DMA()