Lines Matching refs:CrypOutCount

337   hcryp->CrypOutCount = 0;  in HAL_CRYP_DeInit()
750 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt()
867 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt()
984 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_IT()
1091 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_IT()
1198 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_DMA()
1318 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_DMA()
1541 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
1580 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
1586 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp; in CRYP_TDES_Process()
1587 hcryp->CrypOutCount++; in CRYP_TDES_Process()
1589 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp; in CRYP_TDES_Process()
1590 hcryp->CrypOutCount++; in CRYP_TDES_Process()
1593 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
1646 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp; in CRYP_TDES_IT()
1647 hcryp->CrypOutCount++; in CRYP_TDES_IT()
1649 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp; in CRYP_TDES_IT()
1650 hcryp->CrypOutCount++; in CRYP_TDES_IT()
1651 if(hcryp->CrypOutCount == (hcryp->Size/4U)) in CRYP_TDES_IT()
1721 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
1728 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
1846 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
1853 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2219 outcount = hcryp->CrypOutCount; in CRYP_AES_ProcessData()
2225 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp; in CRYP_AES_ProcessData()
2226 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
2228 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp; in CRYP_AES_ProcessData()
2229 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
2231 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp; in CRYP_AES_ProcessData()
2232 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
2234 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp; in CRYP_AES_ProcessData()
2235 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
2286 outcount = hcryp->CrypOutCount; in CRYP_AES_IT()
2292 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp; in CRYP_AES_IT()
2293 hcryp->CrypOutCount++; in CRYP_AES_IT()
2295 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp; in CRYP_AES_IT()
2296 hcryp->CrypOutCount++; in CRYP_AES_IT()
2298 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp; in CRYP_AES_IT()
2299 hcryp->CrypOutCount++; in CRYP_AES_IT()
2301 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp; in CRYP_AES_IT()
2302 hcryp->CrypOutCount++; in CRYP_AES_IT()
2303 if(hcryp->CrypOutCount == (hcryp->Size/4U)) in CRYP_AES_IT()