Searched refs:authzid (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/authz/ |
H A D | base.c | 40 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 D | tlssession.c | 41 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 D | trace-events | 22 …s, const char *hostname, const char *authzid, int endpoint) "TLS session new session=%p creds=%p h…
|
/openbmc/qemu/include/authz/ |
H A D | base.h | 97 bool qauthz_is_allowed_by_id(const char *authzid,
|
/openbmc/qemu/ui/ |
H A D | vnc-auth-sasl.h | 63 char *authzid; member
|
H A D | vnc-auth-sasl.c | 189 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 D | vnc.c | 3467 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()
|