Searched refs:cipherKeyLenInBytes (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/sys/dev/qat/qat_api/common/crypto/sym/ |
H A D | lac_sym_cipher.c | 230 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() 251 (pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck() 253 (pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck() 264 if ((pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck() 266 (pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck() 268 (pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck() 276 if ((pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck() [all …]
|
H A D | lac_sym_alg_chain.c | 218 pCipherData->cipherKeyLenInBytes, in LacAlgChain_CipherCDBuild_ForOptimisedCD() 225 pSessionDesc->cipherKeyLenInBytes, in LacAlgChain_CipherCDBuild_ForOptimisedCD() 251 pCipherData->cipherKeyLenInBytes, in LacAlgChain_CipherCDBuild_ForSHRAM() 258 pSessionDesc->cipherKeyLenInBytes, in LacAlgChain_CipherCDBuild_ForSHRAM() 309 pCipherData->cipherKeyLenInBytes, in LacAlgChain_CipherCDBuild() 318 pSessionDesc->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() [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-src/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-src/sys/dev/qat/qat_api/common/crypto/sym/qat/ |
H A D | lac_sym_qat_cipher.c | 569 .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 D | lac_sym_qat.c | 262 if (pSession->cipherKeyLenInBytes > in LacSymQat_UseSymConstantsTable()
|
/freebsd-src/sys/dev/qat/qat_api/include/lac/ |
H A D | cpa_cy_sym.h | 262 Cpa32U cipherKeyLenInBytes; member
|
/freebsd-src/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-src/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | qat_crypt.c | 174 sd.cipherSetupData.cipherKeyLenInBytes = key->ck_length / 8; in qat_init_crypt_session_ctx()
|