Home
last modified time | relevance | path

Searched refs:ICP_QAT_HW_AUTH_MODE1 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_hash_defs.h300 #define IS_HASH_MODE_1(qatHashMode) (ICP_QAT_HW_AUTH_MODE1 == qatHashMode)
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_constants_table.c136 [ICP_QAT_HW_AUTH_ALGO_SHA1][ICP_QAT_HW_AUTH_MODE1] \
H A Dlac_sym_qat.c297 (pSession->qatHashMode == ICP_QAT_HW_AUTH_MODE1)) { in LacSymQat_UseSymConstantsTable()
/freebsd/sys/dev/qat/include/
H A Dicp_qat_hw.h58 ICP_QAT_HW_AUTH_MODE1 = 1, enumerator
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_hw.h121 ICP_QAT_HW_AUTH_MODE1 = 1, /*!< QAT Auth Mode1 configuration */ enumerator
/freebsd/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_crypto.c353 pCryptoService->qatHmacMode = ICP_QAT_HW_AUTH_MODE1; in SalCtrl_SymInit()
359 pCryptoService->qatHmacMode = ICP_QAT_HW_AUTH_MODE1; in SalCtrl_SymInit()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_alg_chain.c1140 ICP_QAT_HW_AUTH_MODE1; in LacAlgChain_SessionInit()