Home
last modified time | relevance | path

Searched refs:initial_response_len (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/gio/
Dgdbusauthmechanism.h82 … gsize initial_response_len);
130 … gsize initial_response_len);
Dgdbusauth.c431 gsize initial_response_len; in client_choose_mech_and_send_initial_response() local
509 initial_response_len = 0; in client_choose_mech_and_send_initial_response()
511 &initial_response_len); 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()
1130 gsize initial_response_len; in _g_dbus_auth_run_server() local
1139 initial_response_len = 0; in _g_dbus_auth_run_server()
1142 initial_response = hexdecode (encoded, &initial_response_len, error); in _g_dbus_auth_run_server()
1154 initial_response_len); in _g_dbus_auth_run_server()
Dgdbusauthmechanismexternal.c54 … gsize initial_response_len);
220 gsize initial_response_len) in mechanism_server_initiate() argument
232 initial_response_len, in mechanism_server_initiate()
Dgdbusauthmechanism.c255 gsize initial_response_len) in _g_dbus_auth_mechanism_server_initiate() argument
258 …CHANISM_GET_CLASS (mechanism)->server_initiate (mechanism, initial_response, initial_response_len); in _g_dbus_auth_mechanism_server_initiate()
Dgdbusauthmechanismanon.c51 … gsize initial_response_len);
177 gsize initial_response_len) in mechanism_server_initiate() argument
Dgdbusauthmechanismsha1.c108 … gsize initial_response_len);
967 gsize initial_response_len) in mechanism_server_initiate() argument
977 if (initial_response != NULL && initial_response_len > 0) in mechanism_server_initiate()