Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_crypto.c79 CpaInstanceHandle instHandle; in Lac_CryptoGetFirstHandle() local
80 instHandle = Lac_GetFirstHandle(SAL_SERVICE_TYPE_CRYPTO); in Lac_CryptoGetFirstHandle()
81 if (!instHandle) { in Lac_CryptoGetFirstHandle()
82 instHandle = Lac_GetFirstHandle(SAL_SERVICE_TYPE_CRYPTO_SYM); in Lac_CryptoGetFirstHandle()
83 if (!instHandle) { in Lac_CryptoGetFirstHandle()
84 instHandle = in Lac_CryptoGetFirstHandle()
88 return instHandle; in Lac_CryptoGetFirstHandle()