Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/key/
H A Dlac_sym_key.c63 ->pLacKeyStats[offsetof(CpaCyKeyGenStats64, \
78 &pService->pLacKeyStats[i]); \
90 qatUtilsAtomicGet(&pService->pLacKeyStats[i]); \
2784 pService->pLacKeyStats = in LacSymKey_Init()
2787 if (NULL != pService->pLacKeyStats) { in LacSymKey_Init()
2788 LAC_OS_BZERO((void *)pService->pLacKeyStats, in LacSymKey_Init()
2984 LAC_OS_FREE(pService->pLacKeyStats); in LacSymKey_Init()
3007 if (NULL != pService->pLacKeyStats) { in LacSymKey_Shutdown()
3008 LAC_OS_FREE(pService->pLacKeyStats); in LacSymKey_Shutdown()
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dlac_sal_types_crypto.h58 QatUtilsAtomic *pLacKeyStats; member