Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_hash_defs.h305 #define IS_HASH_MODE_2(qatHashMode) (ICP_QAT_HW_AUTH_MODE2 == qatHashMode)
/freebsd/sys/dev/qat/include/
H A Dicp_qat_hw.h59 ICP_QAT_HW_AUTH_MODE2 = 2, enumerator
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_hw.h122 ICP_QAT_HW_AUTH_MODE2 = 2, /*!< QAT AuthMode2 configuration */ enumerator
/freebsd/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_crypto.c356 pCryptoService->qatHmacMode = ICP_QAT_HW_AUTH_MODE2; in SalCtrl_SymInit()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_alg_chain.c1129 ICP_QAT_HW_AUTH_MODE2; in LacAlgChain_SessionInit()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/key/
H A Dlac_sym_key.c1261 qatHashMode = ICP_QAT_HW_AUTH_MODE2; in LacSymKey_KeyGenSslTls_GenCommon()