Home
last modified time | relevance | path

Searched refs:pCipherKey (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_cipher.c665 Cpa8U *pCipherKey = (Cpa8U *)pCipherHwBlock; in LacSymQat_CipherHwBlockPopulateKeySetup() local
688 memcpy(pCipherKey, in LacSymQat_CipherHwBlockPopulateKeySetup()
689 pCipherSetupData->pCipherKey, in LacSymQat_CipherHwBlockPopulateKeySetup()
693 LAC_OS_BZERO(pCipherKey + actualKeyLenInBytes, in LacSymQat_CipherHwBlockPopulateKeySetup()
704 (Cpa32U *)pCipherSetupData->pCipherKey; in LacSymQat_CipherHwBlockPopulateKeySetup()
706 (Cpa32U *)(pCipherKey + targetKeyLenInBytes); in LacSymQat_CipherHwBlockPopulateKeySetup()
731 pCipherKey + (targetKeyLenInBytes / 2); in LacSymQat_CipherHwBlockPopulateKeySetup()
736 pCipherKey[index] ^ pTempKey[index]; in LacSymQat_CipherHwBlockPopulateKeySetup()
738 pTempKey = (pCipherKey + targetKeyLenInBytes); in LacSymQat_CipherHwBlockPopulateKeySetup()
745 LAC_OS_BZERO(pCipherKey + targetKeyLenInBytes, in LacSymQat_CipherHwBlockPopulateKeySetup()
[all …]
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_alg_chain.c477 Cpa8U *pCipherKey) in LacAlgChain_SessionCipherKeyUpdate() argument
481 if (pSessionDesc == NULL || pCipherKey == NULL) in LacAlgChain_SessionCipherKeyUpdate()
486 pCipherKey, in LacAlgChain_SessionCipherKeyUpdate()
501 cipherSetupData.pCipherKey = pCipherKey; in LacAlgChain_SessionCipherKeyUpdate()
605 sessionSetup.cipherSetupData.pCipherKey = in LacAlgChain_SessionAuthKeyUpdate()
608 sessionSetup.cipherSetupData.pCipherKey = in LacAlgChain_SessionAuthKeyUpdate()
616 sessionSetup.cipherSetupData.pCipherKey = in LacAlgChain_SessionAuthKeyUpdate()
625 sessionSetup.cipherSetupData.pCipherKey = in LacAlgChain_SessionAuthKeyUpdate()
631 if (!sessionSetup.cipherSetupData.pCipherKey) in LacAlgChain_SessionAuthKeyUpdate()
1054 pCipherData->pCipherKey, in LacAlgChain_SessionInit()
H A Dlac_sym_hash.c246 pSessionSetup->cipherSetupData.pCipherKey, in LacHash_PrecomputeDataCreate()
284 pSessionSetup->cipherSetupData.pCipherKey, in LacHash_PrecomputeDataCreate()
H A Dlac_sym_cipher.c224 LAC_CHECK_NULL_PARAM(pCipherSetupData->pCipherKey); in LacCipher_SessionSetupDataCheck()
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_sym.h244 Cpa8U *pCipherKey; member
700 Cpa8U *pCipherKey; member
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_alg_chain.h231 Cpa8U *pCipherKey);
/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()
477 sessionSetupData.cipherSetupData.pCipherKey = in qat_ocf_session_init()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c174 sd.cipherSetupData.pCipherKey = key->ck_data; in qat_init_crypt_session_ctx()