Searched refs:qatHashMode (Results 1 – 9 of 9) sorted by relevance
| /src/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 | 406 icp_qat_hw_auth_mode_t qatHashMode,
|
| /src/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()
|
| /src/sys/dev/qat/qat_api/common/crypto/sym/ |
| H A D | lac_sym_alg_chain.c | 359 pSessionDesc->qatHashMode, in LacAlgChain_HashCDBuild() 378 pSessionDesc->qatHashMode, in LacAlgChain_HashCDBuild() 395 pSessionDesc->qatHashMode, in LacAlgChain_HashCDBuild() 647 pSessionDesc->qatHashMode, in LacAlgChain_SessionAuthKeyUpdate() 660 IS_HASH_MODE_1(pSessionDesc->qatHashMode)) { in LacAlgChain_SessionAuthKeyUpdate() 1111 pSessionDesc->qatHashMode = in LacAlgChain_SessionInit() 1124 pSessionDesc->qatHashMode = in LacAlgChain_SessionInit() 1127 pSessionDesc->qatHashMode = in LacAlgChain_SessionInit() 1132 pSessionDesc->qatHashMode = in LacAlgChain_SessionInit() 1135 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()
|
| /src/sys/dev/qat/qat_api/common/crypto/sym/key/ |
| H A D | lac_sym_key.c | 1248 icp_qat_hw_auth_mode_t qatHashMode = 0; in LacSymKey_KeyGenSslTls_GenCommon() local 1251 qatHashMode = ICP_QAT_HW_AUTH_MODE0; in LacSymKey_KeyGenSslTls_GenCommon() 1254 qatHashMode = ICP_QAT_HW_AUTH_MODE2; in LacSymKey_KeyGenSslTls_GenCommon() 1546 qatHashMode, in LacSymKey_KeyGenSslTls_GenCommon() 1641 qatHashMode, in LacSymKey_KeyGenSslTls_GenCommon() 1786 qatHashMode, in LacSymKey_KeyGenSslTls_GenCommon() 1888 qatHashMode, in LacSymKey_KeyGenSslTls_GenCommon()
|