Searched refs:cipherSetupData (Results 1 – 6 of 6) sorted by relevance
266 sessionSetupData.cipherSetupData.pCipherKey = in qat_ocf_session_init()269 sessionSetupData.cipherSetupData.pCipherKey = in qat_ocf_session_init()271 sessionSetupData.cipherSetupData.cipherKeyLenInBytes = in qat_ocf_session_init()298 sessionSetupData.cipherSetupData.cipherAlgorithm = in qat_ocf_session_init()302 sessionSetupData.cipherSetupData.cipherAlgorithm = in qat_ocf_session_init()306 sessionSetupData.cipherSetupData.cipherAlgorithm = in qat_ocf_session_init()310 sessionSetupData.cipherSetupData.cipherAlgorithm = in qat_ocf_session_init()439 sessionSetupData.cipherSetupData.cipherDirection = in qat_ocf_session_init()444 sessionSetupData.cipherSetupData.cipherDirection = in qat_ocf_session_init()452 sessionSetupData.cipherSetupData.cipherDirection = in qat_ocf_session_init()[all …]
490 CpaCySymCipherSetupData cipherSetupData = { 0 }; in LacAlgChain_SessionCipherKeyUpdate() local498 cipherSetupData.cipherAlgorithm = pSessionDesc->cipherAlgorithm; in LacAlgChain_SessionCipherKeyUpdate()499 cipherSetupData.cipherKeyLenInBytes = in LacAlgChain_SessionCipherKeyUpdate()501 cipherSetupData.pCipherKey = pCipherKey; in LacAlgChain_SessionCipherKeyUpdate()502 cipherSetupData.cipherDirection = pSessionDesc->cipherDirection; in LacAlgChain_SessionCipherKeyUpdate()516 &(cipherSetupData), in LacAlgChain_SessionCipherKeyUpdate()517 cipherSetupData.cipherKeyLenInBytes, in LacAlgChain_SessionCipherKeyUpdate()529 &(cipherSetupData), in LacAlgChain_SessionCipherKeyUpdate()530 cipherSetupData.cipherKeyLenInBytes, in LacAlgChain_SessionCipherKeyUpdate()540 &(cipherSetupData), in LacAlgChain_SessionCipherKeyUpdate()[all …]
142 ->cipherSetupData; in LacSymSession_ParamCheck()571 pCipherSetupData = &pSessionSetupData->cipherSetupData; in LacSym_InitSession()1042 if ((pSessionSetupData->cipherSetupData.cipherAlgorithm != in getCtxSize()1044 (pSessionSetupData->cipherSetupData.cipherAlgorithm != in getCtxSize()1048 (pSessionSetupData->cipherSetupData.cipherAlgorithm != in getCtxSize()1050 (pSessionSetupData->cipherSetupData.cipherAlgorithm != in getCtxSize()1060 else if (((pSessionSetupData->cipherSetupData.cipherAlgorithm == in getCtxSize()1062 (pSessionSetupData->cipherSetupData.cipherAlgorithm == in getCtxSize()
233 if (pSessionSetup->cipherSetupData.cipherKeyLenInBytes == in LacHash_PrecomputeDataCreate()246 pSessionSetup->cipherSetupData.pCipherKey, in LacHash_PrecomputeDataCreate()247 pSessionSetup->cipherSetupData.cipherKeyLenInBytes); in LacHash_PrecomputeDataCreate()251 pSessionSetup->cipherSetupData in LacHash_PrecomputeDataCreate()283 pSessionSetup->cipherSetupData.cipherKeyLenInBytes, in LacHash_PrecomputeDataCreate()284 pSessionSetup->cipherSetupData.pCipherKey, in LacHash_PrecomputeDataCreate()
173 sd.cipherSetupData.cipherAlgorithm = ciper_algorithm; in qat_init_crypt_session_ctx()174 sd.cipherSetupData.pCipherKey = key->ck_data; in qat_init_crypt_session_ctx()175 sd.cipherSetupData.cipherKeyLenInBytes = key->ck_length / 8; in qat_init_crypt_session_ctx()186 sd.cipherSetupData.cipherDirection = in qat_init_crypt_session_ctx()192 sd.cipherSetupData.cipherDirection = in qat_init_crypt_session_ctx()
629 CpaCySymCipherSetupData cipherSetupData; member