aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/modes/gcm128.c
Commit message (Expand)AuthorAgeFilesLines
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Remove fips_constseg references.Dr. Stephen Henson2014-12-081-3/+0
* Engage GHASH for PowerISA 2.0.7.Andy Polyakov2014-07-201-0/+17
* Revert "Engage GHASH for PowerISA 2.07."Andy Polyakov2014-07-161-17/+0
* Engage GHASH for PowerISA 2.07.Andy Polyakov2014-07-161-0/+17
* Engage GHASH for ARMv8.Andy Polyakov2014-06-061-4/+21
* bn/asm/armv4-gf2m.pl, modes/asm/ghash-armv4.pl: faster multiplicationAndy Polyakov2014-04-241-0/+2
* crypto/modes/gcm128.c: more strict aliasing fixes.Andy Polyakov2014-04-061-0/+88
* gcm128.c: fix linking problems in 32-bit Windows build.Andy Polyakov2013-04-041-1/+1
* ghash-x86_64.pl: add AVX code path.Andy Polyakov2013-03-241-3/+45
* ghash-x86[_64].pl: code refresh.Andy Polyakov2013-02-141-0/+16
* crypto/modes: even more strict aliasing fixes [and fix bug in cbc128.c fromAndy Polyakov2012-11-051-19/+31
* More strict aliasing fix.Ben Laurie2012-11-051-3/+4
* ghash-sparcv9.pl: 22% improvement on T4.Andy Polyakov2012-11-051-0/+2
* ghash-sparcv9.pl: add VIS3 code path.Andy Polyakov2012-10-241-0/+16
* gcm128.c: fix AAD-only case with AAD length not divisible by 16.Andy Polyakov2012-08-131-1/+1
* Revert random changes from commit#22606.Andy Polyakov2012-06-041-1/+1
* 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