Home
last modified time | relevance | path

Searched refs:pHashStateBufferInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_hash.c89 lac_sym_qat_hash_state_buffer_info_t *pHashStateBufferInfo) in LacHash_StatePrefixAadBufferInit() argument
92 pHashStateBufferInfo->pData = pHashStateBuffer; in LacHash_StatePrefixAadBufferInit()
94 pHashStateBufferInfo->pDataPhys = LAC_MEM_CAST_PTR_TO_UINT64( in LacHash_StatePrefixAadBufferInit()
97 if (pHashStateBufferInfo->pDataPhys == 0) { in LacHash_StatePrefixAadBufferInit()
103 LacSymQat_HashStatePrefixAadBufferSizeGet(pReq, pHashStateBufferInfo); in LacHash_StatePrefixAadBufferInit()
108 pHashStateBufferInfo, in LacHash_StatePrefixAadBufferInit()
121 pHashStateBufferInfo, in LacHash_StatePrefixAadBufferInit()
H A Dlac_sym_dp.c490 lac_sym_qat_hash_state_buffer_info_t *pHashStateBufferInfo = in LacDp_WriteRingMsgOpt() local
503 (pHashStateBufferInfo->prefixAadSzQuadWords > 0)) { in LacDp_WriteRingMsgOpt()
509 pHashStateBufferInfo->pDataPhys + in LacDp_WriteRingMsgOpt()
511 pHashStateBufferInfo->stateStorageSzQuadWords); in LacDp_WriteRingMsgOpt()
866 lac_sym_qat_hash_state_buffer_info_t *pHashStateBufferInfo = in LacDp_WriteRingMsgFull() local
879 (pHashStateBufferInfo->prefixAadSzQuadWords > 0)) { in LacDp_WriteRingMsgFull()
885 pHashStateBufferInfo->pDataPhys + in LacDp_WriteRingMsgFull()
887 pHashStateBufferInfo->stateStorageSzQuadWords); in LacDp_WriteRingMsgFull()
H A Dlac_sym_alg_chain.c641 *pHashStateBufferInfo = in LacAlgChain_SessionAuthKeyUpdate() local
653 pHashStateBufferInfo); in LacAlgChain_SessionAuthKeyUpdate()
1362 lac_sym_qat_hash_state_buffer_info_t *pHashStateBufferInfo = in LacAlgChain_SessionInit() local
1400 pHashStateBufferInfo); in LacAlgChain_SessionInit()
2187 *pHashStateBufferInfo = in LacAlgChain_Perform() local
2223 pHashStateBufferInfo = in LacAlgChain_Perform()
2272 pHashStateBufferInfo = in LacAlgChain_Perform()
2358 pHashStateBufferInfo, in LacAlgChain_Perform()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_hash.h411 lac_sym_qat_hash_state_buffer_info_t *pHashStateBufferInfo);