Searched refs:pDigestResult (Results 1 – 6 of 6) sorted by relevance
357 status = QAT_PHYS_CONTIG_ALLOC(&op_data.pDigestResult, in qat_crypt()419 memcpy(op_data.pDigestResult, digest_buf, ZIO_DATA_MAC_LEN); in qat_crypt()438 memcpy(digest_buf, op_data.pDigestResult, ZIO_DATA_MAC_LEN); in qat_crypt()457 QAT_PHYS_CONTIG_FREE(op_data.pDigestResult); in qat_crypt()543 op_data.pDigestResult = digest_buffer; in qat_checksum()
91 (NULL != pOpData->pDigestResult)) { in LacSymCb_CleanUserData()93 memset(pOpData->pDigestResult, 0, authTagLen); in LacSymCb_CleanUserData()
1562 Cpa8U *pDigestResult = NULL; in LacAlgChain_Perform() local2101 pOpData->pDigestResult); in LacAlgChain_Perform()2307 &pDigestResult); in LacAlgChain_Perform()2314 pDigestResult = pOpData->pDigestResult; in LacAlgChain_Perform()2364 pDigestResult, in LacAlgChain_Perform()
690 !digestIsAppended && (NULL == pOpData->pDigestResult)) { in LacHash_PerformParamCheck()
863 LAC_CHECK_NULL_PARAM(pOpData->pDigestResult); in LacSym_Perform()
865 Cpa8U *pDigestResult; member