Lines Matching refs:CrypOutCount

499   hcryp->CrypOutCount = 0;  in HAL_CRYP_DeInit()
930 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt()
1060 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt()
1189 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_IT()
1306 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_IT()
1426 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_DMA()
1580 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_DMA()
1836 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
1875 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
1882 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp; in CRYP_TDES_Process()
1883 hcryp->CrypOutCount++; in CRYP_TDES_Process()
1885 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp; in CRYP_TDES_Process()
1886 hcryp->CrypOutCount++; in CRYP_TDES_Process()
1889 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
1948 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp; in CRYP_TDES_IT()
1949 hcryp->CrypOutCount++; in CRYP_TDES_IT()
1951 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp; in CRYP_TDES_IT()
1952 hcryp->CrypOutCount++; in CRYP_TDES_IT()
1953 if (hcryp->CrypOutCount == (hcryp->Size / 4U)) in CRYP_TDES_IT()
2045 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2052 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2214 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2221 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2485 hcryp->CrypOutCount = hcryp->CrypInCount; in CRYP_DMAOutCplt()
2565 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp; in CRYP_DMAOutCplt()
2566 hcryp->CrypOutCount++; in CRYP_DMAOutCplt()
2730 outcount = hcryp->CrypOutCount; in CRYP_AES_ProcessData()
2741 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U)) in CRYP_AES_ProcessData()
2743 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_ProcessData()
2744 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
2798 outcount = hcryp->CrypOutCount; in CRYP_AES_IT()
2809 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U)) in CRYP_AES_IT()
2811 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_IT()
2812 hcryp->CrypOutCount++; in CRYP_AES_IT()
2815 if (hcryp->CrypOutCount == (hcryp->Size / 4U)) in CRYP_AES_IT()
3025 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3034 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3134 pval = (uint8_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)); in CRYP_AESGCM_Process()
3170 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp[index]; in CRYP_AESGCM_Process()
3173 hcryp->CrypOutCount++; in CRYP_AESGCM_Process()
3493 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESGCM_Process_DMA()
3494 hcryp->CrypOutCount++; in CRYP_AESGCM_Process_DMA()
3685 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
3694 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
3792 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESCCM_Process()
3793 hcryp->CrypOutCount++; in CRYP_AESCCM_Process()
4194 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_AESCCM_Process_DMA()
4195 hcryp->CrypOutCount++; in CRYP_AESCCM_Process_DMA()
4272 if (hcryp->CrypOutCount < (hcryp->Size / 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
4283 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
4285 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
4286 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
4289 if (((hcryp->Size / 4U) == hcryp->CrypOutCount) && ((hcryp->Size % 16U) == 0U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
4383 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
4384 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
4388 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
4390 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
4391 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
4397 if (hcryp->CrypOutCount >= ((hcryp->Size) / 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
4890 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = intermediate_data[index]; in CRYP_Workaround()
4891 hcryp->CrypOutCount++; in CRYP_Workaround()
5076 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = intermediate_data[index]; in CRYP_Workaround()
5077 hcryp->CrypOutCount++; in CRYP_Workaround()