Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-auth.c175 int cookie_id; /**< ID of cookie to use */ member
340 auth->cookie_id = -1; in _dbus_auth_new()
416 int cookie_id, in sha1_compute_hash() argument
432 if (!_dbus_keyring_get_hex_key (auth->keyring, cookie_id, in sha1_compute_hash()
579 auth->cookie_id = _dbus_keyring_get_best_key (auth->keyring, &error); in sha1_handle_first_client_response()
580 if (auth->cookie_id < 0) in sha1_handle_first_client_response()
602 if (!_dbus_string_append_int (&tmp2, auth->cookie_id)) in sha1_handle_first_client_response()
689 if (!sha1_compute_hash (auth, auth->cookie_id, in sha1_handle_second_client_response()
735 if (auth->cookie_id < 0) in handle_server_data_cookie_sha1_mech()
744 auth->cookie_id = -1; in handle_server_shutdown_cookie_sha1_mech()
[all …]