HomeSort by relevance Sort by last modified time
    Searched full:cookie_id (Results 1 - 1 of 1) sorted by null

  /external/dbus/dbus/
dbus-auth.c 175 int cookie_id; /**< ID of cookie to use */ member in struct:DBusAuth
340 auth->cookie_id = -1;
411 * cookie_id isn't known. As with all this code
416 int cookie_id,
432 if (!_dbus_keyring_get_hex_key (auth->keyring, cookie_id,
579 auth->cookie_id = _dbus_keyring_get_best_key (auth->keyring, &error);
580 if (auth->cookie_id < 0)
602 if (!_dbus_string_append_int (&tmp2, auth->cookie_id))
689 if (!sha1_compute_hash (auth, auth->cookie_id,
695 /* if cookie_id was invalid, then we get an empty hash *
    [all...]

Completed in 33 milliseconds