Searched refs:pSymCookie (Results 1 – 3 of 3) sorted by relevance
356 Lac_MemPoolInitSymCookies(lac_sym_cookie_t *pSymCookie) in Lac_MemPoolInitSymCookies() argument358 pSymCookie->keyContentDescPhyAddr = in Lac_MemPoolInitSymCookies()359 LAC_OS_VIRT_TO_PHYS_INTERNAL(pSymCookie->u.keyCookie.contentDesc); in Lac_MemPoolInitSymCookies()360 pSymCookie->keyHashStateBufferPhyAddr = LAC_OS_VIRT_TO_PHYS_INTERNAL( in Lac_MemPoolInitSymCookies()361 pSymCookie->u.keyCookie.hashStateBuffer); in Lac_MemPoolInitSymCookies()362 pSymCookie->keySslKeyInputPhyAddr = LAC_OS_VIRT_TO_PHYS_INTERNAL( in Lac_MemPoolInitSymCookies()363 &(pSymCookie->u.keyCookie.u.sslKeyInput)); in Lac_MemPoolInitSymCookies()364 pSymCookie->keyTlsKeyInputPhyAddr = LAC_OS_VIRT_TO_PHYS_INTERNAL( in Lac_MemPoolInitSymCookies()365 &(pSymCookie->u.keyCookie.u.tlsKeyInput)); in Lac_MemPoolInitSymCookies()372 lac_sym_cookie_t *pSymCookie = NULL; in Lac_MemPoolInitSymCookiesPhyAddr() local[all …]
710 lac_sym_cookie_t *pSymCookie = NULL; in LacSymKey_MgfCommon() local773 pSymCookie = (lac_sym_cookie_t *)pCookie; in LacSymKey_MgfCommon()818 pSymCookie->keyContentDescPhyAddr); in LacSymKey_MgfCommon()1208 lac_sym_cookie_t *pSymCookie = NULL; in LacSymKey_KeyGenSslTls_GenCommon() local1251 pSymCookie = (lac_sym_cookie_t *)pCookie; in LacSymKey_KeyGenSslTls_GenCommon()1621 pSymCookie->keySslKeyInputPhyAddr); in LacSymKey_KeyGenSslTls_GenCommon()1641 pSymCookie->keyHashStateBufferPhyAddr); in LacSymKey_KeyGenSslTls_GenCommon()1768 pSymCookie->keyTlsKeyInputPhyAddr); in LacSymKey_KeyGenSslTls_GenCommon()1786 pSymCookie->keyHashStateBufferPhyAddr); in LacSymKey_KeyGenSslTls_GenCommon()1869 pSymCookie->keyTlsKeyInputPhyAddr); in LacSymKey_KeyGenSslTls_GenCommon()[all …]
1555 lac_sym_cookie_t *pSymCookie = NULL; in LacAlgChain_Perform() local1739 pSymCookie = (lac_sym_cookie_t *)Lac_MemPoolEntryAlloc( in LacAlgChain_Perform()1741 if (pSymCookie == NULL) { in LacAlgChain_Perform()1744 } else if ((void *)CPA_STATUS_RETRY == pSymCookie) { in LacAlgChain_Perform()1745 pSymCookie = NULL; in LacAlgChain_Perform()1748 pCookie = &(pSymCookie->u.bulkCookie); in LacAlgChain_Perform()2390 if (NULL != pSymCookie) { in LacAlgChain_Perform()2391 Lac_MemPoolEntryFree(pSymCookie); in LacAlgChain_Perform()