Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_hash.c547 LAC_OS_BZERO(hashBlkPtrs.pInHashInitState1, in LacSymQat_HashSetupBlockInit()
572 LAC_OS_BZERO(hashBlkPtrs.pInHashInitState1 + in LacSymQat_HashSetupBlockInit()
578 LAC_OS_BZERO(hashBlkPtrs.pInHashInitState2 + in LacSymQat_HashSetupBlockInit()
609 LAC_OS_BZERO(hashBlkPtrs.pInHashInitState1 + in LacSymQat_HashSetupBlockInit()
643 LAC_OS_BZERO(hashBlkPtrs.pOutHashInitState1 + in LacSymQat_HashSetupBlockInit()
667 LAC_OS_BZERO( in LacSymQat_HashSetupBlockInit()
690 LAC_OS_BZERO( in LacSymQat_HashSetupBlockInit()
743 LAC_OS_BZERO(pHashBlkPtrs.pInHashInitState1 + in LacSymQat_HashSetupBlockOptimisedFormatInit()
750 LAC_OS_BZERO(pHashBlkPtrs.pInHashInitState2 + in LacSymQat_HashSetupBlockOptimisedFormatInit()
829 LAC_OS_BZERO(pLocalInnerPrefix + innerPrefixSize, in LacSymQat_HashStatePrefixAadBufferPopulate()
[all …]
H A Dlac_sym_qat_cipher.c677 LAC_OS_BZERO(pCipherKey + actualKeyLenInBytes, in LacSymQat_CipherHwBlockPopulateKeySetup()
706 LAC_OS_BZERO((Cpa8U *)pTempKey + targetKeyLenInBytes, in LacSymQat_CipherHwBlockPopulateKeySetup()
725 LAC_OS_BZERO(pTempKey, 2 * targetKeyLenInBytes); in LacSymQat_CipherHwBlockPopulateKeySetup()
729 LAC_OS_BZERO(pCipherKey + targetKeyLenInBytes, in LacSymQat_CipherHwBlockPopulateKeySetup()
736 LAC_OS_BZERO(pCipherKey + targetKeyLenInBytes, in LacSymQat_CipherHwBlockPopulateKeySetup()
H A Dlac_sym_qat_hash_defs_lookup.c465 LAC_OS_BZERO(pLacHashLookupDefs, arraySize); in LacSymQat_HashLookupInit()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_hash.c250 LAC_OS_BZERO(pState2 + in LacHash_PrecomputeDataCreate()
272 LAC_OS_BZERO(pState2, in LacHash_PrecomputeDataCreate()
327 LAC_OS_BZERO(pState2, ICP_QAT_HW_SNOW_3G_UIA2_STATE2_SZ); in LacHash_PrecomputeDataCreate()
339 LAC_OS_BZERO(pState2, ICP_QAT_HW_ZUC_3G_EIA3_STATE2_SZ); in LacHash_PrecomputeDataCreate()
H A Dlac_sym_hash_sw_precomputes.c178 LAC_OS_BZERO(pHmacIpadQatData->data + authKeyLenInBytes, in LacSymHash_HmacPreComputes()
180 LAC_OS_BZERO(pHmacOpadQatData->data + authKeyLenInBytes, in LacSymHash_HmacPreComputes()
327 LAC_OS_BZERO(pWorkingMemory, ICP_QAT_HW_GALOIS_H_SZ); in LacSymHash_AesECBPreCompute()
H A Dlac_sym_stats.c48 LAC_OS_BZERO((void *)LAC_CONST_VOLATILE_PTR_CAST( in LacSym_StatsInit()
H A Dlac_sym_alg_chain.c1438 LAC_OS_BZERO(precomputeData.pState2, in LacAlgChain_SessionInit()
/freebsd/sys/dev/qat/qat_api/common/utils/
H A Dsal_string_parse.c39 LAC_OS_BZERO(result, SAL_CFG_MAX_VAL_LEN_IN_BYTES); in Sal_StringParsing()
/freebsd/sys/dev/qat/qat_api/common/compression/
H A Ddc_session.c697 LAC_OS_BZERO(pSessionDesc, sizeof(dc_session_desc_t)); in dcInitSession()
809 LAC_OS_BZERO(&pSessionDesc->stateRegistersComp, in dcInitSession()
812 LAC_OS_BZERO(&pSessionDesc->stateRegistersDecomp, in dcInitSession()
1088 LAC_OS_BZERO(&pSessionDesc->stateRegistersComp, in cpaDcResetSession()
1090 LAC_OS_BZERO(&pSessionDesc->stateRegistersDecomp, in cpaDcResetSession()
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dlac_common.h340 #define LAC_OS_BZERO(pBuffer, count) memset(pBuffer, 0, count); macro
/freebsd/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_compression.c1386 LAC_OS_BZERO(pInstanceInfo2, sizeof(CpaInstanceInfo2)); in cpaDcInstanceGetInfo2()
1416 LAC_OS_BZERO(pInstanceInfo2->coreAffinity, in cpaDcInstanceGetInfo2()
1443 LAC_OS_BZERO(pInstanceInfo2, sizeof(CpaInstanceInfo2)); in cpaDcInstanceGetInfo2()
H A Dsal_crypto.c1376 LAC_OS_BZERO(pInstanceInfo2, sizeof(CpaInstanceInfo2)); in cpaCyInstanceGetInfo2()
1405 LAC_OS_BZERO(pInstanceInfo2->coreAffinity, in cpaCyInstanceGetInfo2()
1430 LAC_OS_BZERO(pInstanceInfo2, sizeof(CpaInstanceInfo2)); in cpaCyInstanceGetInfo2()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/key/
H A Dlac_sym_key.c2788 LAC_OS_BZERO((void *)pService->pLacKeyStats, in LacSymKey_Init()
2826 LAC_OS_BZERO(pService->pTlsLabel, in LacSymKey_Init()
2847 LAC_OS_BZERO(pService->pTlsHKDFSubLabel, in LacSymKey_Init()