HomeSort by relevance Sort by last modified time
    Searched refs:mechanisms (Results 1 - 16 of 16) sorted by null

  /external/webrtc/webrtc/libjingle/xmpp/
plainsaslhandler.h 31 virtual std::string ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encrypted) {
37 std::vector<std::string>::const_iterator it = std::find(mechanisms.begin(), mechanisms.end(), "PLAIN");
38 if (it == mechanisms.end()) {
xmppauth.cc 45 const std::vector<std::string>& mechanisms,
49 contains(mechanisms, buzz::AUTH_MECHANISM_OAUTH2)) {
55 contains(mechanisms, buzz::AUTH_MECHANISM_GOOGLE_TOKEN)) {
61 contains(mechanisms, buzz::AUTH_MECHANISM_GOOGLE_COOKIE)) {
66 if (contains(mechanisms, buzz::AUTH_MECHANISM_PLAIN)) {
saslhandler.h 22 // Creates mechanisms to deal with a given mechanism
32 virtual std::string ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encrypted) = 0;
xmppauth.h 46 const std::vector<std::string>& mechanisms,
xmpplogintask.cc 181 // Collect together the SASL auth mechanisms presented by the server
182 std::vector<std::string> mechanisms; local
188 mechanisms.push_back(pelMech->BodyText());
191 // Given all the mechanisms, choose the best
192 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted()));
xmppengineimpl.h 180 const std::vector<std::string>& mechanisms, bool encrypted);
xmppengineimpl.cc 356 const std::vector<std::string>& mechanisms, bool encrypted) {
357 return sasl_handler_->ChooseBestSaslMechanism(mechanisms, encrypted);
  /external/dbus/dbus/
dbus-auth.h 49 const char **mechanisms);
dbus-server.h 87 const char **mechanisms);
dbus-transport.h 96 const char **mechanisms);
dbus-server.c 1035 * Sets the authentication mechanisms that this server offers to
1039 * mechanisms (this is the default behavior).
1041 * The D-Bus specification describes some of the supported mechanisms.
1044 * @param mechanisms #NULL-terminated array of mechanisms
1049 const char **mechanisms)
1057 if (mechanisms != NULL)
1059 copy = _dbus_dup_string_array (mechanisms);
    [all...]
dbus-transport.c 46 * network connections or other IPC mechanisms.
    [all...]
dbus-auth.c 181 char **allowed_mechs; /**< Mechanisms we're allowed to use,
203 DBusList *mechs_to_try; /**< Mechanisms we got from the server that we're going to try using */
    [all...]
  /external/dbus/bus/
config-parser.c 99 DBusList *mechanisms; /**< Auth mechanisms */ member in struct:BusConfigParser
330 while ((link = _dbus_list_pop_first_link (&included->mechanisms)))
331 _dbus_list_append_link (&parser->mechanisms, link);
512 _dbus_list_foreach (&parser->mechanisms,
516 _dbus_list_clear (&parser->mechanisms);
    [all...]
  /external/dbus/test/
Makefile.am 219 data/auth/client-out-of-mechanisms.auth-script \
230 data/auth/mechanisms.auth-script \
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 1023 milliseconds