Home
last modified time | relevance | path

Searched refs:pDigestResult (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c357 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()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_cb.c91 (NULL != pOpData->pDigestResult)) { in LacSymCb_CleanUserData()
93 memset(pOpData->pDigestResult, 0, authTagLen); in LacSymCb_CleanUserData()
H A Dlac_sym_alg_chain.c1562 Cpa8U *pDigestResult = NULL; in LacAlgChain_Perform() local
2101 pOpData->pDigestResult); in LacAlgChain_Perform()
2307 &pDigestResult); in LacAlgChain_Perform()
2314 pDigestResult = pOpData->pDigestResult; in LacAlgChain_Perform()
2364 pDigestResult, in LacAlgChain_Perform()
H A Dlac_sym_hash.c690 !digestIsAppended && (NULL == pOpData->pDigestResult)) { in LacHash_PerformParamCheck()
H A Dlac_sym_api.c863 LAC_CHECK_NULL_PARAM(pOpData->pDigestResult); in LacSym_Perform()
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_sym.h865 Cpa8U *pDigestResult; member