Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_crypto.c1668 sal_crypto_service_t *crypto_handle = NULL; in icp_sal_CyPollInstance() local
1674 crypto_handle = in icp_sal_CyPollInstance()
1677 crypto_handle = (sal_crypto_service_t *)instanceHandle_in; in icp_sal_CyPollInstance()
1679 LAC_CHECK_NULL_PARAM(crypto_handle); in icp_sal_CyPollInstance()
1680 SAL_RUNNING_CHECK(crypto_handle); in icp_sal_CyPollInstance()
1681 SAL_CHECK_INSTANCE_TYPE(crypto_handle, in icp_sal_CyPollInstance()
1686 gen_handle = &(crypto_handle->generic_service_info); in icp_sal_CyPollInstance()
1697 crypto_handle->trans_handle_asym_rx; in icp_sal_CyPollInstance()
1701 trans_hndTable[TH_CY_RX_0] = crypto_handle->trans_handle_sym_rx; in icp_sal_CyPollInstance()
1705 trans_hndTable[TH_CY_RX_0] = crypto_handle->trans_handle_sym_rx; in icp_sal_CyPollInstance()
[all …]