Home
last modified time | relevance | path

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

/src/sys/dev/qat/qat_api/common/crypto/sym/key/
H A Dlac_sym_key.c60 ->pLacKeyStats[offsetof(CpaCyKeyGenStats64, \
75 &pService->pLacKeyStats[i]); \
87 qatUtilsAtomicGet(&pService->pLacKeyStats[i]); \
2782 pService->pLacKeyStats = in LacSymKey_Init()
2785 if (NULL != pService->pLacKeyStats) { in LacSymKey_Init()
2786 LAC_OS_BZERO((void *)pService->pLacKeyStats, in LacSymKey_Init()
2982 LAC_OS_FREE(pService->pLacKeyStats); in LacSymKey_Init()
3005 if (NULL != pService->pLacKeyStats) { in LacSymKey_Shutdown()
3006 LAC_OS_FREE(pService->pLacKeyStats); in LacSymKey_Shutdown()
/src/sys/dev/qat/qat_api/common/include/
H A Dlac_sal_types_crypto.h58 QatUtilsAtomic *pLacKeyStats; member