HomeSort by relevance Sort by last modified time
    Searched refs:mechanism (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppauth.cc 72 // No good mechanism found
77 const std::string & mechanism) {
78 if (mechanism == "X-GOOGLE-TOKEN") {
79 return new buzz::SaslCookieMechanism(mechanism, jid_.Str(), auth_cookie_);
80 //} else if (mechanism == "X-GOOGLE-COOKIE") {
81 // return new buzz::SaslCookieMechanism(mechanism, jid.Str(), sid_);
82 } else if (mechanism == "PLAIN") {
xmppauth.h 63 const std::string & mechanism);
  /external/chromium/third_party/libjingle/source/talk/xmpp/
saslcookiemechanism.h 41 SaslCookieMechanism(const std::string & mechanism,
45 : mechanism_(mechanism),
50 SaslCookieMechanism(const std::string & mechanism,
53 : mechanism_(mechanism),
saslhandler.h 39 // Creates mechanisms to deal with a given mechanism
51 // Creates a SaslMechanism for the given mechanism name (you own it
54 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) = 0;
plainsaslhandler.h 61 // Creates a SaslMechanism for the given mechanism name (you own it
63 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) {
64 if (mechanism == "PLAIN") {
  /external/smack/src/org/jivesoftware/smack/
SASLAuthentication.java 47 * mechanism wont be used until {@link #supportSASLMechanism(String, int)} is called. By default,
107 * Registers a new SASL mechanism
109 * @param name common name of the SASL mechanism. E.g.: PLAIN, DIGEST-MD5 or KERBEROS_V4.
117 * Unregisters an existing SASL mechanism. Once the mechanism has been unregistered it won't
118 * be possible to authenticate users using the removed SASL mechanism. It also removes the
119 * mechanism from the supported list.
121 * @param name common name of the SASL mechanism. E.g.: PLAIN, DIGEST-MD5 or KERBEROS_V4.
130 * Registers a new SASL mechanism in the specified preference position. The client will try
131 * to authenticate using the most prefered SASL mechanism that is also supported by the server.
    [all...]
SASLAuthentication.java.orig 47 * mechanism wont be used until {@link #supportSASLMechanism(String, int)} is called. By default,
107 * Registers a new SASL mechanism
109 * @param name common name of the SASL mechanism. E.g.: PLAIN, DIGEST-MD5 or KERBEROS_V4.
117 * Unregisters an existing SASL mechanism. Once the mechanism has been unregistered it won't
118 * be possible to authenticate users using the removed SASL mechanism. It also removes the
119 * mechanism from the supported list.
121 * @param name common name of the SASL mechanism. E.g.: PLAIN, DIGEST-MD5 or KERBEROS_V4.
130 * Registers a new SASL mechanism in the specified preference position. The client will try
131 * to authenticate using the most prefered SASL mechanism that is also supported by the server.
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
ExemptionMechanism.java 33 * This class implements the functionality of an exemption mechanism such as
47 // Store mechanism name
48 private final String mechanism; field in class:ExemptionMechanism
66 * @param mechanism
67 * the name of the mechanism.
70 Provider provider, String mechanism) {
71 this.mechanism = mechanism;
83 return mechanism;
88 * specified exemption mechanism algorithm
    [all...]
  /external/smack/asmack-master/static-src/custom/de/measite/smack/
Sasl.java 71 public static SaslServer createSaslServer(String mechanism, String protocol,
73 return org.apache.harmony.javax.security.sasl.Sasl.createSaslServer(mechanism, protocol, serverName, prop, cbh);
  /external/smack/src/de/measite/smack/
Sasl.java 71 public static SaslServer createSaslServer(String mechanism, String protocol,
73 return org.apache.harmony.javax.security.sasl.Sasl.createSaslServer(mechanism, protocol, serverName, prop, cbh);
  /external/smack/src/org/apache/harmony/javax/security/sasl/
Sasl.java 134 public static SaslServer createSaslServer(String mechanism, String protocol,
136 if (mechanism == null) {
151 if (mech[j].equals(mechanism)) {
158 SaslServer saslS = fact.createSaslServer(mechanism, protocol, serverName, prop,
  /external/openssh/
pkcs11.h 680 ck_mechanism_type_t mechanism; member in struct:ck_mechanism
822 struct ck_mechanism *mechanism,
841 struct ck_mechanism *mechanism,
860 struct ck_mechanism *mechanism));
878 struct ck_mechanism *mechanism,
894 struct ck_mechanism *mechanism,
904 struct ck_mechanism *mechanism,
920 struct ck_mechanism *mechanism,
954 struct ck_mechanism *mechanism,
960 struct ck_mechanism *mechanism,
    [all...]
  /device/asus/tilapia/
BoardConfig.mk 18 # disable makefiles (the proper mechanism to control what gets
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanism_ImplTest.java 289 public myEM(ExemptionMechanismSpi spi, Provider prov, String mechanism) {
290 super(spi, prov, mechanism);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 27 * ad naseum. This is a failsafe mechanism to guarantee that at least
64 * something nonnull so that the auto token emit mechanism will not
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismTest.java 61 * Assertion: creates new object using provider and mechanism name
86 assertNull("Incorrect mechanism", em.getName());
178 protected Mock_ExemptionMechanism(ExemptionMechanismSpi exmechSpi, Provider provider, String mechanism) {
179 super(exmechSpi, provider, mechanism);
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_object.c 279 sOperation.params[0].value.a = (uint32_t)pMechanism->mechanism;
291 && (pMechanism->mechanism == CKM_RSA_PKCS_OAEP)
294 /* Add the source buffer of the RSA OAEP mechanism parameters */
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 127 public static final String NODE_MECHANISM = "mechanism";
304 Element mechanism = doc.createElement(PREFIX + NODE_MECHANISM); local
305 touch.appendChild(mechanism);
317 mechanism.appendChild(mechanismText);
  /external/libvorbis/doc/
01-introduction.tex 61 mechanism and decoder must allow that a packet may be any size, or
64 Vorbis packets are thus intended to be used with a transport mechanism
157 The mode mechanism is used to encode a frame according to one of
191 as with the other channels. The submapping mechanism can be used to
417 mechanism.
03-codebook.tex 19 The codebook mechanism is built on top of the vorbis bitpacker. Both
379 to the codebook mechanism requests either a scalar entry number or a
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
pkcs11.h 276 CK_MECHANISM_TYPE mechanism; member in struct:CK_MECHANISM
keymaster_grouper.cpp 347 CK_MECHANISM mechanism = { local
389 &mechanism,
  /hardware/ti/omap4xxx/security/tf_sdk/include/
pkcs11.h 276 CK_MECHANISM_TYPE mechanism; member in struct:CK_MECHANISM
  /device/samsung/tuna/keymaster/
keymaster_tuna.cpp 343 CK_MECHANISM mechanism = { local
385 &mechanism,
  /external/chromium/net/base/
ev_root_ca_metadata.cc 346 od.mechanism = CKM_INVALID_MECHANISM;

Completed in 1749 milliseconds

1 2 3