Searched refs:qauthz_list_append_rule (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-authz-list.c | 54 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 D | test-io-channel-tls.c | 168 qauthz_list_append_rule(auth, *wildcards, in test_io_channel_tls()
|
H A D | test-crypto-tlssession.c | 314 qauthz_list_append_rule(auth, *wildcards, in test_crypto_tls_session_x509()
|
/openbmc/qemu/include/authz/ |
H A D | list.h | 77 ssize_t qauthz_list_append_rule(QAuthZList *auth,
|
/openbmc/qemu/authz/ |
H A D | list.c | 150 ssize_t qauthz_list_append_rule(QAuthZList *auth, in qauthz_list_append_rule() function
|