• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/

Lines Matching defs:mechanism

95  * This function is called when the mechanism is abandoned.
100 * Virtual table representing a particular auth mechanism.
104 const char *mechanism; /**< Name of the mechanism */
163 const DBusAuthMechanismHandler *mech; /**< Current auth mechanism */
177 DBusKeyring *keyring; /**< Keyring for cookie mechanism. */
429 _dbus_verbose ("%s: Shutting down mechanism %s\n",
430 DBUS_AUTH_NAME (auth), auth->mech->mechanism);
442 * DBUS_COOKIE_SHA1 mechanism
1016 * EXTERNAL mechanism
1025 _dbus_verbose ("%s: no credentials, mechanism EXTERNAL can't authenticate\n",
1148 * the spec for the EXTERNAL mechanism otherwise requires.
1187 * ANONYMOUS mechanism
1293 * We might ideally add a mechanism to chain to Cyrus SASL so we can
1338 while (all_mechanisms[i].mechanism != NULL)
1341 all_mechanisms[i].mechanism))
1367 mech->mechanism))
1455 while (all_mechanisms[i].mechanism != NULL)
1462 all_mechanisms[i].mechanism))
1702 _dbus_verbose ("%s: Trying mechanism %s\n",
1704 auth->mech->mechanism);
1712 /* Unsupported mechanism */
1713 _dbus_verbose ("%s: Unsupported mechanism %s\n",
1900 _dbus_verbose ("%s: Adding mechanism %s to list we will try\n",
1901 DBUS_AUTH_NAME (auth), mech->mechanism);
1912 _dbus_verbose ("%s: Already tried mechanism %s; not adding to list we will try\n",
1913 DBUS_AUTH_NAME (auth), mech->mechanism);
1918 _dbus_verbose ("%s: Server offered mechanism \"%s\" that we don't know how to use\n",
1959 _dbus_verbose ("%s: Trying mechanism %s\n",
1961 mech->mechanism);
2276 /* perhaps this should be per-mechanism with a lower
2314 * mechanism */
2388 * Sets an array of authentication mechanism names
2392 * @param mechanisms #NULL-terminated array of mechanism names
2769 * with the DBUS_COOKIE_SHA1 auth mechanism for example.