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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-auth.c178 int cookie_id; /**< ID of cookie to use */ member in struct:DBusAuth
349 auth->cookie_id = -1;
446 * cookie_id isn't known. As with all this code
451 int cookie_id,
467 if (!_dbus_keyring_get_hex_key (auth->keyring, cookie_id,
614 auth->cookie_id = _dbus_keyring_get_best_key (auth->keyring, &error);
615 if (auth->cookie_id < 0)
637 if (!_dbus_string_append_int (&tmp2, auth->cookie_id))
724 if (!sha1_compute_hash (auth, auth->cookie_id,
730 /* if cookie_id wa
450 sha1_compute_hash(DBusAuth *auth, int cookie_id, const DBusString *server_challenge, const DBusString *client_challenge, DBusString *hash) argument
[all...]

Completed in 31 milliseconds