HomeSort by relevance Sort by last modified time
    Searched defs:gcm (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service_factory.h 14 namespace gcm { namespace
41 } // namespace gcm
gcm_event_router.h 9 #include "google_apis/gcm/gcm_client.h"
11 namespace gcm { namespace
13 // Interface that encapsulates how various GCM events are routed.
26 } // namespace gcm
gcm_client_mock.h 11 #include "google_apis/gcm/gcm_client.h"
13 namespace gcm { namespace
79 } // namespace gcm
gcm_profile_service_factory.cc 5 #include "chrome/browser/services/gcm/gcm_profile_service_factory.h"
9 #include "chrome/browser/services/gcm/gcm_profile_service.h"
12 namespace gcm { namespace
16 if (!gcm::GCMProfileService::IsGCMEnabled())
39 return gcm::GCMProfileService::IsGCMEnabled() ?
48 } // namespace gcm
fake_gcm_profile_service.cc 5 #include "chrome/browser/services/gcm/fake_gcm_profile_service.h"
13 namespace gcm { namespace
89 } // namespace gcm
  /external/chromium_org/google_apis/gcm/engine/
connection_factory.cc 5 #include "google_apis/gcm/engine/connection_factory.h"
7 namespace gcm { namespace
12 } // namespace gcm
connection_handler.cc 5 #include "google_apis/gcm/engine/connection_handler.h"
7 namespace gcm { namespace
15 } // namespace gcm
connection_factory.h 9 #include "google_apis/gcm/base/gcm_export.h"
10 #include "google_apis/gcm/engine/connection_handler.h"
16 namespace gcm { namespace
62 } // namespace gcm
fake_connection_factory.h 9 #include "google_apis/gcm/engine/connection_factory.h"
11 namespace gcm { namespace
40 } // namespace gcm
connection_handler.h 9 #include "google_apis/gcm/base/gcm_export.h"
25 namespace gcm { namespace
61 } // namespace gcm
fake_connection_factory.cc 5 #include "google_apis/gcm/engine/fake_connection_factory.h"
7 #include "google_apis/gcm/engine/fake_connection_handler.h"
8 #include "google_apis/gcm/protocol/mcs.pb.h"
11 namespace gcm { namespace
46 } // namespace gcm
connection_factory_impl.h 8 #include "google_apis/gcm/engine/connection_factory.h"
11 #include "google_apis/gcm/protocol/mcs.pb.h"
22 namespace gcm { namespace
99 } // namespace gcm
fake_connection_handler.cc 5 #include "google_apis/gcm/engine/fake_connection_handler.h"
8 #include "google_apis/gcm/base/mcs_util.h"
12 namespace gcm { namespace
86 } // namespace gcm
fake_connection_handler.h 10 #include "google_apis/gcm/base/mcs_message.h"
11 #include "google_apis/gcm/engine/connection_handler.h"
13 namespace gcm { namespace
72 } // namespace gcm
  /external/chromium_org/google_apis/gcm/
gcm_client_impl.h 9 #include "google_apis/gcm/gcm_client.h"
11 namespace gcm { namespace
37 } // namespace gcm
gcm_client_impl.cc 5 #include "google_apis/gcm/gcm_client_impl.h"
7 namespace gcm { namespace
39 } // namespace gcm
gcm_client.cc 5 #include "google_apis/gcm/gcm_client.h"
8 #include "google_apis/gcm/gcm_client_impl.h"
10 namespace gcm { namespace
45 } // namespace gcm
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_memory.c 14 GCM implementation, process a packet, by Tom St Denis
21 Process an entire GCM packet in one call.
47 gcm_state *gcm; local
69 orig = gcm = XMALLOC(sizeof(*gcm));
71 orig = gcm = XMALLOC(sizeof(*gcm) + 16);
73 if (gcm == NULL) {
77 /* Force GCM to be on a multiple of 16 so we can use 128-bit aligned operations
78 * note that we only modify gcm and keep orig intact. This code is not portabl
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
GCMExponentiator.java 1 package org.bouncycastle.crypto.modes.gcm;
GCMMultiplier.java 1 package org.bouncycastle.crypto.modes.gcm;
  /external/chromium_org/google_apis/gcm/base/
mcs_message_unittest.cc 5 #include "google_apis/gcm/base/mcs_message.h"
9 #include "google_apis/gcm/base/mcs_util.h"
10 #include "google_apis/gcm/protocol/mcs.pb.h"
13 namespace gcm { namespace
92 } // namespace gcm
mcs_message.cc 5 #include "google_apis/gcm/base/mcs_message.h"
8 #include "google_apis/gcm/base/mcs_util.h"
10 namespace gcm { namespace
78 } // namespace gcm
mcs_message.h 13 #include "google_apis/gcm/base/gcm_export.h"
21 namespace gcm { namespace
83 } // namespace gcm
mcs_util_unittest.cc 5 #include "google_apis/gcm/base/mcs_util.h"
13 namespace gcm { namespace
82 } // namespace gcm
  /external/chromium_org/chrome/browser/extensions/api/gcm/
gcm_api.h 8 #include "chrome/browser/services/gcm/gcm_event_router.h"
9 #include "chrome/common/extensions/api/gcm.h"
11 #include "google_apis/gcm/gcm_client.h"
13 namespace gcm { namespace
15 } // namespace gcm
34 // Checks that the GCM API is enabled.
37 gcm::GCMProfileService* GCMProfileService() const;
42 DECLARE_EXTENSION_FUNCTION("gcm.register", GCM_REGISTER);
54 gcm::GCMClient::Result result);
62 DECLARE_EXTENSION_FUNCTION("gcm.send", GCM_SEND)
    [all...]

Completed in 517 milliseconds

1 2 3