Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_hash.c83 lac_sym_qat_hash_precompute_info_t *pPrecompute,
108 lac_sym_qat_hash_precompute_info_t *pPrecompute,
153 lac_sym_qat_hash_precompute_info_t *pPrecompute, in LacSymQat_HashContentDescInit() argument
317 pPrecompute, in LacSymQat_HashContentDescInit()
328 pPrecompute, in LacSymQat_HashContentDescInit()
495 lac_sym_qat_hash_precompute_info_t *pPrecompute, in LacSymQat_HashSetupBlockInit() argument
584 pPrecompute->state1Size = pHashDefs->qatInfo->state1Length; in LacSymQat_HashSetupBlockInit()
585 pPrecompute->state2Size = pHashDefs->qatInfo->state2Length; in LacSymQat_HashSetupBlockInit()
589 pPrecompute->pState1 = hashBlkPtrs.pInHashInitState1; in LacSymQat_HashSetupBlockInit()
593 pPrecompute->pState2 = hashBlkPtrs.pInHashInitState2; in LacSymQat_HashSetupBlockInit()
[all …]
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_qat_hash.h152 lac_sym_qat_hash_precompute_info_t *pPrecompute,