Searched refs:cipherKeyLenInBytes (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/ |
H A D | lac_sym_cipher.c | 229 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 D | lac_sym_alg_chain.c | 215 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 D | lac_sym_hash.c | 233 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 D | lac_sym_cb.c | 209 pSessionDesc->cipherKeyLenInBytes / 2); in LacSymCb_ProcessCallbackInternal() 226 pSessionDesc->cipherKeyLenInBytes); in LacSymCb_ProcessCallbackInternal()
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/ |
H A D | lac_session.h | 168 Cpa32U cipherKeyLenInBytes; member 354 Cpa32U cipherKeyLenInBytes; member 506 Cpa32U cipherKeyLenInBytes; member
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/ |
H A D | lac_sym_qat_cipher.c | 586 .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 D | lac_sym_qat.c | 262 if (pSession->cipherKeyLenInBytes > in LacSymQat_UseSymConstantsTable()
|
/freebsd/sys/dev/qat/qat_api/include/lac/ |
H A D | cpa_cy_sym.h | 229 Cpa32U cipherKeyLenInBytes; member
|
/freebsd/sys/dev/qat/qat/ |
H A D | qat_ocf.c | 271 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 D | qat_crypt.c | 175 sd.cipherSetupData.cipherKeyLenInBytes = key->ck_length / 8; in qat_init_crypt_session_ctx()
|