Searched refs:rte_security_capabilities_get (Results 1 – 8 of 8) sorted by relevance
5 rte_security_capabilities_get;
156 rte_security_capabilities_get(struct rte_security_ctx *instance) in rte_security_capabilities_get() function
755 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()
7728 capabilities = rte_security_capabilities_get(ctx); in security_proto_supported()
210 sec_cap = rte_security_capabilities_get(sec_ctx); in create_inline_session()391 sec_cap = rte_security_capabilities_get(sec_ctx); in create_inline_session()
515 is achieved through the ``rte_security_capabilities_get()`` function.519 const struct rte_security_capability *rte_security_capabilities_get(uint16_t id);
664 s_cap = rte_security_capabilities_get(p_ctx); in show_security_context()