Lines Matching refs:CrypOutCount
565 hcryp->CrypOutCount = 0; in HAL_CRYP_DeInit()
1032 hcryp->CrypOutCount_saved = hcryp->CrypOutCount; in HAL_CRYP_Suspend()
1391 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt()
1503 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt()
1611 hcryp->CrypOutCount = (uint16_t) hcryp->CrypOutCount_saved; in HAL_CRYP_Encrypt_IT()
1616 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_IT()
1623 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_IT()
1722 hcryp->CrypOutCount = (uint16_t) hcryp->CrypOutCount_saved; in HAL_CRYP_Decrypt_IT()
1727 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_IT()
1734 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_IT()
1827 hcryp->CrypOutCount = 0U; in HAL_CRYP_Encrypt_DMA()
1996 hcryp->CrypOutCount = 0U; in HAL_CRYP_Decrypt_DMA()
2349 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2355 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2665 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2671 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
3166 hcryp->CrypOutCount = hcryp->CrypInCount; in CRYP_DMAOutCplt()
3222 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (count < 4U)) in CRYP_DMAOutCplt()
3224 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[count]; in CRYP_DMAOutCplt()
3225 hcryp->CrypOutCount++; in CRYP_DMAOutCplt()
3505 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_AES_ProcessData()
3507 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_ProcessData()
3508 hcryp->CrypOutCount++; in CRYP_AES_ProcessData()
3535 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_AES_IT()
3537 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_AES_IT()
3538 hcryp->CrypOutCount++; in CRYP_AES_IT()
3541 if (hcryp->CrypOutCount == (hcryp->Size / 4U)) in CRYP_AES_IT()
3806 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3828 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
3888 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp[index]; in CRYP_AESGCM_Process()
3889 hcryp->CrypOutCount++; in CRYP_AESGCM_Process()
4470 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
4492 outcount = hcryp->CrypOutCount; in CRYP_AESCCM_Process()
4545 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[loopcounter]; in CRYP_AESCCM_Process()
4546 hcryp->CrypOutCount++; in CRYP_AESCCM_Process()
5043 while ((hcryp->CrypOutCount < ((hcryp->Size + 3U) / 4U)) && (i < 4U)) in CRYP_GCMCCM_SetPayloadPhase_IT()
5045 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[i]; in CRYP_GCMCCM_SetPayloadPhase_IT()
5046 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_IT()
5050 outcount = hcryp->CrypOutCount; in CRYP_GCMCCM_SetPayloadPhase_IT()
5266 *(uint32_t *)(hcryp->pCrypOutBuffPtr + hcryp->CrypOutCount) = temp[index]; in CRYP_GCMCCM_SetPayloadPhase_DMA()
5267 hcryp->CrypOutCount++; in CRYP_GCMCCM_SetPayloadPhase_DMA()