Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_hash.c47 icp_qat_hw_auth_setup_t *pOutHashSetup; member
480 pHashBlkPtrs->pOutHashSetup = in LacSymQat_HashHwBlockPtrsInit()
486 (Cpa8U *)(pHashBlkPtrs->pOutHashSetup) + in LacSymQat_HashHwBlockPtrsInit()
630 hashBlkPtrs.pOutHashSetup->auth_config.config = outerConfig; in LacSymQat_HashSetupBlockInit()
631 hashBlkPtrs.pOutHashSetup->auth_config.reserved = 0; in LacSymQat_HashSetupBlockInit()
634 hashBlkPtrs.pOutHashSetup->auth_counter.counter = 0; in LacSymQat_HashSetupBlockInit()
635 hashBlkPtrs.pOutHashSetup->auth_counter.reserved = 0; in LacSymQat_HashSetupBlockInit()
651 (icp_qat_hw_cipher_config_t *)hashBlkPtrs.pOutHashSetup; in LacSymQat_HashSetupBlockInit()
674 (icp_qat_hw_cipher_config_t *)hashBlkPtrs.pOutHashSetup; in LacSymQat_HashSetupBlockInit()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_alg_chain.c562 Cpa8U *pOutHashSetup = NULL; in LacAlgChain_SessionAuthKeyUpdate() local
601 pOutHashSetup = pInnerState2 + cd_ctrl->inner_state2_sz; in LacAlgChain_SessionAuthKeyUpdate()
609 pOutHashSetup + cipherConfigSize; in LacAlgChain_SessionAuthKeyUpdate()
653 Cpa8U *authKey = (Cpa8U *)pOutHashSetup + cipherConfigSize; in LacAlgChain_SessionAuthKeyUpdate()