Searched refs:cookie_id (Results 1 – 1 of 1) sorted by relevance
178 int cookie_id; /**< ID of cookie to use */ member349 auth->cookie_id = -1; in _dbus_auth_new()451 int cookie_id, in sha1_compute_hash() argument467 if (!_dbus_keyring_get_hex_key (auth->keyring, cookie_id, in sha1_compute_hash()614 auth->cookie_id = _dbus_keyring_get_best_key (auth->keyring, &error); in sha1_handle_first_client_response()615 if (auth->cookie_id < 0) in sha1_handle_first_client_response()637 if (!_dbus_string_append_int (&tmp2, auth->cookie_id)) in sha1_handle_first_client_response()724 if (!sha1_compute_hash (auth, auth->cookie_id, in sha1_handle_second_client_response()780 if (auth->cookie_id < 0) in handle_server_data_cookie_sha1_mech()789 auth->cookie_id = -1; in handle_server_shutdown_cookie_sha1_mech()[all …]