Searched refs:pAuthKey (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/qat/qat_api/common/crypto/sym/ |
| H A D | lac_sym_hash_sw_precomputes.c | 138 Cpa8U *pAuthKey, in LacSymHash_HmacPreComputes() argument 170 memcpy(pHmacIpadQatData->data, pAuthKey, authKeyLenInBytes); in LacSymHash_HmacPreComputes() 171 memcpy(pHmacOpadQatData->data, pAuthKey, authKeyLenInBytes); in LacSymHash_HmacPreComputes() 217 Cpa8U *pAuthKey, in LacSymHash_AesECBPreCompute() argument 239 pAuthKey, authKeyLenInBytes, in, out)) { in LacSymHash_AesECBPreCompute() 265 memcpy(out, pAuthKey, authKeyLenInBytes); in LacSymHash_AesECBPreCompute() 271 pAuthKey, authKeyLenInBytes, out, out)) { in LacSymHash_AesECBPreCompute() 330 qatUtilsAESEncrypt(pAuthKey, authKeyLenInBytes, in, out)) { in LacSymHash_AesECBPreCompute()
|
| H A D | lac_sym_hash.c | 143 Cpa8U *pAuthKey = NULL; in LacHash_PrecomputeDataCreate() local 197 pAuthKey = pAuthModeSetupData->authKey; in LacHash_PrecomputeDataCreate() 210 pAuthKey, in LacHash_PrecomputeDataCreate() 217 memcpy(pState2, pAuthKey, authKeyLenInBytes); in LacHash_PrecomputeDataCreate() 222 pAuthKey, in LacHash_PrecomputeDataCreate() 307 memcpy(pState2, pAuthKey, authKeyLenInBytes); in LacHash_PrecomputeDataCreate() 309 memcpy(pTempKey, pAuthKey, authKeyLenInBytes); in LacHash_PrecomputeDataCreate() 340 memcpy(pState2, pAuthKey, authKeyLenInBytes); in LacHash_PrecomputeDataCreate() 358 pAuthKey, in LacHash_PrecomputeDataCreate()
|
| H A D | lac_sym_alg_chain.c | 558 Cpa8U *pAuthKey) in LacAlgChain_SessionAuthKeyUpdate() argument 568 if (pSessionDesc == NULL || pAuthKey == NULL) in LacAlgChain_SessionAuthKeyUpdate() 581 sessionSetup.hashSetupData.authModeSetupData.authKey = pAuthKey; in LacAlgChain_SessionAuthKeyUpdate() 654 memcpy(authKey, pAuthKey, pSessionDesc->authKeyLenInBytes); in LacAlgChain_SessionAuthKeyUpdate() 657 memcpy(pInnerState2, pAuthKey, pSessionDesc->authKeyLenInBytes); in LacAlgChain_SessionAuthKeyUpdate()
|
| /freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/ |
| H A D | lac_sym_hash.h | 471 Cpa8U *pAuthKey, 512 Cpa8U *pAuthKey,
|
| H A D | lac_sym_alg_chain.h | 260 Cpa8U *pAuthKey);
|