Home
last modified time | relevance | path

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

/freebsd-14.2/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()
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 …]
/freebsd-14.2/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_alg_chain.c503 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 …]
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()
H A Dlac_sym_api.c142 ->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()
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c172 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()
/freebsd-14.2/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_sym.h659 CpaCySymCipherSetupData cipherSetupData; member