summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/modes/gcm128.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make the NEON codepaths conditional on __STRICT_ALIGNMENT not beingkettenis2018-01-241-2/+2
* In the middle of CRYPTO_gcm128_finish() there is a complicated #ifdefderaadt2017-12-091-6/+8
* Checking sizeof size_t by SIZE_MAX instead of _LP64inoguchi2017-09-031-7/+7
* Fix ifdef to if in gcm128.cinoguchi2017-08-301-2/+2
* fix missing bracket on ARMbcook2017-08-141-15/+15
* move endian/word size checks from runtime to compile timebcook2017-08-131-246/+264
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-5/+2
* Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod2016-11-041-6/+13
* Remove I386_ONLY define. It was only used to prefer amiod2016-11-041-3/+2
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
* Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policymiod2015-02-101-2/+1
* Delete a lot of #if 0 code in libressl.doug2015-02-071-4/+1
* Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to bemiod2014-07-091-32/+32
* hand-KNF macro the do { } while loopsderaadt2014-06-271-13/+13
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* Move the cts128 and gcm128 tests to regress.jsing2014-05-311-307/+0
* Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rathermiod2014-05-071-3/+3
* Figure out endianness at compile-time, using _BYTE_ORDER frommiod2014-04-231-44/+31
* Remove the benchmark part of the selftest. It uses the undocumentedmiod2014-04-171-43/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* Import OpenSSL 1.0.1gmiod2014-04-131-24/+172
* import OpenSSL-1.0.1cdjm2012-10-131-0/+1757