Home
last modified time | relevance | path

Searched refs:qauthz_is_allowed_by_id (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/authz/
H A Dbase.h97 bool qauthz_is_allowed_by_id(const char *authzid,
/openbmc/qemu/authz/
H A Dbase.c40 bool qauthz_is_allowed_by_id(const char *authzid, in qauthz_is_allowed_by_id() function
/openbmc/qemu/crypto/
H A Dtlssession.c393 allow = qauthz_is_allowed_by_id(session->authzid, in qcrypto_tls_session_check_certificate()
/openbmc/qemu/ui/
H A Dvnc-auth-sasl.c194 allow = qauthz_is_allowed_by_id(vs->vd->sasl.authzid, in vnc_auth_sasl_check_access()