summaryrefslogtreecommitdiff
path: root/crypto/modes/gcm128.c
Commit message (Expand)AuthorAgeFilesLines
* gcm.c: address linker warning about OPENSSL_ia32cap_P size mismatch.Andy Polyakov2015-06-101-1/+1
* Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper2015-06-081-1/+1
* modes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile failureAndy Polyakov2015-01-301-0/+8
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1815/+1948
* Move more comments that confuse indentMatt Caswell2015-01-221-1/+2
* modes/gcm128.c: make it indent-friendly.Andy Polyakov2015-01-221-162/+416
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+1
* Remove inconsistency in ARM support.Andy Polyakov2015-01-061-1/+1
* Initial POWER8 support from development branch.Andy Polyakov2014-07-201-0/+17
* Engage GHASH for ARMv8.Andy Polyakov2014-06-111-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: update from master (add AVX and VIS3 support).Andy Polyakov2013-05-191-25/+119
* gcm128.c: fix AAD-only case with AAD length not divisible by 16 [from HEAD].Andy Polyakov2012-08-131-1/+1
* Reduce version skew: trivia (I hope).Ben Laurie2012-06-031-1/+1
* ghash-x86.pl: engage original MMX version in no-sse2 builds [from HEAD].Andy Polyakov2012-01-251-0/+4
* Backport GCM support from HEAD. Minimal support at present: no assemblyDr. Stephen Henson2011-08-041-0/+1753