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()
3368 outcount = hcryp->CrypOutCount; in CRYP_AES_ProcessData()
3378 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U)) in CRYP_AES_ProcessData()
3380 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_ProcessData()
3381 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
3428 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_AES_ProcessData()
3430 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_ProcessData()
3431 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
3487 outcount = hcryp->CrypOutCount; in CRYP_AES_IT()
3497 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U)) in CRYP_AES_IT()
3499 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_IT()
3500 hcryp->CrypOutCount++; in CRYP_AES_IT()
3503 if (hcryp->CrypOutCount == ((uint16_t)(hcryp->Size) / 4U)) in CRYP_AES_IT()
3536 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_AES_IT()
3538 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_IT()
3539 hcryp->CrypOutCount++; in CRYP_AES_IT()
3543 if (hcryp->CrypOutCount == (hcryp->Size / 4U)) in CRYP_AES_IT()
3832 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3841 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
4610 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
4618 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
4722 outcount = hcryp->CrypOutCount;
5398 if (hcryp->CrypOutCount < (hcryp->Size / 4U))
5406 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U))
5408 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i];
5409 hcryp->CrypOutCount++;
5412 if (((hcryp->Size / 4U) == hcryp->CrypOutCount) && ((hcryp->Size % 16U) == 0U))
5480 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i];
5481 hcryp->CrypOutCount++;
5485 while (((hcryp->CrypOutCount < ((hcryp->Size) / 4U))) && (i < 4U))
5487 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i];
5488 hcryp->CrypOutCount++;
5492 if (hcryp->CrypOutCount >= (hcryp->Size / 4U))
5525 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U))
5527 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i];
5528 hcryp->CrypOutCount++;
5532 outcount = hcryp->CrypOutCount;
5534 if ((hcryp->CrypOutCount >= (hcryp->Size / 4U)) && ((outcount * 4U) >= hcryp->Size))
6596 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = intermediate_data[index];
6597 hcryp->CrypOutCount++;
6781 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = intermediate_data[index];
6782 hcryp->CrypOutCount++;
6899 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = intermediate_data[index];
6900 hcryp->CrypOutCount++;