Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_cipher.c648 Cpa8U *pCipherKey = (Cpa8U *)pCipherHwBlock; in LacSymQat_CipherHwBlockPopulateKeySetup() local
672 memcpy(pCipherKey, in LacSymQat_CipherHwBlockPopulateKeySetup()
673 pCipherSetupData->pCipherKey, in LacSymQat_CipherHwBlockPopulateKeySetup()
677 LAC_OS_BZERO(pCipherKey + actualKeyLenInBytes, in LacSymQat_CipherHwBlockPopulateKeySetup()
688 (Cpa32U *)pCipherSetupData->pCipherKey; in LacSymQat_CipherHwBlockPopulateKeySetup()
690 (Cpa32U *)(pCipherKey + targetKeyLenInBytes); in LacSymQat_CipherHwBlockPopulateKeySetup()
715 pCipherKey + (targetKeyLenInBytes / 2); in LacSymQat_CipherHwBlockPopulateKeySetup()
720 pCipherKey[index] ^ pTempKey[index]; in LacSymQat_CipherHwBlockPopulateKeySetup()
722 pTempKey = (pCipherKey + targetKeyLenInBytes); in LacSymQat_CipherHwBlockPopulateKeySetup()
729 LAC_OS_BZERO(pCipherKey + targetKeyLenInBytes, in LacSymQat_CipherHwBlockPopulateKeySetup()
[all …]
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_alg_chain.c481 Cpa8U *pCipherKey) in LacAlgChain_SessionCipherKeyUpdate() argument
485 if (pSessionDesc == NULL || pCipherKey == NULL) in LacAlgChain_SessionCipherKeyUpdate()
490 pCipherKey, in LacAlgChain_SessionCipherKeyUpdate()
505 cipherSetupData.pCipherKey = pCipherKey; in LacAlgChain_SessionCipherKeyUpdate()
609 sessionSetup.cipherSetupData.pCipherKey = in LacAlgChain_SessionAuthKeyUpdate()
612 sessionSetup.cipherSetupData.pCipherKey = in LacAlgChain_SessionAuthKeyUpdate()
620 sessionSetup.cipherSetupData.pCipherKey = in LacAlgChain_SessionAuthKeyUpdate()
629 sessionSetup.cipherSetupData.pCipherKey = in LacAlgChain_SessionAuthKeyUpdate()
635 if (!sessionSetup.cipherSetupData.pCipherKey) in LacAlgChain_SessionAuthKeyUpdate()
1058 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.c225 LAC_CHECK_NULL_PARAM(pCipherSetupData->pCipherKey); in LacCipher_SessionSetupDataCheck()
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_sym.h276 Cpa8U *pCipherKey; member
730 Cpa8U *pCipherKey; member
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_alg_chain.h234 Cpa8U *pCipherKey);
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c173 sd.cipherSetupData.pCipherKey = key->ck_data; in qat_init_crypt_session_ctx()