aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/modes/gcm128.c
Commit message (Expand)AuthorAgeFilesLines
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-1/+1
* modes/gcm128.c: fix self-test.Andy Polyakov2012-03-291-2/+7
* ghash-x86.pl: engage original MMX version in no-sse2 builds.Andy Polyakov2012-01-251-0/+4
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-141-0/+3
* ARM assembler pack: add platform run-time detection.Andy Polyakov2011-07-171-4/+3
* gcm128.c: minor optimization.Andy Polyakov2011-04-241-20/+26
* gcm128.c: fix shadow warnings.Andy Polyakov2011-04-041-19/+28
* ARM assembler pack: profiler-assisted optimizations and NEON support.Andy Polyakov2011-04-011-6/+26
* gcm128.c: tidy up, minor optimization, rearrange gcm128_context.Andy Polyakov2011-04-011-10/+81
* Move gcm128_context definition to modes_lcl.h (along with some relatedDr. Stephen Henson2011-02-191-56/+0
* gcm128.c: make it work with no-sse2.Andy Polyakov2011-02-121-0/+2
* Link GCM into FIPS module. Check return value in EVP gcm.Dr. Stephen Henson2011-02-081-0/+2
* gcm128.c: add boundary condition checks.Andy Polyakov2011-02-071-25/+59
* Add CRYPTO_gcm128_tag() function to retrieve the tag.Dr. Stephen Henson2011-02-071-0/+6
* gcm128.c: allow multiple calls to CRYPTO_gcm128_aad.Andy Polyakov2011-02-061-22/+64
* gcm128.c: fix bug in OPENSSL_SMALL_FOOTPRINT decrypt.Andy Polyakov2011-02-061-5/+7
* gcm128.c: fix typo in CRYPTO_gcm128_encrypt_ctr32 name.Andy Polyakov2010-08-231-1/+1
* gcm128.c: add CRYPTO_gcm128_[en|de]crypt_ctr32.Andy Polyakov2010-08-021-0/+165
* WIN32 build fix.Dr. Stephen Henson2010-07-261-1/+1
* gcm128.c: API modification and readability improvements,Andy Polyakov2010-07-091-29/+36
* gcm128.c: P.-M. Hager has tipped about possibility to fold reductionsAndy Polyakov2010-05-261-0/+112
* gcm128.c: commentary update.Andy Polyakov2010-05-231-9/+29
* GCM "jumbo" update:Andy Polyakov2010-05-131-57/+88
* "Jumbo" update for crypto/modes:Andy Polyakov2010-05-041-84/+71
* Missing declarations, no assembler in PEDANTIC.Ben Laurie2010-05-011-4/+4
* gcm128.c and assembler modules: change argument order for gcm_ghash_4bit.Andy Polyakov2010-04-141-5/+6
* gcm128.c: commentary and formatting updates.Andy Polyakov2010-04-101-24/+54
* gcm128.c: add option for streamed GHASH, simple benchmark, minor namingAndy Polyakov2010-03-081-38/+279
* Initial version of Galois Counter Mode implementation. Interface is stillAndy Polyakov2010-03-021-0/+1022