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 D | lac_sym_qat_hash.c | 547 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 D | lac_sym_qat_cipher.c | 693 LAC_OS_BZERO(pCipherKey + actualKeyLenInBytes, in LacSymQat_CipherHwBlockPopulateKeySetup() 722 LAC_OS_BZERO((Cpa8U *)pTempKey + targetKeyLenInBytes, in LacSymQat_CipherHwBlockPopulateKeySetup() 741 LAC_OS_BZERO(pTempKey, 2 * targetKeyLenInBytes); in LacSymQat_CipherHwBlockPopulateKeySetup() 745 LAC_OS_BZERO(pCipherKey + targetKeyLenInBytes, in LacSymQat_CipherHwBlockPopulateKeySetup() 752 LAC_OS_BZERO(pCipherKey + targetKeyLenInBytes, in LacSymQat_CipherHwBlockPopulateKeySetup()
|
| H A D | lac_sym_qat_hash_defs_lookup.c | 465 LAC_OS_BZERO(pLacHashLookupDefs, arraySize); in LacSymQat_HashLookupInit()
|
| /freebsd/sys/dev/qat/qat_api/common/crypto/sym/ |
| H A D | lac_sym_hash_sw_precomputes.c | 178 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 D | lac_sym_hash.c | 250 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 D | lac_sym_stats.c | 48 LAC_OS_BZERO((void *)LAC_CONST_VOLATILE_PTR_CAST( in LacSym_StatsInit()
|
| H A D | lac_sym_alg_chain.c | 1434 LAC_OS_BZERO(precomputeData.pState2, in LacAlgChain_SessionInit()
|
| /freebsd/sys/dev/qat/qat_api/common/utils/ |
| H A D | sal_string_parse.c | 39 LAC_OS_BZERO(result, SAL_CFG_MAX_VAL_LEN_IN_BYTES); in Sal_StringParsing()
|
| /freebsd/sys/dev/qat/qat_api/common/compression/ |
| H A D | dc_session.c | 699 LAC_OS_BZERO(pSessionDesc, sizeof(dc_session_desc_t)); in dcInitSession() 811 LAC_OS_BZERO(&pSessionDesc->stateRegistersComp, in dcInitSession() 814 LAC_OS_BZERO(&pSessionDesc->stateRegistersDecomp, in dcInitSession() 1090 LAC_OS_BZERO(&pSessionDesc->stateRegistersComp, in cpaDcResetSession() 1092 LAC_OS_BZERO(&pSessionDesc->stateRegistersDecomp, in cpaDcResetSession()
|
| /freebsd/sys/dev/qat/qat_api/common/include/ |
| H A D | lac_common.h | 340 #define LAC_OS_BZERO(pBuffer, count) memset(pBuffer, 0, count); macro
|
| /freebsd/sys/dev/qat/qat_api/common/ctrl/ |
| H A D | sal_compression.c | 1383 LAC_OS_BZERO(pInstanceInfo2, sizeof(CpaInstanceInfo2)); in cpaDcInstanceGetInfo2() 1413 LAC_OS_BZERO(pInstanceInfo2->coreAffinity, in cpaDcInstanceGetInfo2() 1441 LAC_OS_BZERO(pInstanceInfo2, sizeof(CpaInstanceInfo2)); in cpaDcInstanceGetInfo2()
|
| H A D | sal_crypto.c | 1186 LAC_OS_BZERO(pInstanceInfo2, sizeof(CpaInstanceInfo2)); in cpaCyInstanceGetInfo2() 1215 LAC_OS_BZERO(pInstanceInfo2->coreAffinity, in cpaCyInstanceGetInfo2() 1241 LAC_OS_BZERO(pInstanceInfo2, sizeof(CpaInstanceInfo2)); in cpaCyInstanceGetInfo2()
|
| /freebsd/sys/dev/qat/qat_api/common/crypto/sym/key/ |
| H A D | lac_sym_key.c | 2786 LAC_OS_BZERO((void *)pService->pLacKeyStats, in LacSymKey_Init() 2824 LAC_OS_BZERO(pService->pTlsLabel, in LacSymKey_Init() 2845 LAC_OS_BZERO(pService->pTlsHKDFSubLabel, in LacSymKey_Init()
|