/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |
changes | 2 v1.16 -- Brian Gladman pointed out that a recent change to GCM broke how the IV was handled. Currently the code complies against his test vectors 17 -- Added Brian's vector #46 to the GCM code. It catches the ctr counter error from v1.15. Originally I was going to add all of his vectors, 75 -- Made GCM a bit more portable w.r.t. handling the CTR IV (e.g. & with 255) 77 -- Added SSE2 support to GCM [use GCM_TABLES_SSE2 to enable], shaves 2 cycles per byte on Opteron processors 142 -- vastly sped up gcm_gf_mult() when LTC_FAST is defined. This speeds up LRW and GCM state creation, useful for servers with GCM 294 -- Optimized the GCM table creation. On 1KB packets [with key switching] the new GCM is 12.7x faster than before. 311 -- Optimized GCM by removing the "double copy" handling of the plaintext/aad 347 -- Shipping with preliminary GCM code (disabled). It's buggy (stack overflow hidden somewhere). If anyone can spot it let me know [all...] |
/frameworks/base/docs/html/about/versions/ |
jelly-bean.jd | 327 <h3 id="gcm">Google Cloud Messaging for Android</h3> 329 <p>Google Cloud Messaging (GCM) is a service that lets developers send <strong>short message data</strong> to their users on Android devices, without needing a proprietary sync solution. </p> 331 <p>GCM handles all the details of <strong>queuing messages and delivering them</strong> efficiently to the targeted Android devices. It supports message <strong>multicasting</strong> and can reach up to 1000 connected devices simultaneously with a single request. It also supports message <strong>payloads</strong>, which means that in addition to sending tickle messages to an app on the device, developers can send up to 4K of data. </p> 333 <p>Google Cloud Messaging is completely <strong>free for all developers</strong> and sign-up is easy. See the <a href="{@docRoot}guide/google/gcm/index.html">Google Cloud Messaging</a> page for registration, downloads, and documentation.</p>
|
/external/dropbear/libtomcrypt/src/encauth/gcm/ |
gcm_test.c | 14 GCM implementation, testing, by Tom St Denis 21 Test the GCM code 411 /* $Source: /cvs/libtom/libtomcrypt/src/encauth/gcm/gcm_test.c,v $ */
|
/external/openssl/crypto/objects/ |
objects.txt | 859 aes 6 : id-aes128-GCM : aes-128-gcm 870 aes 26 : id-aes192-GCM : aes-192-gcm 881 aes 46 : id-aes256-GCM : aes-256-gcm [all...] |
obj_mac.h | [all...] |
obj_dat.h | [all...] |
/external/openssl/crypto/modes/asm/ |
ghash-s390x.pl | 12 # The module implements "4-bit" GCM GHASH function and underlying
|
ghash-alpha.pl | 12 # The module implements "4-bit" GCM GHASH function and underlying
|
ghash-sparcv9.pl | 12 # The module implements "4-bit" GCM GHASH function and underlying
|
ghash-x86.pl | 12 # The module implements "4-bit" GCM GHASH function and underlying 55 # "Carry-less Multiplication and Its Usage for Computing the GCM Mode" 610 # Below subroutine is "528B" variant of "4-bit" GCM GHASH function [all...] |
ghash-armv4.pl | 12 # The module implements "4-bit" GCM GHASH function and underlying
|
ghash-ia64.pl | 12 # The module implements "4-bit" GCM GHASH function and underlying
|
ghash-parisc.pl | 12 # The module implements "4-bit" GCM GHASH function and underlying
|
/frameworks/base/docs/html/training/cloudsync/ |
backupapi.jd | 8 next.link=gcm.html
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
JCEBlockCipher.java | 298 else if (modeName.startsWith("GCM")) 759 return "CCM".equals(modeName) || "EAX".equals(modeName) || "GCM".equals(modeName); [all...] |
/external/openssl/crypto/evp/ |
evp.h | 392 /* Used by composite AEAD ciphers, no-op in GCM, CCM... */ 394 /* Set the GCM invocation field, decrypt only */ 397 /* GCM TLS constants */ [all...] |
/external/openssl/include/openssl/ |
evp.h | 392 /* Used by composite AEAD ciphers, no-op in GCM, CCM... */ 394 /* Set the GCM invocation field, decrypt only */ 397 /* GCM TLS constants */ [all...] |
obj_mac.h | [all...] |
/development/scripts/app_engine_server/ |
redirects.yaml | 409 dst: /guide/google/gcm/index.html
|
/external/libvpx/examples/includes/geshi/geshi/ |
powershell.php | 88 'fl', 'ft', 'fw', 'gal', 'gc', 'gci', 'gcm', 'gdr', 'ghy', 'gi', 'gl', 'gm',
|
/external/dropbear/ |
configure.in | 627 AS_MKDIR_P(libtomcrypt/src/encauth/gcm)
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_cipher.h | 467 /** Accelerated GCM packet (one shot)
|
/frameworks/base/docs/html/ |
sitemap.txt | 257 http://developer.android.com/guide/google/gcm/index.html 258 http://developer.android.com/guide/google/gcm/gs.html 259 http://developer.android.com/guide/google/gcm/gcm.html 260 http://developer.android.com/guide/google/gcm/demo.html 261 http://developer.android.com/guide/google/gcm/adv.html 262 http://developer.android.com/guide/google/gcm/c2dm.html [all...] |
/external/openssl/ssl/ |
s3_lib.c | [all...] |