Home
last modified time | relevance | path

Searched defs:authz (Results 1 – 7 of 7) sorted by relevance

/qemu/authz/
H A Dbase.c26 bool qauthz_is_allowed(QAuthZ *authz, in qauthz_is_allowed()
44 QAuthZ *authz; in qauthz_is_allowed_by_id() local
H A Dsimple.c27 static bool qauthz_simple_is_allowed(QAuthZ *authz, in qauthz_simple_is_allowed()
83 QAuthZClass *authz = QAUTHZ_CLASS(oc); in qauthz_simple_class_init() local
H A Dlistfile.c37 qauthz_list_file_is_allowed(QAuthZ *authz, in qauthz_list_file_is_allowed()
226 QAuthZClass *authz = QAUTHZ_CLASS(oc); in qauthz_list_file_class_init() local
244 QAuthZListFile *authz = QAUTHZ_LIST_FILE(obj); in qauthz_list_file_init() local
H A Dpamacct.c30 static bool qauthz_pam_is_allowed(QAuthZ *authz, in qauthz_pam_is_allowed()
109 QAuthZClass *authz = QAUTHZ_CLASS(oc); in qauthz_pam_class_init() local
H A Dlist.c28 static bool qauthz_list_is_allowed(QAuthZ *authz, in qauthz_list_is_allowed()
121 QAuthZClass *authz = QAUTHZ_CLASS(oc); in qauthz_list_class_init() local
/qemu/tests/unit/
H A Dtest-authz-simple.c30 QAuthZSimple *authz = qauthz_simple_new("authz0", in test_authz_simple() local
/qemu/ui/
H A Dvnc-auth-sasl.h62 QAuthZ *authz; member