Home
last modified time | relevance | path

Searched refs:initial_response (Results 1 – 14 of 14) sorted by relevance

/third_party/glib/gio/
Dgdbusauthmechanismexternal.c53 … const gchar *initial_response,
219 const gchar *initial_response, in mechanism_server_initiate() argument
229 if (initial_response != NULL) in mechanism_server_initiate()
231 if (data_matches_credentials (initial_response, in mechanism_server_initiate()
331 gchar *initial_response = NULL; in mechanism_client_initiate() local
347initial_response = g_strdup_printf ("%" G_GINT64_FORMAT, (gint64) g_credentials_get_unix_user (cre… in mechanism_client_initiate()
348 *out_initial_response_len = strlen (initial_response); in mechanism_client_initiate()
358 return initial_response; in mechanism_client_initiate()
Dgdbusauthmechanismsha1.c107 … const gchar *initial_response,
966 const gchar *initial_response, in mechanism_server_initiate() argument
977 if (initial_response != NULL && initial_response_len > 0) in mechanism_server_initiate()
983 uid = g_ascii_strtoll (initial_response, &endp, 10); in mechanism_server_initiate()
994 if (g_strcmp0 (initial_response, sid) == 0) in mechanism_server_initiate()
1139 gchar *initial_response; in mechanism_client_initiate() local
1150 initial_response = g_strdup_printf ("%" G_GINT64_FORMAT, (gint64) getuid ()); in mechanism_client_initiate()
1151 *out_initial_response_len = strlen (initial_response); in mechanism_client_initiate()
1153 initial_response = _g_dbus_win32_get_user_sid (); in mechanism_client_initiate()
1154 *out_initial_response_len = strlen (initial_response); in mechanism_client_initiate()
[all …]
Dgdbusauth.c430 gchar *initial_response; in client_choose_mech_and_send_initial_response() local
510 initial_response = _g_dbus_auth_mechanism_client_initiate (mech, in client_choose_mech_and_send_initial_response()
516 initial_response); in client_choose_mech_and_send_initial_response()
518 if (initial_response != NULL) in client_choose_mech_and_send_initial_response()
521 encoded = _g_dbus_hexencode (initial_response, initial_response_len); in client_choose_mech_and_send_initial_response()
525 g_free (initial_response); in client_choose_mech_and_send_initial_response()
1129 gchar *initial_response; in _g_dbus_auth_run_server() local
1138 initial_response = NULL; in _g_dbus_auth_run_server()
1142 initial_response = hexdecode (encoded, &initial_response_len, error); in _g_dbus_auth_run_server()
1143 if (initial_response == NULL) in _g_dbus_auth_run_server()
[all …]
Dgdbusauthmechanism.h81 const gchar *initial_response,
129 … const gchar *initial_response,
Dgdbusauthmechanism.c254 const gchar *initial_response, in _g_dbus_auth_mechanism_server_initiate() argument
258 …G_DBUS_AUTH_MECHANISM_GET_CLASS (mechanism)->server_initiate (mechanism, initial_response, initial… in _g_dbus_auth_mechanism_server_initiate()
Dgdbusauthmechanismanon.c50 … const gchar *initial_response,
176 const gchar *initial_response, in mechanism_server_initiate() argument
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dload_balancer_api.cc171 auto* initial_response = in GrpcLbResponseParse() local
173 if (initial_response != nullptr) { in GrpcLbResponseParse()
177 initial_response); in GrpcLbResponseParse()
/third_party/grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.cc294 auto initial_response = response.mutable_initial_response(); in SendReport() local
295 initial_response->set_load_balancer_id(lb_id_); in SendReport()
296 initial_response->set_implementation_id( in SendReport()
298 initial_response->set_server_version(kVersion); in SendReport()
/third_party/grpc/test/cpp/grpclb/
Dgrpclb_api_test.cc82 auto* initial_response = response.mutable_initial_response(); in TEST_F() local
84 initial_response->mutable_client_stats_report_interval(); in TEST_F()
/third_party/python/Lib/
Dsmtplib.py639 initial_response = (authobject() if initial_response_ok else None)
640 if initial_response is not None:
641 response = encode_base64(initial_response.encode('ascii'), eol='')
/third_party/grpc/test/cpp/end2end/
Dserver_load_reporting_end2end_test.cc141 const std::string& lb_id = response.initial_response().load_balancer_id(); in TEST_F()
Dgrpclb_end2end_test.cc251 LoadBalanceResponse initial_response; in BalanceLoad() local
252 initial_response.mutable_initial_response() in BalanceLoad()
255 stream->Write(initial_response); in BalanceLoad()
/third_party/grpc/src/proto/grpc/lb/v1/
Dload_balancer.proto92 InitialLoadBalanceResponse initial_response = 1; field
Dload_reporter.proto51 InitialLoadReportResponse initial_response = 1; field