/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...] |
/external/icu4c/tools/genpname/ |
preparse.pl | 29 # pseudo-property gcm/General_Category_Mask, which corresponds to the 33 # (search for General_Category_Mask and gcm). 658 # Special case: gcm 659 my $prop2 = ($prop eq 'gcm') ? 'gc' : $prop; 714 # them between 'gc' and 'gcm'. Count each use instead. 749 # 'gc' props are shared with 'gcm'; make sure they were used [all...] |
data.h | 896 AliasName("gcm", 867), [all...] |
/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/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/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)
|
/external/icu4c/common/ |
uniset_props.cpp | [all...] |
/external/icu4c/common/unicode/ |
uchar.h | [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
uchar.h | [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
uchar.h | [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
uchar.h | [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
uchar.h | [all...] |
/external/bouncycastle/patches/ |
android.patch | [all...] |