Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_dp.c83 pSessionDesc = LAC_SYM_SESSION_DESC_FROM_CTX_GET(pRequest->sessionCtx); in LacDp_EnqueueParamCheck()
87 pSessionDesc = LAC_SYM_SESSION_DESC_FROM_CTX_GET( in LacDp_EnqueueParamCheck()
437 LAC_SYM_SESSION_DESC_FROM_CTX_GET(pRequest->sessionCtx); in LacDp_WriteRingMsgOpt()
576 LAC_SYM_SESSION_DESC_FROM_CTX_GET(pRequest->sessionCtx); in LacDp_WriteRingMsgFull()
1038 pSessionDesc = LAC_SYM_SESSION_DESC_FROM_CTX_GET(pRequest->sessionCtx); in cpaCySymDpEnqueueOp()
1139 LAC_SYM_SESSION_DESC_FROM_CTX_GET(pRequests[0]->sessionCtx); in cpaCySymDpEnqueueOpBatch()
1152 LAC_SYM_SESSION_DESC_FROM_CTX_GET(pRequests[i]->sessionCtx); in cpaCySymDpEnqueueOpBatch()
H A Dlac_sym_api.c526 pSessionDesc = LAC_SYM_SESSION_DESC_FROM_CTX_GET(pSessionCtx); in cpaCySymSessionInUse()
692 pSessionDesc = LAC_SYM_SESSION_DESC_FROM_CTX_GET(pSessionCtx); in cpaCySymRemoveSession()
783 pSessionDesc = LAC_SYM_SESSION_DESC_FROM_CTX_GET(pOpData->sessionCtx); in LacSym_Perform()
H A Dlac_sym_cipher.c67 LAC_SYM_SESSION_DESC_FROM_CTX_GET(pOpData->sessionCtx); in LacCipher_PerformIvCheck()
H A Dlac_sym_cb.c363 LAC_SYM_SESSION_DESC_FROM_CTX_GET(pDpOpData->sessionCtx); in LacSymCb_ProcessCallback()
/freebsd/sys/dev/qat/qat/
H A Dqat_ocf_utils.c80 LAC_SYM_SESSION_DESC_FROM_CTX_GET(ocf_session->sessionCtx); in qat_ocf_session_update()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_session.h652 #define LAC_SYM_SESSION_DESC_FROM_CTX_GET(pSession) \ macro