Lines Matching refs:CrypOutCount
518 hcryp->CrypOutCount = 0; in HAL_CRYP_DeInit()
962 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt()
1135 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt()
1307 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_IT()
1470 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_IT()
1638 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_DMA()
1870 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_DMA()
2228 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
2267 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
2277 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 2U)) in CRYP_TDES_Process()
2279 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_TDES_Process()
2280 hcryp->CrypOutCount++; in CRYP_TDES_Process()
2285 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
2346 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 2U)) in CRYP_TDES_IT()
2348 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_TDES_IT()
2349 hcryp->CrypOutCount++; in CRYP_TDES_IT()
2352 if (hcryp->CrypOutCount == ((uint16_t)(hcryp->Size) / 4U)) in CRYP_TDES_IT()
2453 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2460 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2703 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2710 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
3362 outcount = hcryp->CrypOutCount; in CRYP_AES_ProcessData()
3372 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U)) in CRYP_AES_ProcessData()
3374 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_ProcessData()
3375 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
3422 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_AES_ProcessData()
3424 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_ProcessData()
3425 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
3481 outcount = hcryp->CrypOutCount; in CRYP_AES_IT()
3491 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U)) in CRYP_AES_IT()
3493 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_IT()
3494 hcryp->CrypOutCount++; in CRYP_AES_IT()
3497 if (hcryp->CrypOutCount == ((uint16_t)(hcryp->Size) / 4U)) in CRYP_AES_IT()
3530 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_AES_IT()
3532 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_IT()
3533 hcryp->CrypOutCount++; in CRYP_AES_IT()
3537 if (hcryp->CrypOutCount == (hcryp->Size / 4U)) in CRYP_AES_IT()
3826 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3835 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
4604 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
4612 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
4716 outcount = hcryp->CrypOutCount;
5392 if (hcryp->CrypOutCount < (hcryp->Size / 4U))
5400 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U))
5402 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i];
5403 hcryp->CrypOutCount++;
5406 if (((hcryp->Size / 4U) == hcryp->CrypOutCount) && ((hcryp->Size % 16U) == 0U))
5474 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i];
5475 hcryp->CrypOutCount++;
5479 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U))
5481 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i];
5482 hcryp->CrypOutCount++;
5486 if (hcryp->CrypOutCount >= (hcryp->Size / 4U))
5519 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U))
5521 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i];
5522 hcryp->CrypOutCount++;
5526 outcount = hcryp->CrypOutCount;
5528 if ((hcryp->CrypOutCount >= (hcryp->Size / 4U)) && ((outcount * 4U) >= hcryp->Size))
6590 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = intermediate_data[index];
6591 hcryp->CrypOutCount++;
6775 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = intermediate_data[index];
6776 hcryp->CrypOutCount++;
6893 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = intermediate_data[index];
6894 hcryp->CrypOutCount++;