Home
last modified time | relevance | path

Searched refs:cipherKeyLenInBytes (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_cipher.c230 if (pCipherSetupData->cipherKeyLenInBytes > in LacCipher_SessionSetupDataCheck()
239 pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()
247 if ((pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()
249 (pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()
289 if (pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()
299 if (pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()
309 if (pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()
319 if (pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()
328 if (pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()
336 if (pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()
[all …]
H A Dlac_sym_alg_chain.c218 pCipherData->cipherKeyLenInBytes, in LacAlgChain_CipherCDBuild_ForOptimisedCD()
251 pCipherData->cipherKeyLenInBytes, in LacAlgChain_CipherCDBuild_ForSHRAM()
309 pCipherData->cipherKeyLenInBytes, in LacAlgChain_CipherCDBuild()
326 pSessionDesc->cipherKeyLenInBytes, in LacAlgChain_CipherCDBuild()
491 pSessionDesc->cipherKeyLenInBytes, in LacAlgChain_SessionCipherKeyUpdate()
503 cipherSetupData.cipherKeyLenInBytes = in LacAlgChain_SessionCipherKeyUpdate()
504 pSessionDesc->cipherKeyLenInBytes; in LacAlgChain_SessionCipherKeyUpdate()
521 cipherSetupData.cipherKeyLenInBytes, in LacAlgChain_SessionCipherKeyUpdate()
596 pSessionDesc->cipherKeyLenInBytes; in LacAlgChain_SessionAuthKeyUpdate()
1043 pSessionDesc->cipherKeyLenInBytes = in LacAlgChain_SessionInit()
[all …]
H A Dlac_sym_hash.c233 if (pSessionSetup->cipherSetupData.cipherKeyLenInBytes == in LacHash_PrecomputeDataCreate()
247 pSessionSetup->cipherSetupData.cipherKeyLenInBytes); in LacHash_PrecomputeDataCreate()
252 .cipherKeyLenInBytes, in LacHash_PrecomputeDataCreate()
283 pSessionSetup->cipherSetupData.cipherKeyLenInBytes, in LacHash_PrecomputeDataCreate()
H A Dlac_sym_cb.c209 pSessionDesc->cipherKeyLenInBytes / 2); in LacSymCb_ProcessCallbackInternal()
226 pSessionDesc->cipherKeyLenInBytes); in LacSymCb_ProcessCallbackInternal()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_session.h168 Cpa32U cipherKeyLenInBytes; member
354 Cpa32U cipherKeyLenInBytes; member
506 Cpa32U cipherKeyLenInBytes; member
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_cipher.c569 .pAlgByKeySize[pSession->cipherKeyLenInBytes]; in LacSymQat_CipherGetCfgData()
649 Cpa32U actualKeyLenInBytes = pCipherSetupData->cipherKeyLenInBytes; in LacSymQat_CipherHwBlockPopulateKeySetup()
748 pCipherSetupData->cipherKeyLenInBytes / 2; in LacSymQat_CipherHwBlockPopulateKeySetup()
934 pSessionDesc->cipherKeyLenInBytes / 2, in LacSymQat_CipherRequestParamsPopulate()
H A Dlac_sym_qat.c262 if (pSession->cipherKeyLenInBytes > in LacSymQat_UseSymConstantsTable()
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_sym.h262 Cpa32U cipherKeyLenInBytes; member
/freebsd/sys/dev/qat/qat/
H A Dqat_ocf.c271 sessionSetupData.cipherSetupData.cipherKeyLenInBytes = in qat_ocf_session_init()
479 sessionSetupData.cipherSetupData.cipherKeyLenInBytes = in qat_ocf_session_init()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c174 sd.cipherSetupData.cipherKeyLenInBytes = key->ck_length / 8; in qat_init_crypt_session_ctx()