Searched refs:qatHashMode (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/ |
H A D | lac_sym_hash_defs.h | 300 #define IS_HASH_MODE_1(qatHashMode) (ICP_QAT_HW_AUTH_MODE1 == qatHashMode) argument 305 #define IS_HASH_MODE_2(qatHashMode) (ICP_QAT_HW_AUTH_MODE2 == qatHashMode) argument 310 #define IS_HASH_MODE_2_AUTH(qatHashMode, hashMode) \ argument 311 ((IS_HASH_MODE_2(qatHashMode)) && \ 318 #define IS_HASH_MODE_2_NESTED(qatHashMode, hashMode) \ argument 319 ((IS_HASH_MODE_2(qatHashMode)) && \
|
H A D | lac_sym_qat_hash.h | 148 icp_qat_hw_auth_mode_t qatHashMode, 299 icp_qat_hw_auth_mode_t qatHashMode, 310 icp_qat_hw_auth_mode_t qatHashMode,
|
H A D | lac_session.h | 251 icp_qat_hw_auth_mode_t qatHashMode; member 437 icp_qat_hw_auth_mode_t qatHashMode; member 589 icp_qat_hw_auth_mode_t qatHashMode; member
|
H A D | lac_sym_hash.h | 409 icp_qat_hw_auth_mode_t qatHashMode,
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/ |
H A D | lac_sym_qat_hash.c | 82 icp_qat_hw_auth_mode_t qatHashMode, 107 icp_qat_hw_auth_mode_t qatHashMode, 115 icp_qat_hw_auth_mode_t qatHashMode, in LacSymQat_HashGetCfgData() argument 126 if (IS_HASH_MODE_2(qatHashMode)) { in LacSymQat_HashGetCfgData() 149 icp_qat_hw_auth_mode_t qatHashMode, in LacSymQat_HashContentDescInit() argument 173 if (IS_HASH_MODE_2(qatHashMode)) { in LacSymQat_HashContentDescInit() 230 if (IS_HASH_MODE_1(qatHashMode) || in LacSymQat_HashContentDescInit() 259 IS_HASH_MODE_2(qatHashMode)) { in LacSymQat_HashContentDescInit() 316 qatHashMode, in LacSymQat_HashContentDescInit() 327 qatHashMode, in LacSymQat_HashContentDescInit() [all …]
|
H A D | lac_sym_qat.c | 297 (pSession->qatHashMode == ICP_QAT_HW_AUTH_MODE1)) { in LacSymQat_UseSymConstantsTable() 305 pSession->qatHashMode, in LacSymQat_UseSymConstantsTable() 314 pSession->qatHashMode, in LacSymQat_UseSymConstantsTable()
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/ |
H A D | lac_sym_alg_chain.c | 362 pSessionDesc->qatHashMode, in LacAlgChain_HashCDBuild() 381 pSessionDesc->qatHashMode, in LacAlgChain_HashCDBuild() 398 pSessionDesc->qatHashMode, in LacAlgChain_HashCDBuild() 651 pSessionDesc->qatHashMode, in LacAlgChain_SessionAuthKeyUpdate() 664 IS_HASH_MODE_1(pSessionDesc->qatHashMode)) { in LacAlgChain_SessionAuthKeyUpdate() 1115 pSessionDesc->qatHashMode = in LacAlgChain_SessionInit() 1128 pSessionDesc->qatHashMode = in LacAlgChain_SessionInit() 1131 pSessionDesc->qatHashMode = in LacAlgChain_SessionInit() 1136 pSessionDesc->qatHashMode = in LacAlgChain_SessionInit() 1139 pSessionDesc->qatHashMode = in LacAlgChain_SessionInit() [all …]
|
H A D | lac_sym_hash.c | 87 icp_qat_hw_auth_mode_t qatHashMode, in LacHash_StatePrefixAadBufferInit() argument 119 else if (IS_HASH_MODE_2_AUTH(qatHashMode, pHashSetupData->hashMode)) { in LacHash_StatePrefixAadBufferInit()
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/key/ |
H A D | lac_sym_key.c | 1255 icp_qat_hw_auth_mode_t qatHashMode = 0; in LacSymKey_KeyGenSslTls_GenCommon() local 1258 qatHashMode = ICP_QAT_HW_AUTH_MODE0; in LacSymKey_KeyGenSslTls_GenCommon() 1261 qatHashMode = ICP_QAT_HW_AUTH_MODE2; in LacSymKey_KeyGenSslTls_GenCommon() 1553 qatHashMode, in LacSymKey_KeyGenSslTls_GenCommon() 1648 qatHashMode, in LacSymKey_KeyGenSslTls_GenCommon() 1793 qatHashMode, in LacSymKey_KeyGenSslTls_GenCommon() 1895 qatHashMode, in LacSymKey_KeyGenSslTls_GenCommon()
|