Home
last modified time | relevance | path

Searched refs:authzid (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/authz/
H A Dbase.c40 bool qauthz_is_allowed_by_id(const char *authzid, in qauthz_is_allowed_by_id() argument
50 authzid); in qauthz_is_allowed_by_id()
53 authzid); in qauthz_is_allowed_by_id()
59 authzid); in qauthz_is_allowed_by_id()
/openbmc/qemu/crypto/
H A Dtlssession.c41 char *authzid; member
70 g_free(session->authzid); in qcrypto_tls_session_free()
135 const char *authzid, in qcrypto_tls_session_new() argument
145 authzid ? authzid : "<none>", endpoint); in qcrypto_tls_session_new()
150 if (authzid) { in qcrypto_tls_session_new()
151 session->authzid = g_strdup(authzid); in qcrypto_tls_session_new()
390 if (session->authzid) { in qcrypto_tls_session_check_certificate()
393 allow = qauthz_is_allowed_by_id(session->authzid, in qcrypto_tls_session_check_certificate()
622 const char *authzid G_GNUC_UNUSED, in qcrypto_tls_session_new()
H A Dtrace-events22 …s, const char *hostname, const char *authzid, int endpoint) "TLS session new session=%p creds=%p h…
/openbmc/qemu/include/authz/
H A Dbase.h97 bool qauthz_is_allowed_by_id(const char *authzid,
/openbmc/qemu/ui/
H A Dvnc-auth-sasl.h63 char *authzid; member
H A Dvnc-auth-sasl.c189 if (vs->vd->sasl.authzid == NULL) { in vnc_auth_sasl_check_access()
194 allow = qauthz_is_allowed_by_id(vs->vd->sasl.authzid, in vnc_auth_sasl_check_access()
H A Dvnc.c3467 g_free(vd->sasl.authzid); in vnc_display_close()
3468 vd->sasl.authzid = NULL; in vnc_display_close()
4154 vd->sasl.authzid = g_strdup(saslauthz); in vnc_display_open()