Home
last modified time | relevance | path

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

/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()
/qemu/crypto/
H A Dtlssession.c41 char *authzid; member
60 g_free(session->authzid); in qcrypto_tls_session_free()
99 const char *authzid, in qcrypto_tls_session_new() argument
109 authzid ? authzid : "<none>", endpoint); in qcrypto_tls_session_new()
114 if (authzid) { in qcrypto_tls_session_new()
115 session->authzid = g_strdup(authzid); in qcrypto_tls_session_new()
354 if (session->authzid) { in qcrypto_tls_session_check_certificate()
357 allow = qauthz_is_allowed_by_id(session->authzid, in qcrypto_tls_session_check_certificate()
571 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…
/qemu/include/authz/
H A Dbase.h97 bool qauthz_is_allowed_by_id(const char *authzid,
/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.c3468 g_free(vd->sasl.authzid); in vnc_display_close()
3469 vd->sasl.authzid = NULL; in vnc_display_close()
4157 vd->sasl.authzid = g_strdup(saslauthz); in vnc_display_open()