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.c493 lac_sym_qat_hash_state_buffer_info_t *pHashStateBufferInfo = in LacDp_WriteRingMsgOpt() local
506 (pHashStateBufferInfo->prefixAadSzQuadWords > 0)) { in LacDp_WriteRingMsgOpt()
512 pHashStateBufferInfo->pDataPhys + in LacDp_WriteRingMsgOpt()
514 pHashStateBufferInfo->stateStorageSzQuadWords); in LacDp_WriteRingMsgOpt()
874 lac_sym_qat_hash_state_buffer_info_t *pHashStateBufferInfo = in LacDp_WriteRingMsgFull() local
887 (pHashStateBufferInfo->prefixAadSzQuadWords > 0)) { in LacDp_WriteRingMsgFull()
893 pHashStateBufferInfo->pDataPhys + in LacDp_WriteRingMsgFull()
895 pHashStateBufferInfo->stateStorageSzQuadWords); in LacDp_WriteRingMsgFull()
H A Dlac_sym_alg_chain.c637 *pHashStateBufferInfo = in LacAlgChain_SessionAuthKeyUpdate() local
649 pHashStateBufferInfo); in LacAlgChain_SessionAuthKeyUpdate()
1358 lac_sym_qat_hash_state_buffer_info_t *pHashStateBufferInfo = in LacAlgChain_SessionInit() local
1396 pHashStateBufferInfo); in LacAlgChain_SessionInit()
2190 *pHashStateBufferInfo = in LacAlgChain_Perform() local
2226 pHashStateBufferInfo = in LacAlgChain_Perform()
2275 pHashStateBufferInfo = in LacAlgChain_Perform()
2361 pHashStateBufferInfo, in LacAlgChain_Perform()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_hash.h408 lac_sym_qat_hash_state_buffer_info_t *pHashStateBufferInfo);