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()
3325 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_ProcessData() local
3368 outcount = hcryp->CrypOutCount; in CRYP_AES_ProcessData()
3370 if (((hcryp->Instance->SR & CRYP_FLAG_OFNE) != 0x0U) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_ProcessData()
3451 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_IT() local
3487 outcount = hcryp->CrypOutCount; in CRYP_AES_IT()
3489 if (((hcryp->Instance->SR & CRYP_FLAG_OFNE) != 0x0U) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_IT()
3686 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AESGCM_Process() local
3832 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3835 while ((hcryp->CrypInCount < wordsize) && (outcount < wordsize)) in CRYP_AESGCM_Process()
3841 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
4346 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AESCCM_Process() local
4610 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
4612 while ((hcryp->CrypInCount < wordsize) && (outcount < wordsize)) in CRYP_AESCCM_Process()
4618 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
4722 outcount = hcryp->CrypOutCount;
4725 while ((hcryp->CrypInCount < wordsize) && (outcount < wordsize))
5355 uint16_t outcount; /* Temporary CrypOutCount Value */
5532 outcount = hcryp->CrypOutCount;
5534 if ((hcryp->CrypOutCount >= (hcryp->Size / 4U)) && ((outcount * 4U) >= hcryp->Size))