Searched refs:rte_security_capabilities_get (Results 1 – 8 of 8) sorted by relevance
4 rte_security_capabilities_get;
156 rte_security_capabilities_get(struct rte_security_ctx *instance) in rte_security_capabilities_get() function306 capabilities = rte_security_capabilities_get(sec_ctx); in security_capabilities_from_dev_id()
921 rte_security_capabilities_get(struct rte_security_ctx *instance);
1817 ret = rte_security_capabilities_get(NULL); in test_capabilities_get_inv_context()1818 TEST_ASSERT_MOCK_FUNCTION_CALL_RET(rte_security_capabilities_get, in test_capabilities_get_inv_context()1836 ret = rte_security_capabilities_get(&ut_params->ctx); in test_capabilities_get_inv_context_ops()1837 TEST_ASSERT_MOCK_FUNCTION_CALL_RET(rte_security_capabilities_get, in test_capabilities_get_inv_context_ops()1855 ret = rte_security_capabilities_get(&ut_params->ctx); in test_capabilities_get_inv_context_ops_fun()1856 TEST_ASSERT_MOCK_FUNCTION_CALL_RET(rte_security_capabilities_get, in test_capabilities_get_inv_context_ops_fun()1876 ret = rte_security_capabilities_get(&ut_params->ctx); in test_capabilities_get_ops_failure()1877 TEST_ASSERT_MOCK_FUNCTION_CALL_RET(rte_security_capabilities_get, in test_capabilities_get_ops_failure()1897 ret = rte_security_capabilities_get(&ut_params->ctx); in test_capabilities_get_success()1898 TEST_ASSERT_MOCK_FUNCTION_CALL_RET(rte_security_capabilities_get, in test_capabilities_get_success()
8333 capabilities = rte_security_capabilities_get(ctx); in security_proto_supported()
262 sec_cap = rte_security_capabilities_get(sec_ctx); in create_inline_session()462 sec_cap = rte_security_capabilities_get(sec_ctx); in create_inline_session()
524 is achieved through the ``rte_security_capabilities_get()`` function.528 const struct rte_security_capability *rte_security_capabilities_get(uint16_t id);
687 s_cap = rte_security_capabilities_get(p_ctx); in show_security_context()