Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_alg_chain.c565 CpaCySymSessionSetupData sessionSetup = { 0 }; in LacAlgChain_SessionAuthKeyUpdate() local
579 sessionSetup.hashSetupData.hashAlgorithm = pSessionDesc->hashAlgorithm; in LacAlgChain_SessionAuthKeyUpdate()
580 sessionSetup.hashSetupData.hashMode = pSessionDesc->hashMode; in LacAlgChain_SessionAuthKeyUpdate()
581 sessionSetup.hashSetupData.authModeSetupData.authKey = pAuthKey; in LacAlgChain_SessionAuthKeyUpdate()
582 sessionSetup.hashSetupData.authModeSetupData.authKeyLenInBytes = in LacAlgChain_SessionAuthKeyUpdate()
584 sessionSetup.hashSetupData.authModeSetupData.aadLenInBytes = in LacAlgChain_SessionAuthKeyUpdate()
586 sessionSetup.hashSetupData.digestResultLenInBytes = in LacAlgChain_SessionAuthKeyUpdate()
589 sessionSetup.cipherSetupData.cipherAlgorithm = in LacAlgChain_SessionAuthKeyUpdate()
591 sessionSetup.cipherSetupData.cipherKeyLenInBytes = in LacAlgChain_SessionAuthKeyUpdate()
605 sessionSetup.cipherSetupData.pCipherKey = in LacAlgChain_SessionAuthKeyUpdate()
[all …]