Lines Matching refs:outcount
2222 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_TDES_Process() local
2228 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
2231 while ((hcryp->CrypInCount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_TDES_Process()
2267 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
2269 if (((hcryp->Instance->SR & CRYP_FLAG_OFNE) != 0x0U) && (outcount < (hcryp->Size / 4U))) in CRYP_TDES_Process()
2285 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
2403 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Encrypt() local
2453 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2455 while ((hcryp->CrypInCount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Encrypt()
2460 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2579 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Decrypt() local
2703 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2705 while ((hcryp->CrypInCount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Decrypt()
2710 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
3319 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_ProcessData() local
3362 outcount = hcryp->CrypOutCount; in CRYP_AES_ProcessData()
3364 if (((hcryp->Instance->SR & CRYP_FLAG_OFNE) != 0x0U) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_ProcessData()
3445 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_IT() local
3481 outcount = hcryp->CrypOutCount; in CRYP_AES_IT()
3483 if (((hcryp->Instance->SR & CRYP_FLAG_OFNE) != 0x0U) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_IT()
3680 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AESGCM_Process() local
3826 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3829 while ((hcryp->CrypInCount < wordsize) && (outcount < wordsize)) in CRYP_AESGCM_Process()
3835 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
4340 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AESCCM_Process() local
4604 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
4606 while ((hcryp->CrypInCount < wordsize) && (outcount < wordsize)) in CRYP_AESCCM_Process()
4612 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
4716 outcount = hcryp->CrypOutCount;
4719 while ((hcryp->CrypInCount < wordsize) && (outcount < wordsize))
5349 uint16_t outcount; /* Temporary CrypOutCount Value */
5526 outcount = hcryp->CrypOutCount;
5528 if ((hcryp->CrypOutCount >= (hcryp->Size / 4U)) && ((outcount * 4U) >= hcryp->Size))