Searched defs:auth (Results 1 – 14 of 14) sorted by relevance
/qemu/tests/unit/ |
H A D | test-authz-list.c | 28 QAuthZList *auth = qauthz_list_new("auth0", in test_authz_default_deny() local 39 QAuthZList *auth = qauthz_list_new("auth0", in test_authz_default_allow() local 50 QAuthZList *auth = qauthz_list_new("auth0", in test_authz_explicit_deny() local 64 QAuthZList *auth = qauthz_list_new("auth0", in test_authz_explicit_allow() local 79 QAuthZList *auth = qauthz_list_new("auth0", in test_authz_complex() local 102 QAuthZList *auth = qauthz_list_new("auth0", in test_authz_add_remove() local
|
H A D | test-authz-listfile.c | 53 QAuthZListFile *auth = qauthz_list_file_new("auth0", in test_authz_default_deny() local 71 QAuthZListFile *auth = qauthz_list_file_new("auth0", in test_authz_default_allow() local 93 QAuthZListFile *auth = qauthz_list_file_new("auth0", in test_authz_explicit_deny() local 116 QAuthZListFile *auth = qauthz_list_file_new("auth0", in test_authz_explicit_allow() local 150 QAuthZListFile *auth = qauthz_list_file_new("auth0", in test_authz_complex() local
|
H A D | test-authz-pam.c | 79 QAuthZPAM *auth = qauthz_pam_new("auth0", in test_authz_unknown_service() local 94 QAuthZPAM *auth = qauthz_pam_new("auth0", in test_authz_good_user() local 109 QAuthZPAM *auth = qauthz_pam_new("auth0", in test_authz_bad_user() local
|
H A D | test-io-channel-tls.c | 115 QAuthZList *auth; in test_io_channel_tls() local
|
H A D | test-crypto-tlssession.c | 251 QAuthZList *auth; in test_crypto_tls_session_x509() local
|
/qemu/authz/ |
H A D | list.c | 150 ssize_t qauthz_list_append_rule(QAuthZList *auth, in qauthz_list_append_rule() 184 ssize_t qauthz_list_insert_rule(QAuthZList *auth, in qauthz_list_insert_rule() 221 ssize_t qauthz_list_delete_rule(QAuthZList *auth, const char *match) in qauthz_list_delete_rule()
|
/qemu/hw/uefi/ |
H A D | var-service-pkcs7.c | 24 variable_auth_2 *auth = data; in build_signed_data() local 107 variable_auth_2 *auth = data; in build_pkcs7() local
|
H A D | var-service-auth.c | 183 variable_auth_2 *auth = data; in uefi_vars_check_auth_2_sb() local 221 variable_auth_2 *auth = data; in uefi_vars_check_auth_2() local
|
/qemu/ui/ |
H A D | vnc-auth-vencrypt.c | 91 int auth = read_u32(data, 0); in protocol_client_vencrypt_auth() local
|
H A D | ui-hmp-cmds.c | 115 VncPrimaryAuth auth, in hmp_info_vnc_authcrypt()
|
H A D | spice-core.c | 46 static const char *auth = "spice"; variable
|
H A D | vnc.c | 443 int auth, in qmp_query_server_entry() 473 static void qmp_query_auth(int auth, int subauth, in qmp_query_auth() 3615 vnc_display_setup_auth(int *auth, in vnc_display_setup_auth()
|
H A D | vnc.h | 173 int auth; member 296 int auth; member
|
/qemu/block/ |
H A D | rbd.c | 265 RbdAuthModeList *auth; in qemu_rbd_set_auth() local
|