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

1 2 3 4 5 6 7 8 910

  /external/webrtc/webrtc/libjingle/xmpp/
xmppauth.cc 70 // No good mechanism found
75 const std::string& mechanism) {
76 if (mechanism == buzz::AUTH_MECHANISM_OAUTH2) {
78 mechanism, jid_.Str(), auth_token_, "oauth2");
79 } else if (mechanism == buzz::AUTH_MECHANISM_GOOGLE_TOKEN) {
80 return new buzz::SaslCookieMechanism(mechanism, jid_.Str(), auth_token_);
81 // } else if (mechanism == buzz::AUTH_MECHANISM_GOOGLE_COOKIE) {
82 // return new buzz::SaslCookieMechanism(mechanism, jid.Str(), sid_);
83 } else if (mechanism == buzz::AUTH_MECHANISM_PLAIN) {
saslcookiemechanism.h 24 SaslCookieMechanism(const std::string & mechanism,
28 : mechanism_(mechanism),
33 SaslCookieMechanism(const std::string & mechanism,
36 : mechanism_(mechanism),
saslhandler.h 22 // Creates mechanisms to deal with a given mechanism
34 // Creates a SaslMechanism for the given mechanism name (you own it
37 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) = 0;
plainsaslhandler.h 46 // Creates a SaslMechanism for the given mechanism name (you own it
48 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) {
49 if (mechanism == "PLAIN") {
xmppauth.h 50 const std::string& mechanism);
xmppclientsettings.h 30 void set_auth_token(const std::string& mechanism,
32 auth_mechanism_ = mechanism;
  /libcore/ojluni/src/main/java/javax/crypto/
ExemptionMechanism.java 41 * This class provides the functionality of an exemption mechanism, examples
45 * <p>Applications or applets that use an exemption mechanism may be granted
59 // The name of the exemption mechanism.
60 private String mechanism; field in class:ExemptionMechanism
77 * @param mechanism the exemption mechanism
81 String mechanism) {
84 this.mechanism = mechanism;
88 * Returns the exemption mechanism name of thi
    [all...]
  /prebuilts/go/darwin-x86/src/net/smtp/
auth.go 14 // Auth is implemented by an SMTP authentication mechanism.
47 // mechanism as defined in RFC 4616.
58 for _, mechanism := range server.Auth {
59 if mechanism == "PLAIN" {
88 // mechanism as defined in RFC 2195.
90 // to the server using the challenge-response mechanism.
  /prebuilts/go/linux-x86/src/net/smtp/
auth.go 14 // Auth is implemented by an SMTP authentication mechanism.
47 // mechanism as defined in RFC 4616.
58 for _, mechanism := range server.Auth {
59 if mechanism == "PLAIN" {
88 // mechanism as defined in RFC 2195.
90 // to the server using the challenge-response mechanism.
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanism_ImplTest.java 288 public myEM(ExemptionMechanismSpi spi, Provider prov, String mechanism) {
289 super(spi, prov, mechanism);
  /prebuilts/go/darwin-x86/src/go/importer/
importer.go 22 // the default package lookup mechanism for the given compiler is used.
  /prebuilts/go/linux-x86/src/go/importer/
importer.go 22 // the default package lookup mechanism for the given compiler is used.
  /external/dbus/dbus/
dbus-auth.c 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 */ member in struct:__anon10168
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
    [all...]
  /external/autotest/docs/
test-that.md 3 `test_that` is the supported mechanism to run autotests against Chrome OS
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/fetch/
fetch.go 5 // Package fetch provides an extensible mechanism to fetch a profile
  /prebuilts/go/darwin-x86/src/go/types/
self_test.go 47 // We're not using testing's benchmarking mechanism directly
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/fetch/
fetch.go 5 // Package fetch provides an extensible mechanism to fetch a profile
  /prebuilts/go/linux-x86/src/go/types/
self_test.go 47 // We're not using testing's benchmarking mechanism directly
  /external/autotest/client/virt/
base_installer.py 148 If a particular virtualization software installation mechanism
161 If a particular virtualization software installation mechanism
174 If a particular virtualization software installation mechanism
202 If a particular virtualization software installation mechanism
223 If a particular virtualization software installation mechanism
  /external/parameter-framework/
XmlGenerator.mk 30 # Scripts are not compiled so the prebuild mechanism is used to export them.
  /external/v8/test/mjsunit/
deopt-with-fp-regs.js 58 // call and we will not exercise the translation mechanism handling fp
  /prebuilts/go/darwin-x86/src/internal/singleflight/
singleflight.go 6 // mechanism.
  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight.go 6 // mechanism.
  /hardware/ti/omap4-aah/security/tf_crypto_sst/
pkcs11_object.c 276 sOperation.params[0].value.a = (uint32_t)pMechanism->mechanism;
288 && (pMechanism->mechanism == CKM_RSA_PKCS_OAEP)
291 /* Add the source buffer of the RSA OAEP mechanism parameters */
932 const CK_MECHANISM* pMechanism) /* the digesting mechanism */
    [all...]
  /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...]

Completed in 556 milliseconds

1 2 3 4 5 6 7 8 910