Searched refs:QAuthZ (Results 1 – 16 of 16) sorted by relevance
/openbmc/qemu/include/authz/ |
H A D | base.h | 30 OBJECT_DECLARE_TYPE(QAuthZ, QAuthZClass, 42 struct QAuthZ { struct 50 bool (*is_allowed)(QAuthZ *authz, argument 74 bool qauthz_is_allowed(QAuthZ *authz,
|
H A D | listfile.h | 80 QAuthZ parent_obj; 82 QAuthZ *list;
|
H A D | simple.h | 59 QAuthZ parent_obj;
|
H A D | pamacct.h | 76 QAuthZ parent_obj;
|
H A D | list.h | 64 QAuthZ parent_obj;
|
/openbmc/qemu/authz/ |
H A D | base.c | 26 bool qauthz_is_allowed(QAuthZ *authz, in qauthz_is_allowed() 44 QAuthZ *authz; in qauthz_is_allowed_by_id() 72 .instance_size = sizeof(QAuthZ),
|
H A D | listfile.c | 37 qauthz_list_file_is_allowed(QAuthZ *authz, in qauthz_list_file_is_allowed() 50 static QAuthZ * 59 QAuthZ *ret = NULL; in qauthz_list_file_load() 82 ret = (QAuthZ *)user_creatable_add_type(TYPE_QAUTHZ_LIST, in qauthz_list_file_load()
|
H A D | simple.c | 27 static bool qauthz_simple_is_allowed(QAuthZ *authz, in qauthz_simple_is_allowed()
|
H A D | pamacct.c | 30 static bool qauthz_pam_is_allowed(QAuthZ *authz, in qauthz_pam_is_allowed()
|
H A D | list.c | 28 static bool qauthz_list_is_allowed(QAuthZ *authz, in qauthz_list_is_allowed()
|
/openbmc/qemu/ui/ |
H A D | vnc-auth-sasl.h | 62 QAuthZ *authz;
|
H A D | vnc.h | 181 QAuthZ *tlsauthz;
|
/openbmc/qemu/qapi/ |
H A D | block-export.json | 22 # @tls-authz: ID of the QAuthZ authorization object used to validate 57 # @tls-authz: ID of the QAuthZ authorization object used to validate
|
H A D | char.json | 252 # @tls-authz: the ID of the QAuthZ authorization object against which
|
/openbmc/qemu/docs/about/ |
H A D | removed-features.rst | 771 for VNC should be performed using the pluggable QAuthZ objects.
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 2503 Provides the ID of the QAuthZ authorization object against which 2526 Provides the ID of the QAuthZ authorization object against which 3822 ``tls-auth`` provides the ID of the QAuthZ authorization object
|