Searched refs:pCipherSetupData (Results 1 – 5 of 5) sorted by relevance
228 switch (pCipherSetupData->cipherAlgorithm) { in LacCipher_SessionSetupDataCheck()230 if (pCipherSetupData->cipherKeyLenInBytes > in LacCipher_SessionSetupDataCheck()239 pCipherSetupData->cipherKeyLenInBytes != in LacCipher_SessionSetupDataCheck()247 if ((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 …]
158 if (pCipherSetupData->cipherAlgorithm >= in LacSymSession_ParamCheck()164 pCipherSetupData->cipherAlgorithm)) { in LacSymSession_ParamCheck()196 pCipherSetupData->cipherAlgorithm) && in LacSymSession_ParamCheck()223 pCipherSetupData->cipherAlgorithm && in LacSymSession_ParamCheck()233 pCipherSetupData->cipherAlgorithm)) { in LacSymSession_ParamCheck()254 pCipherSetupData->cipherAlgorithm, in LacSymSession_ParamCheck()294 pCipherSetupData->cipherAlgorithm) || in LacSymSession_ParamCheck()296 pCipherSetupData->cipherAlgorithm) || in LacSymSession_ParamCheck()298 pCipherSetupData->cipherAlgorithm)) { in LacSymSession_ParamCheck()327 if ((pCipherSetupData->cipherDirection != in LacSymSession_ParamCheck()[all …]
642 const CpaCySymCipherSetupData *pCipherSetupData, in LacSymQat_CipherHwBlockPopulateKeySetup() argument649 Cpa32U actualKeyLenInBytes = pCipherSetupData->cipherKeyLenInBytes; in LacSymQat_CipherHwBlockPopulateKeySetup()655 if (!(LAC_CIPHER_IS_ARC4(pCipherSetupData->cipherAlgorithm) || in LacSymQat_CipherHwBlockPopulateKeySetup()656 LAC_CIPHER_IS_NULL(pCipherSetupData->cipherAlgorithm))) { in LacSymQat_CipherHwBlockPopulateKeySetup()673 pCipherSetupData->pCipherKey, in LacSymQat_CipherHwBlockPopulateKeySetup()682 switch (pCipherSetupData->cipherAlgorithm) { in LacSymQat_CipherHwBlockPopulateKeySetup()688 (Cpa32U *)pCipherSetupData->pCipherKey; in LacSymQat_CipherHwBlockPopulateKeySetup()748 pCipherSetupData->cipherKeyLenInBytes / 2; in LacSymQat_CipherHwBlockPopulateKeySetup()750 pCipherSetupData->pCipherKey, in LacSymQat_CipherHwBlockPopulateKeySetup()760 pCipherSetupData->pCipherKey + key_len, in LacSymQat_CipherHwBlockPopulateKeySetup()[all …]
257 LacCipher_SessionSetupDataCheck(const CpaCySymCipherSetupData *pCipherSetupData,
295 const CpaCySymCipherSetupData *pCipherSetupData,