Lines Matching refs:keyring
177 DBusKeyring *keyring; /**< Keyring for cookie mechanism. */ member
348 auth->keyring = NULL; in _dbus_auth_new()
460 _dbus_assert (auth->keyring != NULL); in sha1_compute_hash()
467 if (!_dbus_keyring_get_hex_key (auth->keyring, cookie_id, in sha1_compute_hash()
571 if (auth->keyring && in sha1_handle_first_client_response()
572 !_dbus_keyring_is_for_credentials (auth->keyring, in sha1_handle_first_client_response()
575 _dbus_keyring_unref (auth->keyring); in sha1_handle_first_client_response()
576 auth->keyring = NULL; in sha1_handle_first_client_response()
579 if (auth->keyring == NULL) in sha1_handle_first_client_response()
582 auth->keyring = _dbus_keyring_new_for_credentials (auth->desired_identity, in sha1_handle_first_client_response()
586 if (auth->keyring == NULL) in sha1_handle_first_client_response()
611 _dbus_assert (auth->keyring != NULL); in sha1_handle_first_client_response()
614 auth->cookie_id = _dbus_keyring_get_best_key (auth->keyring, &error); in sha1_handle_first_client_response()
904 if (auth->keyring == NULL) in handle_client_data_cookie_sha1_mech()
909 auth->keyring = _dbus_keyring_new_for_credentials (NULL, in handle_client_data_cookie_sha1_mech()
913 if (auth->keyring == NULL) in handle_client_data_cookie_sha1_mech()
941 _dbus_assert (auth->keyring != NULL); in handle_client_data_cookie_sha1_mech()
2380 if (auth->keyring) in _dbus_auth_unref()
2381 _dbus_keyring_unref (auth->keyring); in _dbus_auth_unref()