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()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()455 sessionSetupData.cipherSetupData.cipherDirection = in qat_ocf_session_init()[all …]
503 cipherSetupData.cipherKeyLenInBytes = in LacAlgChain_SessionCipherKeyUpdate()505 cipherSetupData.pCipherKey = pCipherKey; in LacAlgChain_SessionCipherKeyUpdate()520 &(cipherSetupData), in LacAlgChain_SessionCipherKeyUpdate()521 cipherSetupData.cipherKeyLenInBytes, in LacAlgChain_SessionCipherKeyUpdate()533 &(cipherSetupData), in LacAlgChain_SessionCipherKeyUpdate()534 cipherSetupData.cipherKeyLenInBytes, in LacAlgChain_SessionCipherKeyUpdate()544 &(cipherSetupData), in LacAlgChain_SessionCipherKeyUpdate()545 cipherSetupData.cipherKeyLenInBytes, in LacAlgChain_SessionCipherKeyUpdate()609 sessionSetup.cipherSetupData.pCipherKey = in LacAlgChain_SessionAuthKeyUpdate()612 sessionSetup.cipherSetupData.pCipherKey = in LacAlgChain_SessionAuthKeyUpdate()[all …]
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()
142 ->cipherSetupData; in LacSymSession_ParamCheck()573 pCipherSetupData = &pSessionSetupData->cipherSetupData; in LacSym_InitSession()1049 if ((pSessionSetupData->cipherSetupData.cipherAlgorithm != in getCtxSize()1051 (pSessionSetupData->cipherSetupData.cipherAlgorithm != in getCtxSize()1055 (pSessionSetupData->cipherSetupData.cipherAlgorithm != in getCtxSize()1057 (pSessionSetupData->cipherSetupData.cipherAlgorithm != in getCtxSize()1067 else if (((pSessionSetupData->cipherSetupData.cipherAlgorithm == in getCtxSize()1069 (pSessionSetupData->cipherSetupData.cipherAlgorithm == in getCtxSize()
172 sd.cipherSetupData.cipherAlgorithm = ciper_algorithm; in qat_init_crypt_session_ctx()173 sd.cipherSetupData.pCipherKey = key->ck_data; in qat_init_crypt_session_ctx()174 sd.cipherSetupData.cipherKeyLenInBytes = key->ck_length / 8; in qat_init_crypt_session_ctx()185 sd.cipherSetupData.cipherDirection = in qat_init_crypt_session_ctx()191 sd.cipherSetupData.cipherDirection = in qat_init_crypt_session_ctx()
659 CpaCySymCipherSetupData cipherSetupData; member