Home
last modified time | relevance | path

Searched refs:cipherSetupData (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qat/qat/
H A Dqat_ocf.c266 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 …]
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_alg_chain.c490 CpaCySymCipherSetupData cipherSetupData = { 0 }; in LacAlgChain_SessionCipherKeyUpdate() local
498 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 …]
H A Dlac_sym_api.c142 ->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()
H A Dlac_sym_hash.c233 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()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c173 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()
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_sym.h629 CpaCySymCipherSetupData cipherSetupData; member