Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_cipher.c484 if (ICP_QAT_FW_LA_USE_UCS_SLICE_TYPE == sliceType && in LacSymQat_CipherCtrlBlockWrite()
626 if (ICP_QAT_FW_LA_USE_UCS_SLICE_TYPE == pSession->cipherSliceType) { in LacSymQat_CipherHwBlockPopulateCfgData()
666 if (ICP_QAT_FW_LA_USE_UCS_SLICE_TYPE == sliceType && in LacSymQat_CipherHwBlockPopulateKeySetup()
746 if (ICP_QAT_FW_LA_USE_UCS_SLICE_TYPE == sliceType) { in LacSymQat_CipherHwBlockPopulateKeySetup()
925 if (ICP_QAT_FW_LA_USE_UCS_SLICE_TYPE == in LacSymQat_CipherRequestParamsPopulate()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_cipher.c448 sliceType = ICP_QAT_FW_LA_USE_UCS_SLICE_TYPE; in LacCipher_GetCipherSliceType()
454 sliceType = ICP_QAT_FW_LA_USE_UCS_SLICE_TYPE; in LacCipher_GetCipherSliceType()
H A Dlac_sym_alg_chain.c188 if (ICP_QAT_FW_LA_USE_UCS_SLICE_TYPE == pSessionDesc->cipherSliceType) { in LacSymCheck_IsPartialSupported()
410 if (ICP_QAT_FW_LA_USE_UCS_SLICE_TYPE == pSessionDesc->cipherSliceType) { in LacAlgChain_GetCipherConfigSize()
1171 if (ICP_QAT_FW_LA_USE_UCS_SLICE_TYPE == in LacAlgChain_SessionInit()
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_fw_la.h212 #define ICP_QAT_FW_LA_USE_UCS_SLICE_TYPE 1 macro