Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_crypto.c88 CpaInstanceHandle instHandle; in Lac_CryptoGetFirstHandle() local
89 instHandle = Lac_GetFirstHandle(SAL_SERVICE_TYPE_CRYPTO); in Lac_CryptoGetFirstHandle()
90 if (!instHandle) { in Lac_CryptoGetFirstHandle()
91 instHandle = Lac_GetFirstHandle(SAL_SERVICE_TYPE_CRYPTO_SYM); in Lac_CryptoGetFirstHandle()
92 if (!instHandle) { in Lac_CryptoGetFirstHandle()
93 instHandle = in Lac_CryptoGetFirstHandle()
97 return instHandle; in Lac_CryptoGetFirstHandle()