Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-authz-list.c54 qauthz_list_append_rule(auth, "fred", QAUTHZ_LIST_POLICY_DENY, in test_authz_explicit_deny()
68 qauthz_list_append_rule(auth, "fred", QAUTHZ_LIST_POLICY_ALLOW, in test_authz_explicit_allow()
83 qauthz_list_append_rule(auth, "fred", QAUTHZ_LIST_POLICY_ALLOW, in test_authz_complex()
85 qauthz_list_append_rule(auth, "bob", QAUTHZ_LIST_POLICY_ALLOW, in test_authz_complex()
87 qauthz_list_append_rule(auth, "dan", QAUTHZ_LIST_POLICY_DENY, in test_authz_complex()
89 qauthz_list_append_rule(auth, "dan*", QAUTHZ_LIST_POLICY_ALLOW, in test_authz_complex()
106 g_assert_cmpint(qauthz_list_append_rule(auth, "fred", in test_authz_add_remove()
111 g_assert_cmpint(qauthz_list_append_rule(auth, "bob", in test_authz_add_remove()
116 g_assert_cmpint(qauthz_list_append_rule(auth, "dan", in test_authz_add_remove()
121 g_assert_cmpint(qauthz_list_append_rule(auth, "frank", in test_authz_add_remove()
H A Dtest-io-channel-tls.c168 qauthz_list_append_rule(auth, *wildcards, in test_io_channel_tls()
H A Dtest-crypto-tlssession.c314 qauthz_list_append_rule(auth, *wildcards, in test_crypto_tls_session_x509()
/openbmc/qemu/include/authz/
H A Dlist.h77 ssize_t qauthz_list_append_rule(QAuthZList *auth,
/openbmc/qemu/authz/
H A Dlist.c150 ssize_t qauthz_list_append_rule(QAuthZList *auth, in qauthz_list_append_rule() function