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.c229 if (pCipherSetupData->cipherKeyLenInBytes > in LacCipher_SessionSetupDataCheck()
238 pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()
246 if ((pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()
248 (pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()
250 (pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()
252 (pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()
263 if ((pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()
265 (pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()
267 (pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()
275 if ((pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()
[all …]
H A Dlac_sym_alg_chain.c215 pCipherData->cipherKeyLenInBytes, in LacAlgChain_CipherCDBuild_ForOptimisedCD()
222 pSessionDesc->cipherKeyLenInBytes, in LacAlgChain_CipherCDBuild_ForOptimisedCD()
248 pCipherData->cipherKeyLenInBytes, in LacAlgChain_CipherCDBuild_ForSHRAM()
255 pSessionDesc->cipherKeyLenInBytes, in LacAlgChain_CipherCDBuild_ForSHRAM()
306 pCipherData->cipherKeyLenInBytes, in LacAlgChain_CipherCDBuild()
315 pSessionDesc->cipherKeyLenInBytes, in LacAlgChain_CipherCDBuild()
323 pSessionDesc->cipherKeyLenInBytes, in LacAlgChain_CipherCDBuild()
487 pSessionDesc->cipherKeyLenInBytes, in LacAlgChain_SessionCipherKeyUpdate()
499 cipherSetupData.cipherKeyLenInBytes = in LacAlgChain_SessionCipherKeyUpdate()
500 pSessionDesc->cipherKeyLenInBytes; in LacAlgChain_SessionCipherKeyUpdate()
[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.c586 .pAlgByKeySize[pSession->cipherKeyLenInBytes]; in LacSymQat_CipherGetCfgData()
666 Cpa32U actualKeyLenInBytes = pCipherSetupData->cipherKeyLenInBytes; in LacSymQat_CipherHwBlockPopulateKeySetup()
764 pCipherSetupData->cipherKeyLenInBytes / 2; in LacSymQat_CipherHwBlockPopulateKeySetup()
950 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.h229 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.c175 sd.cipherSetupData.cipherKeyLenInBytes = key->ck_length / 8; in qat_init_crypt_session_ctx()