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.c358 status = QAT_PHYS_CONTIG_ALLOC(&op_data.pDigestResult, in qat_crypt()
420 memcpy(op_data.pDigestResult, digest_buf, ZIO_DATA_MAC_LEN); in qat_crypt()
439 memcpy(digest_buf, op_data.pDigestResult, ZIO_DATA_MAC_LEN); in qat_crypt()
458 QAT_PHYS_CONTIG_FREE(op_data.pDigestResult); in qat_crypt()
544 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.c1558 Cpa8U *pDigestResult = NULL; in LacAlgChain_Perform() local
2097 pOpData->pDigestResult); in LacAlgChain_Perform()
2303 &pDigestResult); in LacAlgChain_Perform()
2310 pDigestResult = pOpData->pDigestResult; in LacAlgChain_Perform()
2360 pDigestResult, in LacAlgChain_Perform()
H A Dlac_sym_hash.c689 !digestIsAppended && (NULL == pOpData->pDigestResult)) { in LacHash_PerformParamCheck()
H A Dlac_sym_api.c859 LAC_CHECK_NULL_PARAM(pOpData->pDigestResult); in LacSym_Perform()
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_sym.h835 Cpa8U *pDigestResult; member