Home
last modified time | relevance | path

Searched refs:pSymCookie (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/utils/
H A Dlac_mem_pools.c356 Lac_MemPoolInitSymCookies(lac_sym_cookie_t *pSymCookie) in Lac_MemPoolInitSymCookies() argument
358 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 …]
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/key/
H A Dlac_sym_key.c710 lac_sym_cookie_t *pSymCookie = NULL; in LacSymKey_MgfCommon() local
773 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() local
1251 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 …]
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_alg_chain.c1555 lac_sym_cookie_t *pSymCookie = NULL; in LacAlgChain_Perform() local
1739 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()