Home
last modified time | relevance | path

Searched defs:auth (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-authz-list.c28 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 Dtest-authz-listfile.c53 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 Dtest-authz-pam.c79 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 Dtest-io-channel-tls.c115 QAuthZList *auth; in test_io_channel_tls() local
H A Dtest-crypto-tlssession.c251 QAuthZList *auth; in test_crypto_tls_session_x509() local
/openbmc/openbmc-test-automation/tools/
H A Dgithub_issues_to_csv14 auth = None variable
126 auth = (username, password) variable
/openbmc/qemu/authz/
H A Dlist.c150 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()
/openbmc/phosphor-host-ipmid/app/
H A Dchannel.hpp37 static constexpr auto auth = "authentication"; variable
/openbmc/qemu/hw/uefi/
H A Dvar-service-pkcs7.c24 variable_auth_2 *auth = data; in build_signed_data() local
107 variable_auth_2 *auth = data; in build_pkcs7() local
H A Dvar-service-auth.c183 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
/openbmc/qemu/ui/
H A Dvnc-auth-vencrypt.c91 int auth = read_u32(data, 0); in protocol_client_vencrypt_auth() local
H A Dui-hmp-cmds.c115 VncPrimaryAuth auth, in hmp_info_vnc_authcrypt()
H A Dspice-core.c46 static const char *auth = "spice"; variable
H A Dvnc.c443 int auth, in qmp_query_server_entry()
473 static void qmp_query_auth(int auth, int subauth, in qmp_query_auth()
3657 vnc_display_setup_auth(int *auth, in vnc_display_setup_auth()
H A Dvnc.h173 int auth; member
294 int auth; member
/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.cpp96 static constexpr const char* auth = "authentication"; variable
H A Dpayload_cmds.hpp54 uint8_t auth:1; //!< If true, activate payload with authentication. member
60 uint8_t auth:1; //!< If true, activate payload with authentication. member
/openbmc/slpd-lite/
H A Dslp_message_handler.cpp246 uint16_t auth = 0; in processSrvRequest() local
/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_sandbox.c65 const u8 **auth, in sandbox_tpm2_check_session()
/openbmc/u-boot/lib/
H A Dtpm-v1.c524 void *request_auth, const void *auth) in create_request_auth()
587 const void *response_auth, const void *auth) in verify_response_auth()
H A Dtpm-v2.c944 u32 auth = priv->plat_hier_disabled ? HR_NV_INDEX + index : in tpm2_nv_write_value() local
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py241 async def auth(self, username, token): member in AsyncClient
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp869 const AuthMethods& auth) in handleAuthMethodsPatch()
1572 AuthMethods auth; in handleAccountServicePatch() local
/openbmc/qemu/block/
H A Drbd.c273 RbdAuthModeList *auth; in qemu_rbd_set_auth() local