Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_hash_sw_precomputes.c48 lac_sym_qat_hash_alg_info_t *pHashAlgInfo, in LacSymHash_Compute() argument
73 for (i = 0; i < LAC_BYTES_TO_LONGWORDS(pHashAlgInfo->stateSize); in LacSymHash_Compute()
85 for (i = 0; i < LAC_BYTES_TO_LONGWORDS(pHashAlgInfo->stateSize); in LacSymHash_Compute()
97 for (i = 0; i < LAC_BYTES_TO_LONGWORDS(pHashAlgInfo->stateSize); in LacSymHash_Compute()
109 for (i = 0; i < LAC_BYTES_TO_QUADWORDS(pHashAlgInfo->stateSize); in LacSymHash_Compute()
121 for (i = 0; i < LAC_BYTES_TO_QUADWORDS(pHashAlgInfo->stateSize); in LacSymHash_Compute()
158 lac_sym_qat_hash_alg_info_t *pHashAlgInfo = NULL; in LacSymHash_HmacPreComputes() local
164 &pHashAlgInfo); in LacSymHash_HmacPreComputes()
165 pHmacIpadOpData->stateSize = pHashAlgInfo->stateSize; in LacSymHash_HmacPreComputes()
166 pHmacOpadOpData->stateSize = pHashAlgInfo->stateSize; in LacSymHash_HmacPreComputes()
[all …]
H A Dlac_sym_hash.c375 lac_sym_qat_hash_alg_info_t *pHashAlgInfo = NULL; in LacHash_HashContextCheck() local
414 &pHashAlgInfo); in LacHash_HashContextCheck()
423 pHashAlgInfo->digestLength)) { in LacHash_HashContextCheck()
592 pHashAlgInfo->blockLength) { in LacHash_HashContextCheck()
672 lac_sym_qat_hash_alg_info_t *pHashAlgInfo = NULL; in LacHash_PerformParamCheck() local
752 &pHashAlgInfo); in LacHash_PerformParamCheck()
756 pHashAlgInfo->blockLength) != 0) { in LacHash_PerformParamCheck()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/key/
H A Dlac_sym_key.c719 lac_sym_qat_hash_alg_info_t *pHashAlgInfo = NULL; in LacSymKey_MgfCommon() local
761 &pHashAlgInfo); in LacSymKey_MgfCommon()
786 pHashAlgInfo->digestLength; in LacSymKey_MgfCommon()
813 (Cpa8U)pHashAlgInfo->digestLength); in LacSymKey_MgfCommon()