Home
last modified time | relevance | path

Searched refs:QAuthZPAM (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/authz/
H A Dpamacct.c34 QAuthZPAM *pauthz = QAUTHZ_PAM(authz); in qauthz_pam_is_allowed()
67 QAuthZPAM *pauthz = QAUTHZ_PAM(obj); in qauthz_pam_prop_set_service()
78 QAuthZPAM *pauthz = QAUTHZ_PAM(obj); in qauthz_pam_prop_get_service()
87 QAuthZPAM *pauthz = QAUTHZ_PAM(uc); in qauthz_pam_complete()
99 QAuthZPAM *pauthz = QAUTHZ_PAM(obj); in qauthz_pam_finalize()
120 QAuthZPAM *qauthz_pam_new(const char *id, in qauthz_pam_new()
136 .instance_size = sizeof(QAuthZPAM),
/openbmc/qemu/include/authz/
H A Dpamacct.h30 OBJECT_DECLARE_SIMPLE_TYPE(QAuthZPAM,
75 struct QAuthZPAM { struct
84 QAuthZPAM *qauthz_pam_new(const char *id, argument
/openbmc/qemu/tests/unit/
H A Dtest-authz-pam.c79 QAuthZPAM *auth = qauthz_pam_new("auth0", in test_authz_unknown_service()
94 QAuthZPAM *auth = qauthz_pam_new("auth0", in test_authz_good_user()
109 QAuthZPAM *auth = qauthz_pam_new("auth0", in test_authz_bad_user()