Home
last modified time | relevance | path

Searched refs:ICP_QAT_FW_LA_PARTIAL_START (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_cipher.c124 if ((ICP_QAT_FW_LA_PARTIAL_START == qatPacketType) || in LacCipher_PerformIvCheck()
128 if (ICP_QAT_FW_LA_PARTIAL_START == in LacCipher_PerformIvCheck()
185 if (ICP_QAT_FW_LA_PARTIAL_START == qatPacketType) { in LacCipher_PerformIvCheck()
H A Dlac_sym_alg_chain.c1517 if ((ICP_QAT_FW_LA_PARTIAL_START == packetType) || in LacAlgChain_StatefulSha3_SkipStateLoadFlags()
1531 if ((ICP_QAT_FW_LA_PARTIAL_START == packetType) || in LacAlgChain_StatefulSha3_SkipStateLoadFlags()
1830 (qatPacketType == ICP_QAT_FW_LA_PARTIAL_START)) { in LacAlgChain_Perform()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat.c194 *pQatPacketType = ICP_QAT_FW_LA_PARTIAL_START; in LacSymQat_packetTypeGet()
H A Dlac_sym_qat_hash.c937 if ((ICP_QAT_FW_LA_PARTIAL_START == packetType) || in LacSymQat_HashRequestParamsPopulate()
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_fw_la.h430 #define ICP_QAT_FW_LA_PARTIAL_START 1 macro